@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&family=Lato:wght@400;500;600&display=swap");

:root {
    --main-color: #2ea9e0;
    --black: #000;
    --white: #fff;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

li,
ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

a:hover {
    color: var(--main-color);
}

body {
    font-family: "Open Sans", sans-serif;
}

.p-tb {
    padding: 80px 0px;
}

/* Top Header CSS Start Here */
.top-head {
    padding: 0;
    position: relative;
    z-index: 99;
}

.top-menu ul {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow-x: unset;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.top-menu li {
    padding: 0 8px;
    position: relative;
}

.top-menu li:first-child {
    padding-left: 0;
}

.top-menu li:first-child::before {
    display: none;
}

.top-menu {
    width: 100%;
}

.top-menu li a {
    color: #9b9b9b;
    font-size: 11px;
    white-space: nowrap;
}

.top-menu li a:hover {
    color: #00aeef;
}

.top-menu li:last-child {
    padding-right: 0;
}

.rest_arrow {
    padding: 0px 3px;
    width: 30px;
    height: 31px;
    transition: all 0.5s;
    margin-top: 0px;
    background-color: rgb(188 196 205);
    cursor: pointer;
    text-align: center;
    line-height: 31px;
}

.rest_arrow svg {
    transition: all 0.8s;
}

.rest_arrow svg path {
    fill: #fff;
}

.rest_arrow.rrArrow svg {
    transform: rotateZ(-180deg);
}

.gMenuOpen {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    position: absolute;
    left: 0px;
    background-color: #282828;
    padding: 0px;
    z-index: 881;
    top: 31px;
    height: 0px;
    overflow: hidden;
    transition: all .5s ease;
    /* padding-top: 1px; */
}

.gMenuOpen.openGnav {
    height: 35px;
    animation: rotateMenu 0.30s linear forwards;
    border-top: 1px solid #383838;
    overflow: visible;
    visibility: visible;
}

.top-menu .gMenuOpen ul {
    justify-content: flex-start;
}


.register-btn a {
    background: #f6f500;
    border: none;
    color: var(--black);
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.register-btn a:hover {
    background: var(--main-color);
    color: var(--white);
}

header {
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 1;
}

.archive {
    margin-right: 15px;
    position: relative;
}

.archive-btn {
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 5px 10px;
    color: var(--dark-gray);
    font-weight: 600;
    border-radius: 6px;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.archive-btn i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 5px;
}

.archive-list {
    background: rgb(249, 249, 249);
    border: 1px solid rgb(237, 237, 237);
    margin-top: 10px;
    display: none;
    position: absolute;
    z-index: 9;
    top: 27px;
    width: 150px !important;
}

.archive-list li a {
    padding: 5px 13px;
    margin: 0px;
    display: block;
    font-size: 15px;
    color: var(--dark-gray);
    border-bottom: 1px solid rgb(235, 235, 235);
}

.archive-list li a:hover {
    background: var(--main-color);
    color: var(--white);
}

.goto-bt {
    border: 1px solid rgba(21, 25, 28, 0.2);
    padding: 5.7px 10px;
    font-size: 14px;
    display: inline-block;
    color: var(--dark-gray);
    font-weight: 600;
    border-radius: 6px;
}

.goto-bt img {
    margin-left: 8px;
    vertical-align: bottom;
}

.bg-grey {
    background: rgb(251, 251, 251);
}

.banner {
    background: url("../img/header-bg.jpg") center center / cover no-repeat;
    padding: 100px 0px;
    position: relative;
}

.register-row {
    margin-top: 15px;
}

.register-row p {
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.register-row p b {
    font-size: 20px;
    font-weight: 600;
}

.register-row p span {
    display: block;
    margin-top: 7px;

}

.register-row span sup {
    font-size: 15px;
    vertical-align: middle;
    margin-left: 3px;
}

.register-row .price {
    color: #d5d380;
    font-size: 24px;
    display: inline-block;
    text-decoration: line-through;
}

.register-row .discount-price {
    font-size: 28px;
    color: #fff;
    margin-left: 5px;
    font-weight: 600;
    text-decoration: none;
}

.register-row .register-btn:before {
    background: #e5e255;
    z-index: 0;
}

.register-row .register-btn {
    background: #ddd92f;
    padding: 13px 30px;
    color: var(--black);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    border-radius: 100px;
    margin-top: 15px;
}

.register-row .register-btn span {
    padding: 0;
    position: relative;
    z-index: 1;
}

.register-row .register-btn:hover {
    color: var(--black);

}

.shape {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.shape svg {
    width: 100%;
}

.banner h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--white);
    text-shadow: rgb(39, 119, 153) 0px 5px 8px;
}

.banner img {
    margin: auto;
}

.about-wrap {}

.about-company {
    width: 100%;
    margin: 0px auto;
    position: relative;
    padding-left: 20px;
}

.about-company h1 {
    margin-bottom: 17px;
}

.about-company p {
    font-size: 17px;
    font-weight: 400;
    color: #495560;
    line-height: 26px;
}

.viewAll .read-more {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: all 0.5s ease 0s;
    background: none;
}

.viewAll .read-more i {
    transition: all 0.5s ease 0s;
    font-size: 20px;
    vertical-align: middle;

}

.viewAll .read-more:hover i {
    margin-left: 5px;
}

.video-time {
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 30px;
    color: #fff;
    background: #d74955;
    padding: 3px 6px;
    text-align: center;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
}

.promo-video {
    margin: 30px auto;
    position: relative;
    padding-top: 56.3%;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 6px 8px 1px;
    /* 
    max-width: 633px;
    margin: 0px auto;
    border-radius: 12px;
    position: relative;
    padding-top: 56.3%; */
}

.promo-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.promo-video img {
    max-width: 100%;
}

.head-title {
    margin-bottom: 60px;
}

.head-title .main-title {
    margin-bottom: 10px;
}

.head-title p {
    color: rgb(153, 149, 149);
    font-size: 12px;
    line-height: 18px;
}

.main-title {
    font-size: 35px;
    line-height: 43px;
    color: #1C2B38;
    margin-bottom: 50px;
    font-weight: 600;
}

.main-title a {
    color: #1C2B38;
}

.main-title a:hover,
.episode-content h3 a:hover,
.article-text h3 a:hover {
    color: var(--main-color);
}

.event-schedule .main-title {
    color: var(--white);
    margin: 0px;
}

.btn-outline {
    border: 1px solid rgb(162, 206, 221);
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
    padding: 9px 25px;
    position: relative;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    letter-spacing: 2px;
    border-radius: 3px;
}

.btn-outline i {
    margin: 3px 0px 0px 6px;
}

.btn-outline::before {
    content: "";
    background: var(--main-color);
    color: var(--white);
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.btn-outline:hover::before {
    width: 100%;
}

.btn-outline:hover {
    color: var(--white);
    z-index: 1;
}

.read-more .fa-angle-down {
    font-size: 18px;
}

.read-more.active .fa-angle-down {
    transform: rotate(-180deg);
}

.event-schedule {
    background: var(--black);
    position: relative;
    padding: 110px 0px;
}

.event-schedule img {
    max-width: 100%;
}

.tl-event li {
    position: relative;
    margin-bottom: 40px;
}

.tl-event li .timeline-img {
    overflow: hidden;
    border-radius: 11px;
}

.tl-event li .timeline-date {
    width: 100%;
    max-width: 90px;
    background: rgb(0, 179, 254);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 5px 8px;
    position: relative;
    line-height: 15px;
    font-weight: 600;
}

.tl-event li .timeline-date::after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 16px solid rgb(0, 179, 254);
    position: absolute;
    right: -16px;
}

.tl-event li .timeline-date .fa-clock {
    margin-right: 6px;
    font-size: 15px;
}

.event {
    padding-left: 30px;
}

.tl-event::before {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    border-left: 2px dashed rgb(68, 68, 68);
    margin-left: -1px;
    height: 100%;
}

.timeline-content h4 {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.timeline-content p {
    font-size: 13px;
}

.timeline-content .heading-box {
    margin-bottom: 15px;
}

.event-text p {
    font-size: 12px;
    line-height: 17px;
    color: rgb(56, 56, 56);
}

.event-text p:last-child {
    margin-bottom: 0px;
}

.tl-event li .timeline-img {
    overflow: hidden;
    border-radius: 11px;
}

.tl-event li .timeline-img img {
    width: 100%;
}

.tl-event .figure-box img {
    height: 75px;
    width: 75px;
    margin-right: 15px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(47, 167, 223, 0.23);
}

.tl-event .heading-box h6 {
    font-size: 15px;
    font-weight: 600;
    color: rgb(163, 163, 163);
    font-family: "Open Sans", sans-serif;
}

.tl-event .heading-box em {
    font-size: 12px;
    color: rgb(153, 149, 149);
    font-style: normal;
    font-weight: 400;
    display: block;
    margin-top: 3px;
}

.timeline-content span {
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(153, 153, 153);
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 6px;
}

.testimonial-carousel {
    margin-bottom: 20px;
}

.customer-quotes {
    background: linear-gradient(rgb(227, 245, 249), transparent);
    padding: 30px;
    position: relative;
}

.customer-quotes::before {
    content: "";
    background: url("https://akm-img-a-in.tosshub.com/businesstoday/resource/bt-india-at-100/img/quote-icon.png") right top no-repeat;
    width: 42px;
    height: 39px;
    position: absolute;
    right: 30px;
    top: 45px;
}

.episode-content figure img {
    border: 2px solid #3394ff;
    border-radius: 50%;
}

.author-info {
    background: rgb(249, 254, 255);
    padding: 8px 25px;
    max-width: 70%;
    width: 100%;
    margin: 0px 0px 22px -30px;
    position: relative;
}

.author-info::after {
    content: "";
    background: rgb(249, 254, 255);
    width: 30px;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 1px;
    transform: skew(16deg, 2deg);
}

.author-info .author-img {
    margin: 0px 10px 0px 0px;
}

.author-info .author-img img {
    width: 56px;
    height: 56px;
    border: 2px solid rgb(29, 151, 209);
    border-radius: 50px;
    object-fit: cover;
}

.author-info p {
    color: rgb(124, 124, 124);
    font-size: 11px;
    margin: 0px;
}

.author-info p span {
    font-size: 14px;
    color: rgb(56, 56, 56);
    font-weight: 600;
    display: block;
}

.quote-content h4 {
    font-size: 22px;
    line-height: 38px;
    color: rgb(56, 56, 56);
}

.quote-content p {
    font-size: 13px;
    line-height: 22px;
    color: rgb(56, 56, 56);
    margin: 0px;
}

.owl-dots {
    text-align: center;
    /* margin-top: 40px; */
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 6px;
    background: rgb(189, 210, 219);
    display: block;
    backface-visibility: visible;
    transition: opacity 0.2s ease 0s;
    border-radius: 30px;
}

.owl-carousel .owl-item .badge img {
    width: auto;
    display: inline-block;
}

.owl-nav {
    height: 0px;
}

.owl-nav button span {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: rgb(61, 178, 227);
    border-radius: 100px;
    line-height: 25px;
    font-size: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav button.owl-prev span {
    left: 0px;
}

.owl-nav button.owl-next span {
    right: 0px;
}

.owl-nav button.disabled span {
    opacity: 0.3;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: rgb(46, 169, 224);
}

.news-wrap {
    border-top: 1px solid rgb(224, 239, 243);
    background: rgb(227 245 249);
}

.article-slides {
    margin-bottom: 20px;
}

.news-col {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 9px #d3d3d34d;
}

.news-col figure {
    margin: 0;
}

.news-col img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.news-info {
    padding: 14px;
}

.news-info h4 {
    font-size: 14px;
    line-height: 20px;
    min-height: 60px;
    /* max-height: 75px; */
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
}

.news-info h4 a {
    color: rgb(56, 56, 56);
}

.news-info h4 a:hover {
    color: var(--main-color);
}

.news-info p {
    font-size: 12px;
    color: rgba(56, 56, 56, 0.72);
    margin: 0px;
    line-height: 20px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.event-sponcers {
    border-top: 1px solid rgb(224, 239, 243);
}

.partners-slides .owl-stage {
    margin: auto;
}

.partners-slides .item span {
    display: block;
    margin-bottom: 10px;
}

.partners-slides .item img {
    margin: 0px auto;
}

/* Agenda Section CSS Start Here */

.agenda-sec {
    position: relative;
    background: var(--main-color);
    border-radius: 40px 40px 0 0;
    border-top: 17px solid #1986b7;
    border-bottom: 10px solid #1986b7;
}

.agenda-sec h2 {
    color: var(--white);
}

.address p {
    color: #002f44;
    font-style: italic;
    font-weight: 600;
}

.shape5 {
    left: 60%;
    top: 118px;
}

.shape6 {
    left: -25px;
    top: 12%;
}

.shape7 {
    right: -25px;
    top: 18%;
}

.shape9 {
    right: 30%;
    bottom: 8.5%;
}

.address p span {
    display: block;
}

.agenda-sec .select2-container--bootstrap-5 .select2-selection--single {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPgoJPHRpdGxlPmRvd25sb2FkLXN2ZzwvdGl0bGU+Cgk8c3R5bGU+CgkJLnMwIHsgZmlsbDogbm9uZTtzdHJva2U6ICNmZmZmZmY7c3Ryb2tlLWxpbmVjYXA6IHJvdW5kO3N0cm9rZS1saW5lam9pbjogcm91bmQ7c3Ryb2tlLXdpZHRoOiAyIH0gCgk8L3N0eWxlPgoJPHBhdGggaWQ9IkxheWVyIiBjbGFzcz0iczAiIGQ9Im0xNCA1bC02IDYtNi02Ii8+Cjwvc3ZnPg==")
}

.agenda-details {
    position: relative;
    padding-top: 0;

}

.agenda-details h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 44px;
}

.agenda-details p {
    color: #edf2fad6;
    font-size: 14px;
}

.agenda-time {
    font-size: 20px;
    color: var(--white);
    /* margin: 63px 0 0; */
    margin: 0;
    font-weight: 600;
}

.top-badge {
    background: var(--parrot-color);
    border-radius: 60px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
    position: absolute;
    top: 0;
}

.agenda-date span {
    font-size: 24px;
    font-weight: 500;
    display: block;
    color: var(--parrot-color);
}

.agenda-date p {
    font-size: 20px;
    color: var(--white);
    font-weight: 300;
}

.agenda-row:first-child {
    border-top: none;
    /* padding-top: 0; */
}

.agenda-info {
    width: 100%;
    margin: 0 auto 30px;
    position: relative;
    z-index: 1;
}

.agenda-info:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: .8;
    z-index: -1;
}

.speakers-info {
    margin-top: 25px;
}

.speakers-info ul li .name {
    width: calc(100% - 65px);
    padding-right: 10px;
}

.speakers-info ul li {
    width: 50%;
    display: flex;
    margin-bottom: 40px;
}

.speakers-info ul li figure {
    margin: 0 12px 0 0;
    width: 65px;
}

.speakers-info ul li .name p {
    margin: 0 0 3px;
    font-size: 18px;
    color: var(--white);
    font-weight: 500;
}

.speakers-info ul li .name span {
    color: #edf2fad6;
    font-size: 14px;
}

.speakers-info ul li figure img {
    border-radius: 100%;
    border: 3px solid var(--white);
}

.corner-shape {
    position: absolute;
    right: 80px;
    top: 60px;
}

.agenda-shape {
    position: absolute;
}

.agenda-row {
    border-top: 1px solid #5bc4f3;
    padding: 35px 0;
}

/* Agenda Section CSS End Here */

#bt-footer {
    width: 100%;
    display: inline-block;
    background-color: rgb(21, 25, 28);
    padding: 40px 4% 0px;
    box-sizing: border-box;
}

#bt-footer .toprow {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bt-footer .toprow ul.social {
    list-style: none;
    float: right;
    padding: 0px;
    margin: 0px;
}

#bt-footer .toprow ul.social li {
    display: inline;
    margin-left: 30px;
}

#bt-footer .toprow ul.social li a {
    border: 1px solid rgba(255, 255, 255, 0.24);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

#bt-footer .toprow ul.social li a:hover {
    background: rgb(0, 0, 0);
}

