@font-face {
    font-family: GT-Haptik-ZS;
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Regular.ttf);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Regular.woff);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Regular.woff2);
    font-weight: 400;

}

@font-face {
    font-family: GT-Haptik-ZS;
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Medium.ttf);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Medium.woff);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Medium.woff2);
    font-weight: 500;
}

@font-face {
    font-family: GT-Haptik-ZS;
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Bold.ttf);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Bold.woff);
    src: url(https://info.zscaler.com/rs/306-ZEJ-256/images/GT-Haptik-ZS-Bold.woff2);
    font-weight: 700;
}

/* html {
    font-size: 1rem;
} */


body {
    font-family: GT-Haptik-ZS;
    color: #001744;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2268F5;
    --bs-btn-border-color: #2268F5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2268F5;
    --bs-btn-disabled-border-color: #2268F5;
}
.btn {
    padding: 0.5rem 1rem;
    /* font-family: monospace; */
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border-radius: 0;
    border: none ! IMPORTANT;
}

.nav-link{ padding: 0.5rem 1rem;
    /* font-family: monospace; */
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border-radius:0 !important;
    border: none ! IMPORTANT;}
.register-now {
    padding: 1rem 2rem;
    z-index: 99;
    margin: auto;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 27px);
    left: 50%;
}
.top-section {
    position: relative;
}
.about-section .img-block {
    height: 100%;
}
.about-section .img-block img {
    height: 100%;
    object-fit: cover;
}
.agenda-section {
    background: #E4F1FA;
}
.why-attend-section {
    background: #001744;
    color: #fff;
}
.choose-event-section .content-block {
    background: #E4F1FA;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background: #2268F5;
}
.nav-link {
    color: #2268F5;;
}
a.c-link {
    font-weight: 500;
    text-decoration: none;
}
hr {
    margin: .7rem 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
footer#footer {
    background: #001744;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
tbody, td, tfoot, th, thead, tr {
    background: transparent !important;
    border-color: transparent;
}
.py-5 {
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}
.day-bloc {
    /* background: #fff; */
    display: inline-flex;
    align-items: center;
    padding-right: 1rem;
    border-bottom: solid;
    font-weight: 400;
    font-size: 1.3rem;
}
 .cls-1 {
        fill: #001744;
        stroke-width: 0px;
      }
@media (min-width: 1200px) {
    h1 {
        font-size: 3.5rem;
    }
       h2 {
        font-size: 3rem;
    }
}

   .why-attend-section .cls-1 {
        fill: #ffffff;
        stroke-width: 0px;
      }
      .why-attend-section svg {
    background: #2268F5;
}
.table>:not(caption)>*>* {
    padding: .5rem 0rem;
}

.specialization-section {
    background: #E4F1FA;
}