* {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.ttf') format('truetype');
}

@font-face {
    font-family: 'calibrib';
    src: url('../fonts/calibrib.ttf') format('truetype');
}

@font-face {
    font-family: 'Candara';
    src: url('../fonts/Candara.ttf') format('truetype');
}

@font-face {
    font-family: 'Candarab' !important;
    src: url('../fonts/Candarab.ttf') format('truetype');
}

body {
    font-family: Candara !important;
    font-size: 16px !important;
    color: #000 !important;
    line-height: 25px !important;
    overflow-x: hidden !important;
    padding-top: 70px;
}

.mT80 {
    margin-top: 80px;
}

.mB50 {
    margin-bottom: 50px;
}

.mB80 {
    margin-bottom: 80px;
}

.pT80 {
    padding-top: 80px !important;
}

.navbar {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px #58595b !important;
}

.nav-link {
    font-size: 16px !important;
    color: #000 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

    .nav-link:hover {
        color: #36367e !important;
    }

/*.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #1e9cc7 !important;
}*/

.btn-symposium-2023 {
    font-family: Calibri !important;
    font-size: 17px !important;
    color: #fff !important;
    /*font-weight: bold !important;*/
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(to right, #073370, #01b5e8) !important;
    border: none !important;
    border-radius: 8px !important;
    /*padding: 8px 10px !important;*/
    padding: 8px 20px !important;
    white-space: nowrap !important;
}

    .btn-symposium-2023:hover {
        background: linear-gradient(to right, #01b5e8, #073370) !important;
    }

.slider-bg {
    height: 100%;
    background-image: url("../images/slider-bg.jpg") !important;
    background-repeat: no-repeat !important;
    /*background-position: bottom -3px center !important;
    background-position: bottom -275px center !important;*/
    background-position: center center !important;
    background-size: cover !important;
    margin-top: 0px !important;
}

.slider-title {
    font-size: 35px !important;
    color: #073370 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    /*line-height: 70px !important;
    padding-top: 50px !important;*/
    /*line-height: 75px !important;*/
    line-height: 50px !important;
    padding-top: 60px !important;
    margin-bottom: 30px !important;
}

.btn-register-now {
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background-color: #ffc300 !important;
    box-shadow: 0px 3px 12px 0px #58595b !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 35px !important;
    margin-top: 50px !important;
    margin-bottom: 100px;
}

#countdown {
    font-family: Calibri !important;
    color: #fff !important;
    /*background: linear-gradient(to right, #073370, #33a4cb) !important;*/
    background: linear-gradient(to right, #073370, #33a4cb) !important;
    border-radius: 10px !important;
    position: absolute !important;
    z-index: 1 !important;
    box-shadow: 0px 3px 12px 0px #000 !important;
    margin-top: -5px;
    /*padding: 15px 60px 10px 60px;*/
    padding: 15px 40px 10px 40px;
}

    #countdown ul {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }

    #countdown li {
        display: inline-block;
        font-size: 20px;
        list-style-type: none;
        padding: 10px;
    }

        #countdown li span {
            display: block;
            font-size: 40px;
            margin-bottom: 10px;
        }

        #countdown li div {
            font-size: 18px;
        }

@media all and (max-width: 768px) {
    #countdown li {
        font-size: calc(1.125rem * var(--smaller));
    }

        #countdown li span {
            font-size: 38px;
        }
}

.fa-map-marker:before, .fa-calendar:before, .fa-clock-o:before {
    font-size: 28px !important;
    color: #37367f !important;
    margin-right: 5px !important;
}

.event-content {
    font-family: Calibri !important;
    font-size: 17px !important;
    color: #36367e !important;
    font-weight: bold;
    text-transform: uppercase !important;
    vertical-align: text-bottom !important;
}