#bt-footer .toprow ul.social li.fb svg {
    width: 12px;
    fill: rgb(177, 180, 185);
}

#bt-footer .toprow ul.social li.tw svg {
    width: 18px;
    fill: rgb(177, 180, 185);
}

#bt-footer .toprow ul.social li.rss img {
    width: 14px;
}

#bt-footer .toprow ul.social li.yt img {
    width: 16px;
}

#bt-footer .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0px 15px;
    border-bottom: 1px solid rgb(70, 73, 78);
    padding-bottom: 25px;
    border-top: 1px solid rgb(70, 73, 78);
    padding-top: 25px;
}

#bt-footer .footer-nav .fcol {
    width: 20%;
}

#bt-footer .footer-nav .fcol:first-child {
    width: 160px;
    border-left: 0px;
    padding-left: 0px;
}

#bt-footer .footer-nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#bt-footer .footer-nav ul li {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 8px 0px;
}

#bt-footer .footer-nav ul li a {
    font-size: 13px;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

#bt-footer .footer-nav .fcol:last-child {
    width: 90px;
}

#bt-footer .footer-nav ul li a:hover {
    color: var(--main-color);
}

#bt-footer .footer-bot-nav {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgb(70, 73, 78);
}

#bt-footer .footer-bot-nav ul {
    padding: 0px 0px 17px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#bt-footer .footer-bot-nav ul li {
    width: auto;
    display: inline;
    padding-left: 35px;
}