.key-discussion-points-bg {
    background-image: url("../images/key-discussion-points.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    margin-top: 0px !important;
}

    .key-discussion-points-bg h1 {
        font-size: 60px !important;
        color: #fff !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: center !important;
        padding-top: 108px !important;
        padding-bottom: 50px !important;
    }

        .key-discussion-points-bg h1 span {
            color: #33a4cb !important;
        }

.key-discussion-points-white-outer {
    background-color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 25px 0px #000 !important;
}

.key-discussion-points-blue-bg {
    width: 100px !important;
    background-image: url("../images/blue-bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: cover !important;
    margin-top: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.key-discussion-points-margin {
    margin: 80px 20px;
}

.key-discussion-points-white-outer h3 {
    font-size: 30px;
    color: #33a4cb;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.key-discussion-points-white-outer p {
    font-size: 18px;
}

@media (min-width:1200px) {
    .navbar-nav {
        --bs-nav-link-padding-x: none !important;
    }
}

@media (max-width:576px) {
    .btn-symposium-2023 {
        margin-bottom: 10px !important;
    }
}

.guest h1 {
    font-size: 45px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding-bottom: 50px !important;
}

    .guest h1 span {
        color: #33a4cb !important;
    }

.guest-img-wrapper {
    width: 280px;
    height: 280px;
    display: block;
    margin: 0 auto;
}

    .guest-img-wrapper img {
        width: 280px;
        height: 280px;
        border: 10px solid #fff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px #58595b !important;
        cursor: pointer;
    }

.guest-info {
    width: 280px;
    display: block;
    margin: 0 auto;
    font-family: Calibri;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #33a4cb;
    /*padding: 18px;*/
    padding: 18px 10px;
    margin-bottom: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .guest-info span {
        font-size: 18px;
        font-weight: bold !important;
        letter-spacing: 1px;
    }

    .guest-info p {
        text-transform: capitalize !important;
        margin-bottom: 0 !important;
        margin-top: 5px !important;
    }

    .guest-info ul {
        padding-left: 20px !important;
    }

        .guest-info ul li {
            list-style: disc;
            list-style-position: outside;
            color: #ceedf9 !important;
            text-transform: capitalize !important;
            margin-bottom: 0 !important;
            margin-top: 5px !important;
        }

.font-calibri {
    font-family: Calibri;
}

.insights-bg {
    background-image: url("../images/key-discussion-points.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    margin-top: 0px !important;
}

    .insights-bg h1 {
        font-size: 45px !important;
        color: #073370 !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: center !important;
        padding-top: 80px !important;
        padding-bottom: 50px !important;
    }

        .insights-bg h1 span {
            color: #33a4cb !important;
        }

.carousel-indicators {
    margin-bottom: -3rem !important;
}

.modal-header {
    color: #fff !important;
    /*background: #39a5ce !important;*/
    background: #073370 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 25px 50px !important;
}

.modal-title {
    font-size: 20px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    margin-right: 10px !important;
}

.designation {
    font-family: 'calibri';
    font-size: 16px;
    /*color: #caeffd;*/
    color: #a3ace5;
    font-weight: normal;
    text-transform: capitalize;
}

.btn-close {
    --bs-btn-close-bg: url("../images/close-icon-img.png") !important;
}

.modal-content {
    border-radius: 0 !important;
    border: none !important;
}

.modal-body {
    font-family: Calibri !important;
    text-align: justify !important;
    padding: 30px !important;
    /*box-shadow: 0px 0px 15px 0px #414042 !important;*/
    box-shadow: 0px 0px 12px 0px #5a5a5a !important;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(0%) !important;
    z-index: 5 !important;
}

.carousel-control-prev {
    left: -85px !important;
    cursor: pointer !important;
}

.carousel-control-next {
    right: -85px !important;
    cursor: pointer !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
    width: 5% !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/previous-arrow.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/next-arrow.png") !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px !important;
    height: 44px !important;
}

.carousel-inner {
    border: hidden;
}

.fa-envelope:before {
    font-size: 80px;
    color: #073370;
}

.link {
    font-size: 25px;
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}

    .link:hover {
        color: #33a4cb;
    }

footer {
    font-family: Calibri;
    font-size: 17px;
    color: #fff;
    /*background-color: #1098c4;*/
    background: linear-gradient(to right, #073370, #33a4cb) !important;
    padding: 15px;
}

.btn-submit {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(to right, #073370, #01b1e4) !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 8px 28px !important;
}

    .btn-submit:hover {
        background: linear-gradient(to right, #01b1e4, #073370) !important;
    }

#verificationCode ::placeholder {
    text-align: center !important;
}

#successfulMsg .big-title {
    font-size: 45px !important;
    color: #33a4cb !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 45px;
}

#successfulMsg .modal {
    text-align: left;
}

::placeholder {
    color: red;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #707275;
}

.btn-close:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
}

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

/*Start Loader CSS*/
#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: White;
    top: 50%;
    left: 45%;
}
/*End Loader CSS*/

/*Start Insights CSS*/
.carousel-item {
    margin: 0 auto;
    text-align: justify;
    background-color: #fff;
    padding: 50px;
    border-radius: 20px !important;
}

.img-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .img-wrapper img {
        /*max-width: 100%;
        max-height: 100%;*/
        width: 150px;
        height: 150px;
        /*margin-top: 50px;*/
        margin-bottom: 30px;
        border: 10px solid #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 15px 0px #58595b !important;
    }
/*End Insights CSS*/

.speakers-bg {
    background-color: #fff;
    background-image: url("../images/speakers-bg.jpg");
    background-position: top center;
    background-repeat: repeat;
    width: auto;
    height: auto;
    /*padding: 50px 0px;*/
}

.thankYouAnnualSymposium {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}

.thankYouReimagineCaptech {
    font-size: 28px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
    text-align: left !important;
}

.stayTuned {
    font-size: 22px !important;
}

.carousel-item h2 {
    font-size: 25px !important;
    color: #0682d7 !important;
    font-weight: bold !important;
    /*letter-spacing: 0.8px;*/
    margin-bottom: 0px !important;
}

.insightsDesignation {
    color: #58595b !important;
    margin-bottom: 0px !important;
}

.twoNumber {
    font-family: Calibri;
    font-size: 40px !important;
}

.nd {
    font-size: 25px;
}

.edition {
    font-size: 40px !important;
}

.navbar-collapse .align-items-center {
    align-items: center !important;
}

@media screen and (max-width: 1366px) {
    .navbar-brand {
        height: 57px !important;
    }

    .nav-link {
        font-size: 14px !important;
    }

    .btn-symposium-2023 {
        font-size: 13px !important;
    }

    .kpmg-logo {
        height: 43px !important;
    }

    /*.slider-title {
        font-size: 55px !important;
        line-height: 55px !important;
        padding-top: 45px !important;
    }*/

    .slider-title {
        font-size: 35px !important;
        line-height: 45px !important;
        padding-top: 80px !important;
    }

    .key-discussion-points-bg h1 {
        font-size: 60px !important;
    }

    .namasteImg {
        max-height: 450px;
    }

    .twoNumber {
        font-family: Calibri;
        font-size: 40px !important;
    }

    .nd {
        font-size: 25px;
    }

    /*.edition {
        font-size: 40px !important;
    }*/

    .edition {
        font-size: 35px !important;
    }

    .navbar-collapse .align-items-center {
        align-items: center !important;
    }

    .mt-5 {
        margin-top: 1.5rem !important;
    }
}

@media (max-width: 1024px) {
    .navbar-brand {
        height: 38px !important;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .btn-symposium-2023 {
        font-size: 12px !important;
    }

    .kpmg-logo {
        height: 28px !important;
    }

    .slider-title {
        font-size: 40px !important;
        line-height: 40px !important;
        padding-top: 70px !important;
    }

    .key-discussion-points-bg h1 {
        font-size: 50px !important;
    }

    .namasteImg {
        max-height: 450px;
    }

    .thankYouAnnualSymposium {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .thankYouReimagineCaptech {
        font-size: 28px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .stayTuned {
        font-size: 22px !important;
    }

    .twoNumber {
        font-family: Calibri;
        font-size: 40px !important;
    }

    .nd {
        font-size: 25px;
    }

    .edition {
        font-size: 30px !important;
    }

    .navbar-collapse .align-items-center {
        align-items: center !important;
    }
}
/* For mobile devices (min-width: 480px) */

@media (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar-brand {
        height: 40px !important;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .btn-symposium-2023 {
        font-size: 13px !important;
    }

    .kpmg-logo {
        height: 30px !important;
    }

    .slider-title {
        font-size: 35px !important;
        line-height: 40px !important;
        padding-top: 30px !important;
    }

    .key-discussion-points-bg h1 {
        font-size: 50px !important;
    }

    .namasteImg {
        max-height: 180px;
    }

    #successfulMsg .big-title {
        font-size: 35px !important;
        line-height: 38px !important;
    }

    .thankYouAnnualSymposium {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .thankYouReimagineCaptech {
        font-size: 28px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .stayTuned {
        font-size: 22px !important;
    }

    .twoNumber {
        font-family: Calibri;
        font-size: 40px !important;
    }

    .nd {
        font-size: 25px;
    }

    .edition {
        font-size: 40px !important;
    }

    .navbar-collapse .align-items-center {
        align-items: center !important;
    }
}
/* For extra small screens (small mobile devices) */

@media (max-width: 480px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar-brand {
        height: 59px !important;
    }

    .nav-link {
        font-size: 14px !important;
    }

    .btn-symposium-2023 {
        font-size: 13px !important;
    }

    .kpmg-logo {
        height: 43px !important;
    }

    .slider-title {
        font-size: 35px !important;
        line-height: 40px !important;
        padding-top: 30px !important;
    }

    .key-discussion-points-bg h1, .insights-bg h1 {
        font-size: 45px !important;
    }

    .namasteImg {
        max-height: 160px;
    }

    #successfulMsg .big-title {
        font-size: 31px !important;
        line-height: 38px !important;
    }

    .thankYouAnnualSymposium {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .thankYouReimagineCaptech {
        font-size: 26px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .stayTuned {
        font-size: 22px !important;
    }

    .twoNumber {
        font-family: Calibri;
        font-size: 22px !important;
    }

    .nd {
        font-size: 15px;
    }

    .edition {
        font-size: 22px !important;
    }

    .carousel-control-prev-icon {
        background-image: none !important;
    }

    .carousel-control-next-icon {
        background-image: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7 !important;
        margin-top: 15px !important;
    }

        .navbar-collapse .align-items-center {
            align-items: flex-start !important;
        }
}


















.key-points-section {
    background-image: url(../images/key-discussion-points.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    margin-top: 0px !important;
    padding-bottom: 80px;
    /*background: linear-gradient(135deg, #f4f9ff, #eef5ff);
    padding: 80px 0;*/
}

.section-title {
    /*text-align: center;
    font-size: 42px;
    margin-bottom: 60px;
    font-weight: 700;*/
    font-size: 60px !important;
    color: #073370 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding-top: 108px !important;
    padding-bottom: 50px !important;
}

    .section-title span {
        color: #33a4cb !important;
    }

.key-card {
    background: rgba(255, 255, 255);
    backdrop-filter: blur(12px);
    /*border-radius: 20px;*/
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 35px 28px;
    height: 100%;
    /*transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
    box-shadow: 0px 10px 10px 0px #a2a4a9 !important;
}

    .key-card:hover {
        /*transform: translateY(-12px);
        
box-shadow: 0 20px 45px rgba(4, 134, 221, 0.25);*/
        box-shadow: 0px 10px 10px 0px #a2a4a9 !important;
    }

.icon-circle {
    /*width: 70px;
    height: 70px;*/
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #073370, #01b5e8);
    color: #fff;
    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /*transition: transform 0.4s ease;*/
    transition: transform 0.6s ease;
}

.key-card:hover .icon-circle {
    /*transform: rotate(10deg) scale(1.1);*/
    transform: rotate(360deg);
}

.key-card p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.key-card strong {
    color: #0486dd;
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
    }
}

.icon-circle img {
    transition: transform 0.6s ease;
    width: 60px !important;
    height: 60px !important;
}

.key-card:hover .icon-circle img {
    transform: rotate(-360deg);
}

.modal-body {
    overflow-y: auto !important;
    max-height: 500px !important;
}

.dropdown-item {
    font-family: 'calibri' !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #073370 !important;
    --bs-btn-border-color: #073370 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #33a4cb !important;
    --bs-btn-hover-border-color: #33a4cb !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #33a4cb !important;
    --bs-btn-active-border-color: #33a4cb !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #33a4cb !important;
    --bs-btn-disabled-border-color: #33a4cb !important;
    cursor: pointer !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #e8f9ff !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #33a4cb !important;
}

@media (max-width: 575.98px) {
    .slider-bg {
        background-image: none !important;
        background-color: #d5f0f9 !important;
    }

    .kpmg-logo {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .slider-bg {
        background-image: none !important;
        /*background-color: #d5f0f9 !important;*/
        background-color: #94d5f7 !important;
    }

    .kpmg-logo {
        margin-top: 10px;
    }
}

.linkedin {
    background: #007bb5;
    color: #fff;
    padding: 10px 15px !important;
}

.venue-bg {
    /*background-color: #b4e0f9;*/
    background-color: #d3edfb;
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/*.speakers-bottom-line {
    color: #33a4cb !important;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-top: 2px solid #33a4cb !important;
    border-bottom: 2px solid #33a4cb !important;
    padding: 20px;
}*/

.speakers-bottom-line {
    position: relative;
    color: #33a4cb;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

    .speakers-bottom-line::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient( to right, #014785, #ffffff, #014785 );
    }

    .speakers-bottom-line::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient( to right, #014785, #ffffff, #014785 );
    }