#bt-footer .footer-bot-nav ul li:first-child {
    padding-left: 0px;
}

#bt-footer .footer-bot-nav ul li a {
    font-size: 13px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    position: relative;
}

#bt-footer .footer-bot-nav ul li a::after {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 1px;
    height: 13px;
    position: absolute;
    right: -50px;
    top: 4px;
}

#bt-footer .footer-bot-nav ul li:last-child a::after {
    display: none;
}

#bt-footer .footer-bot-nav ul li a:hover {
    color: var(--main-color);
}

#copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: rgb(21, 25, 28);
}

#copyright p {
    font-size: 13px;
    line-height: normal;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    padding: 25px 0px;
    font-weight: 300;
}

.share-icons {
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    display: none;
    transition: all 0.5s ease 0s;
}

.share-icons.active {
    display: block;
}

.share-list {
    position: relative;
}

#back-to-top {
    display: inline-block;
    background-color: rgb(0, 0, 0);
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s ease 0s, opacity 0.5s ease 0s, visibility 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#back-to-top:hover {
    cursor: pointer;
    background-color: rgb(51, 51, 51);
}

#back-to-top:active {
    background-color: rgb(85, 85, 85);
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.inner-container {
    max-width: 760px;
    margin: 0 auto;
}

.inner-banner {
    background-color: rgb(15, 84, 124);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding: 80px 0px;
}

.inner-banner .container {
    position: relative;
}

.inner-logo {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.inner-logo a {
    display: inline-block;
}

.inner-banner h1 {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.video-col a {
    display: block;
    position: relative;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 8px #e7e7e7;
}

.video-col a .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color: var(--main-color);
    transition: all 0.5s ease 0s;
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
}

/* .video-col a:hover .play-icon {
    transform: scale(1.1);
} */

.video-col img {
    width: 100%;
}

.video-text {
    background: rgb(46, 169, 224);
    padding: 20px 30px;
    border-radius: 0px 0px 10px 10px;
}

.video-text h4 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    line-height: 24px;
}

.video-text p {
    font-size: 14px;
    line-height: 26px;
    color: rgb(238, 248, 253);
}

.video-text .readmore {
    font-size: 14px;
    color: var(--white);
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.video-text .readmore svg {
    width: 25px;
    fill: var(--white);
    transition: all 0.5s ease 0s;
}

.video-text .readmore:hover {
    margin-left: 7px;
    opacity: 0.5;
}

/* Episode */
.episode-sec {
    background: var(--main-color);
    border-radius: 40px 40px 0 0;
    border-top: 17px solid #1986b7;
    border-bottom: 10px solid #1986b7;
    padding-bottom: 170px;
}

.episode-sec .main-title {
    color: var(--white);
    font-size: 35px;
}

.episode-col {
    background: var(--white);
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.episode-col:before {
    content: "";
    background: url(../img/shape-left.png) 0 0 no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    left: -120px;
    bottom: 50px;
}

.episode-col:after {
    content: "";
    background: url(../img/shape-left.png) 0 0 no-repeat;
    width: 250px;
    height: 250px;
    position: absolute;
    right: -160px;
    top: 50px;
}

.episode-row {
    border-bottom: 1px dashed #C6DEFE;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.episode-col .video-col a .play-icon {
    font-size: 14px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.episode-col .video-col a.read-more {
    padding: 0;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.episode-content {
    padding: 0 30px;
}

.episode-content small {
    font-size: 13px;
    color: #4d8bd9;
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-bottom: 10px;
}

.episode-content small:before {
    content: "";
    background: #4d8bd9;
    width: 5px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
}

.episode-content h3 {
    color: #1C2B38;
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 32px;
}

.episode-content h3 a {
    color: #1C2B38;
}

.episode-content p {
    color: #495560;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}

.episode-content figure {
    margin: 0 10px 0 0;
}

.profile h5 {
    font-size: 17px;
    font-weight: 600;
    color: var(--black);
}

.profile p {
    font-size: 13px;
    color: #000000B2;
    margin: 0;
}

.next-episode h5 {
    font-size: 20px;
    color: #1C2B38;
    line-height: 30px;
    font-weight: bold;
}

/* Episode */

/* Articles */
.articles-sec {
    padding-bottom: 30px;
}

.article-img img {
    border-radius: 20px;
}

.article-col {
    border-radius: 15px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    background: var(--white);
    padding: 45px;
}

.date {
    font-size: 13px;
    color: #9E9FA0;
    margin-bottom: 5px;
    display: block;
}

.article-text {}

.article-text h3 {
    font-size: 27px;
    color: #1C2B38;
    font-weight: 600;
    margin-bottom: 15px;
}

.article-text h3 a {
    color: #1C2B38;
}

.article-text p {
    font-size: 14px;
    line-height: 24px;
    color: #495560;
}

.article-text .viewAll .read-more {
    font-size: 16px;
}

.article-text .viewAll .read-more i {
    font-size: 18px;
}

/* Articles */

.coverage-col .nav-tabs {
    border: none;
    margin-bottom: 25px;
    justify-content: center;
}

.nav-tabs .nav-link {
    color: rgb(116, 116, 116);
    font-size: 14px;
}

.coverage-col .nav-tabs .nav-link {
    text-align: center;
    cursor: pointer;
}

.coverage-col .nav-tabs .nav-link.active {
    background-color: rgb(46, 169, 224);
}

.coverage-slides h3 {
    font-size: 16px;
    line-height: 20px;
}

.coverage-slides h3 a {
    color: rgb(46, 46, 46);
}

.coverage-slides h3 a:hover {
    color: rgb(46, 169, 224);
}

.coverage-slides img {
    border-radius: 8px;
    max-width: 100%;
}

.thumb-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.thumb-container .caption {
    position: absolute;
    bottom: 1px;
    left: 6px;
}

.thumb-container .tag,
.session-btn {
    border-radius: 30px;
    color: rgb(255, 255, 255);
    background: rgb(215, 73, 85);
    padding: 3px 6px;
    text-align: center;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    margin-bottom: 6px;
}

.session-btn {
    font-size: 12px;
}

.session-btn:hover {
    color: rgb(255, 255, 255);
    opacity: 0.8;
}

#photo-tab-pane .coverage-slides img {
    height: 117px;
    object-fit: cover;
}

.email-wrap {
    background: #f6f500;
}

.email-wrap p {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--black);
    gap: 30px;
}

.register-now {
    background: var(--white);
    border: none;
    color: var(--black);
    padding: 13px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.5s ease 0s;
    font-weight: 700;
}

.register-now:hover {
    background: #e1e003;
    color: var(--white);
}


@media screen and (max-width: 1399px) {
    .top-menu li {
        padding: 5px;
    }
}

@media screen and (max-width: 1366px) {
    .news-info h4 {
        min-height: 80px;
    }
}

@media screen and (max-width: 1199px) {

    /* Top Menu */
    .top-menu ul {
        overflow-x: auto;
        flex-wrap: nowrap;
        scroll-snap-type: x mandatory;
        align-items: flex-start;
    }

    .rest_arrow {
        display: none;
    }

    .gMenuOpen {
        position: inherit;
        display: flex;
        flex-wrap: nowrap;
        box-shadow: none;
        border: none;
        overflow: visible;
        padding-top: 0;
    }

    .gMenuOpen .container ul {
        height: auto;
        overflow: visible;
    }

    /* Top Menu */
    .banner {
        padding: 50px 0px 0;
    }

    .about-wrap {
        margin-top: 0px;
    }

    .about-left img {
        width: 100%;
    }

    #bt-footer .footer-bot-nav ul li a::after {
        right: -30px;
    }
}

@media screen and (max-width: 991px) {
    img {
        max-width: 100%;
    }

    .p-tb {
        padding: 50px 0px;
    }

    .navbar {
        top: 12px;
        right: 10px;
    }

    .banner {
        padding: 65px 0px;
    }

    .banner img {
        max-width: 280px;
    }

    .agenda-row {
        padding: 40px 20px;
    }

    .agenda-time {
        font-size: 17px;
    }

    .agenda-details h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .speakers-info ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .article-slides,
    .testimonial-carousel {
        padding: 0px 45px;
    }

    .about-company {
        padding: 0px;
        border: none;
        margin-top: 30px;
    }

    .episode-sec {
        padding-bottom: 170px;
    }

    .episode-content {
        padding: 0;
    }

    .articles-sec {
        padding-bottom: 50px;
    }

    .article-co {
        padding: 25px 15px;
    }

    .video-play-button {
        width: 22px;
        height: 34px;
        padding: 29px 20px 18px 28px;
    }

    .video-play-button::before {
        width: 60px;
        height: 60px;
    }

    .video-play-button span {
        border-left: 22px solid rgb(255, 255, 255);
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .video-play-button::after {
        width: 60px;
        height: 60px;
    }

    .promo-video {
        border: none;
        max-width: 100%;
    }

    .tl-event .figure-box img,
    .author-info .author-img img {
        max-width: inherit;
    }

    .customer-quotes {
        padding: 15px;
    }

    .author-info {
        max-width: 82%;
        margin: 0px 0px 22px -15px;
        padding: 5px 10px;
    }

    .customer-quotes::before {
        right: 12px;
        top: 30px;
    }

    .news-wrap {
        margin-top: 50px;
    }

    .news-col {
        padding: 10px;
    }

    .inner-logo img {
        height: 55px;
    }

    #bt-footer .footer-bot-nav ul li {
        padding-left: 10px;
    }

    #bt-footer .footer-bot-nav ul li a::after {
        right: -10px;
    }
}

@media screen and (max-width: 767px) {
    .top-head {
        padding: 5px 0px;
    }

    .navbar {
        top: 7px;
        right: 7px;
    }

    .banner {
        padding: 90px 0px;
    }

    .about-wrap {
        padding-top: 20px;
    }

    .video-col a .play-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    .arrow-shape,
    .agenda-shape {
        display: none;
    }

    .agenda-time {
        font-size: 18px;
        margin: 0px 0 20px;
    }

    .speakers-info ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .speakers-info ul li:last-child {
        margin-bottom: 0;
    }

    .timeline-content h4 {
        font-size: 17px;
    }

    .customer-quotes::before {
        display: none;
    }

    .author-info {
        max-width: 95%;
    }

    .owl-dots {
        margin-top: 20px;
    }

    .owl-dots .owl-dot span {
        margin: 0px 6px;
        width: 12px;
        height: 12px;
    }

    .about-company h1 {
        font-size: 24px;
        line-height: normal;
    }

    .viewAll .read-more {
        font-size: 16px;
    }

    .viewAll .read-more i {
        font-size: 15px;
    }

    .main-title {
        margin-bottom: 25px;
        font-size: 26px;
    }

    .episode-sec .main-title {
        font-size: 26px;
    }

    .episode-content {
        margin-top: 25px;
    }

    .episode-sec {
        border-top: 12px solid #1986b7;
    }

    .episode-content figure {
        margin-bottom: 10px;
    }

    .article-img img {
        width: 100%;

    }

    .article-text h3 {
        font-size: 23px;
    }

    .news-info h4 {
        min-height: inherit;
        max-height: inherit;
    }

    .foot-menu-wrap {
        flex-wrap: wrap;
    }

    .foot-menu {
        margin: 0px 0px 20px;
        width: 33.333%;
    }

    .inner-banner {
        padding: 50px 0px;
    }

    .inner-logo {
        position: inherit;
        left: inherit;
        top: inherit;
        transform: inherit;
        margin-bottom: 20px;
    }

    .inner-logo img {
        height: 55px;
    }

    #bt-footer {
        padding-right: 0px;
        padding-left: 0px;
    }

    #bt-footer .footer-nav .fcol {
        border: none;
        padding-left: 0px;
        width: 50%;
    }

    #bt-footer .footer-nav .fcol:first-child {
        width: 50%;
    }

    #bt-footer .footer-bot-nav ul {
        justify-content: flex-start;
    }

    #bt-footer .footer-bot-nav ul li {
        width: 50%;
        padding: 5px 0px;
    }

    #bt-footer .toprow ul.social li {
        margin-left: 15px;
    }

    #bt-footer .footer-bot-nav {
        padding: 0px;
    }

    #bt-footer .footer-bot-nav ul li a::after {
        display: none;
    }

    .email-wrap p {
        flex-direction: column;
        gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    .top-menu {
        padding: 0px;
        justify-content: center !important;
    }

    .top-menu li {
        padding: 0px 5px;
    }

    .nav li a {
        font-size: 13px;
    }

    header {
        position: inherit;
        border-top: 1px solid rgb(239, 239, 239);
    }

    .main-head {
        padding: 10px 0px;
    }

    .logo img {
        max-width: 190px;
    }

    .archive {
        margin-right: 5px;
    }

    .archive-btn,
    .goto-bt {
        font-size: 13px;
    }

    .banner h1 {
        font-size: 35px;
    }

    .banner::after {
        height: 47px;
    }

    .video-col a .play-icon,
    .episode-col .video-col a .play-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 11px;
    }

    .episode-content figure {
        width: 50px;
    }

    .profile {
        width: calc(100% - 50px);
    }

    .archive-btn i {
        font-size: 15px;
    }

    .owl-dots {
        margin-top: 20px;
    }

    .owl-dots .owl-dot span {
        margin: 0px 4px;
        width: 10px;
        height: 10px;
    }

    .owl-nav button span {
        font-size: 45px;
    }

    .btn-outline {
        font-size: 1rem;
        padding: 8px 20px;
    }

    .head-title {
        margin-bottom: 30px;
    }

    .about-company h1,
    .main-title {
        font-size: 25px;
    }

    .event {
        padding-left: 0px;
    }

    .tl-event::before {
        display: none;
    }

    .timeline-content span {
        text-align: center;
        font-size: 13px;
    }

    .timeline-content h4 {
        text-align: center;
        font-size: 15px;
    }

    .tl-event li {
        margin-bottom: 15px;
    }

    .tl-event li .timeline-date {
        max-width: 100%;
        margin-bottom: 22px;
    }

    .tl-event li .timeline-date br {
        display: none;
    }

    .tl-event li .timeline-date::after {
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        border-top: 16px solid rgb(0, 179, 254);
        bottom: -35px;
        right: inherit;
    }

    .author-info::after {
        width: 20px;
        right: -13px;
    }

    .author-info .author-img img {
        width: 42px;
        height: 42px;
    }

    .news-wrap {
        margin-top: 30px;
    }

    .quote-content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .news-wrap {
        margin-top: 30px;
    }

    .article-slides,
    .testimonial-carousel {
        padding: 0px 35px;
    }

    .news-info h4 {
        font-size: 16px;
        line-height: 22px;
    }

    #bt-footer .toprow {
        flex-wrap: wrap;
    }

    .bt-text-logo {
        margin-bottom: 15px;
    }

    #bt-footer .toprow ul.social {
        padding: 12px 0px 0px;
        width: 100%;
        border-top: 1px solid rgb(70, 73, 78);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #bt-footer .footer-nav {
        margin: 12px 0px 15px;
        padding-top: 15px;
    }

    body #bt-footer .toprow ul.social li svg {
        width: 20px !important;
        height: 20px !important;
    }

    #bt-footer .toprow ul.social li img {
        width: 15px;
    }

    #copyright {
        text-align: left;
        padding: 0px 15px;
    }

    #copyright p {
        font-size: 12px;
        color: rgb(184, 186, 186);
    }
}

@media screen and (max-width: 375px) {

    .archive-btn,
    .goto-bt {
        padding: 5px;
    }
}