@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Unbounded:wght@200..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
}

.container {
    max-width: 1300px !important;
}

::selection {
    background: #F5BE36;
    color: #fff;
}

.main-heading h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: normal;
    color: #003628;
    margin: 10px 0 15px;
    line-height: 30px;
    text-align: center;
    font-family: "Unbounded", serif;
}

.main-heading .box-heading {
    display: inline-block;
    background: #1a6652;
    color: #ffffff;
    padding: 5px 30px;
    box-shadow: 0 4px 0 0 #e7d8b4;
    clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.main-heading .box-heading h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
}

/* ============= Banner Section =============== */
.banner-section {
    /* background: url(../img/banner-bg.jpg) no-repeat center center/cover; */
    background: #003628;
}

.banner-section .banner-text {
    padding: 12rem 0 4rem;
}

.banner-section .banner-text h6 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-weight: 700;
    font-family: "Unbounded", serif;
}

.banner-section .banner-text h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 53px;
    font-family: "Unbounded", serif;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: normal;
}

.banner-section .banner-text p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 26px;
}

.banner-section .banner-text .banner-top-link {
    font-size: 15px;
    color: #F5BE36;
    position: relative;
    text-decoration: none;
}

.banner-section .banner-text .banner-top-link::before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    width: 0%;
    height: 1px;
    background: #F5BE36;
    transition: all 0.5s;
}

.banner-section .banner-text .banner-top-link:hover::before {
    width: 100%;
    transition: all 0.5s;
}

.countdown-box {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 20px;
    padding-left: 0;
}

.countdown-box li span {
    font-size: 30px;
}

.countdown-box li {
    font-weight: 600;
    list-style: none;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 98px;
    height: 98px;
    font-family: "Unbounded", serif;
    border: 3px solid #fff;
    border-radius: 30px;
    padding-top: 22px;
    margin-right: 15px !important;
}


.register-btn a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.register-btn .learn-more {
    width: 12rem;
    height: auto;
}

.register-btn .learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #F5BE36;
    border-radius: 1.625rem;
}

.register-btn .learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.register-btn .learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.register-btn .learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -4px;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #142754;
    border-right: 0.125rem solid #142754;
    transform: rotate(45deg);
}

.register-btn .learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 0;
    margin: 0 0 0 1.85rem;
    color: #F5BE36;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
}

.register-btn a:hover .circle {
    width: 100%;
}

.register-btn a:hover .circle .icon.arrow {
    background: #142754;
    transform: translate(1rem, 0);
}

.register-btn a:hover .button-text {
    color: #142754;
}

.banner-left-shape {
    position: absolute;
    top: 0;
    left: 30%;
    animation: tdupdown 1.5s infinite alternate;
    ;
}

.banner-right-shape {
    position: absolute;
    top: 10%;
    left: 88%;
    animation: tdupdown 1.5s infinite alternate;
    ;
}

@keyframes tdupdown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(-20px)
    }
}

.tickers-section {
    background: #F5BE36;
}

.swiper--top .swiper-container {
    position: relative;
    width: 100%;
}

/* ============================== TICKERS SECTION ============================= */
.swiper--top .swiper-container.swiper--bottom:after {
    animation-direction: reverse;
}

.swiper--top .swiper-wrapper {
    transition-timing-function: linear !important;
    position: relative;
}

.swiper--top .swiper-slide {
    text-align: center;
    font-size: 15px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
}

@-webkit-keyframes line-slide {
    0% {
        background-position: -10% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

@keyframes line-slide {
    0% {
        background-position: -10% 0;
    }

    100% {
        background-position: 100% 0;
    }
}

.tickers-heading h5 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
}

.tickers-heading i {
    color: #F5BE36;
    rotate: -20deg;
}

.tickers-heading {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 10px 35px;
    background-color: #1a6652;
    position: relative;
    z-index: 99;
}

.ticker-text span {
    font-size: 15px;
    color: #142754;
    font-weight: 600;
    margin: 0 20px;
}

/* ================================== HEILIGHTS SECTION ======================== */
.heilight-section {
    background: transparent;
}

.heilight-section .card {
    background: linear-gradient(99deg, rgb(26 102 82 / 43%) 0%, rgb(245 190 54 / 40%) 100%);
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    min-height: 180px;
    transition: .5s;
}

.heilight-section .card-body {
    padding: 20px 20px;
}

.heilight-section .card-body h4 {
    font-size: 20px;
    color: #003628;
    letter-spacing: normal;
    line-height: 23px;
    font-weight: 600;
    font-family: "Unbounded", serif;
    margin: 5px 0px;
}

.heilight-section .card-body img {
    width: 45px;
    margin-bottom: 10px;
}

.heilight-section .card-body .card-text {
    font-size: 16px;
    color: #020202;
    line-height: 20px;
}

.global-img {
    width: 405px;
    margin-top: 30px;
}


/* ============================================= PARTNERSHIP SECTION =========================== */
.global-section {
    background: aliceblue;
}

.sec-heading h2 {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: normal;
    color: #003628;
    margin-bottom: 10px;
    font-family: "Unbounded", serif;
}

.sec-heading p {
    font-size: 16px;
    color: #020202;
    line-height: 22px;
    margin-bottom: 0px;
}

.about-col {
    background: url('../img/about-bg.jpg');
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 100px 0;
    min-height: auto;
}

.about-content {
    background: #353572;
    padding: 30px 30px;
    border-radius: 5px;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    will-change: background;
    background-color: rgba(255, 255, 255, 0);
}

.about-content .main-heading h2 {
    color: #F5BE36;
}

.about-content .sec-heading h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 23px;
}

.about-content .sec-heading h4 {
    color: #F5BE36;
    font-size: 17px;
    letter-spacing: normal;
    font-weight: 600;

}

.about-content .sec-heading p {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: normal;
}

.about-section .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
    background-color: #F5BE36;
    border-color: #F5BE36 #F5BE36 #F5BE36;
    color: #2b12c3;
    transition: 0.3s;
}

.owl-carousel {
    margin-bottom: 0;
}

.about-section .owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"]:hover,
.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"].hover {
    background-color: #1a6652;
    border-color: #142754 #142754 #142754;
    color: #fff;
}

.about-col .main-heading .box-heading {
    background: #1a6652;
    color: #ffffff;
    box-shadow: 0 4px 0 0 #9b7619;
}

.owl-theme .owl-dots .owl-dot span {
    background: #f5be36;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #f5be36;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    position: absolute;
    top: 93%;
    left: 38%;
}

.about-content .main-heading .box-heading {
    clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%);
}

/* ========================================== OBJECTIVE SECTION ======================== */
/* .objective-left-col{
    background: #E8E8FF;
    padding: 18% 5% 15% 35%;
} */

.obj-box {
    padding: 25px 25px 25px 25px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: #fff;
    min-height: 225px;
    z-index: 2;
}

.obj-box:hover:before {
    transform: scale(29);
}

.obj-box .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background: #142754;
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
}

.obj-box:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 186px;
    right: -8px;
    background: #142754;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.obj-box:hover.obj-box h4 {
    transition: all 0.3s ease-out;
    color: #F5BE36;
}

.obj-box:hover.obj-box p {
    transition: all 0.3s ease-out;
    color: #fff;
}

.obj-box h4 {
    font-size: 16px;
    color: #142754;
    letter-spacing: normal;
    line-height: 23px;
    font-weight: 600;
    font-family: "Unbounded", serif;
    margin: 5px 0px;
}

.obj-box p {
    font-size: 15px;
    color: #020202;
    line-height: 20px;
}

.obj-box img {
    width: 50px;
    margin-bottom: 10px;
}


/* ============================= KEY FEATURE SECTION ========================== */
.key-section {
    background: #F5BE36;
    padding: 70px 0 50px !important;
}

.offer-col {
    padding: 20px 20px;
    background: #003628;
    border-radius: 5px;
    min-height: 185px;
    margin: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    transition: .3s ease-in;
}

.offer-col h4 {
    font-size: 16px;
    color: #F5BE36;
    letter-spacing: normal;
    line-height: 23px;
    font-weight: 600;
    font-family: "Unbounded", serif;
    margin: 5px 0px;
}

.offer-col p {
    font-size: 15px;
    color: #ffffff;
    line-height: 20px;
}

/* ============================== PUBLICATION SECTION ============================ */

.corporate-section ul li {
    font-size: 16px;
    line-height: 22px;
    color: #003628;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.corporate-section ul li i {
    color: #F5BE36 !important;
}

.publication-img img {
    /* border-radius: 12px 110px 12px 110px; */
    object-fit: contain;
    object-position: top;
}

/* ====================== ATTEND SECTION ========================================= */

.attend-section {
    background: #F5BE36;
    padding: 50px 0 100px !important;
}

.important-card {
    padding: 20px 55px;
    background: #003628;
    border-radius: 7px;
    margin-top: -70px;
}

.important-card .sec-heading h2 {
    color: #F5BE36;
}

.important-card-col {
    position: relative;
}

.important-card-col::before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 1%;
    height: 100%;
    background: #F5BE36;
    border-radius: 7px;
}

.important-card-col h4 {
    font-size: 15px;
    color: #F5BE36;
    letter-spacing: normal;
    line-height: 23px;
    font-weight: 600;
    font-family: "Unbounded", serif;
    margin: 5px 0px;
}

.important-card-col p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 5px;
}


/* ====================================== FOOTER SECTION ======================== */
.custom-footer {
    background: #080C1A !important;
    padding: 50px 0 0px !important;

}

.footer-custom-row {
    border-bottom: 1px solid #F5BE36;

}

.footer-card {
    padding: 20px 20px;
    margin-bottom: 20px;
}

.footer-card h4 {
    font-size: 18px;
    color: #F5BE36 !important;
    letter-spacing: normal;
    line-height: 23px;
    font-weight: 600;
    font-family: "Unbounded", serif;
    margin: 5px 0px;
}

.footer-card p {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-card a {
    display: inline-block;
    font-size: 16px;
    color: #fff !important;
    line-height: 20px;
    position: relative;
    margin-right: 13px;
    margin-bottom: 7px;
    transition: .5s;
}

.footer-card a:hover::before {
    width: 100%;
    transition: all 0.5s;
}

.footer-card a:hover {
    color: #F5BE36 !important;
}

.footer-card a::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 0%;
    height: 1%;
    background: #F5BE36;
}

.last-footer h4 {
    font-size: 12px;
    color: #F5BE36 !important;
    margin-bottom: 0;
    letter-spacing: normal;
    line-height: 23px;
    font-weight: 600;
    font-family: "Unbounded", serif;
}

.last-footer .social-icons li a {
    border: 1px solid #fff;
    line-height: 29px;
    color: #fff !important;
}

.footer-custom-border {
    border-right: 1px solid #f5be36;
    margin-bottom: 20px;
}


/* ====================== Top Header =================== */
.top-header-custom a {
    text-decoration: none !important;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
    transition: .5s;
}

.top-header-custom a:hover {
    color: #F5BE36;
}

/* =================================================================== INNER PAGES ============================================================================================================ */


/* ============================== THEMES PAGE ============================== */
.page-header.page-header-modern h1 {
    font-size: 28px;
}

.themes-card {
    background: #F5BE36;
    padding: 20px 20px;
    border-radius: 7px;
}

.themes-card .sec-heading {
    position: relative;
}

.themes-card .sec-heading::before {
    content: '';
    position: absolute;
    top: 42px;
    left: 32%;
    width: 37%;
    height: 3px;
    background: radial-gradient(circle, rgb(0 54 40) 36%, rgba(0, 0, 0, 0) 80%);
}

.themes-card ul li {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.themes-card.themes-card-2 {
    background: #003628;
}

.themes-card.themes-card-2 .sec-heading h2 {
    color: #F5BE36;
}

.themes-card.themes-card-2 .sec-heading::before {
    background: radial-gradient(circle, #F5BE36 36%, rgba(0, 0, 0, 0) 80%);
}

.themes-card.themes-card-2 ul li {
    color: #ffffff;
}

.themes-card .publication-img img {
    border-radius: 12px 110px 12px 110px;
    height: 275px;
    object-fit: cover;
    object-position: right;
}



/* ======================================================= SCHEDULE PAGE ====================== */


.schedule-btn a {
    background: #F5BE36;
    border-radius: 4px;
    font-size: 14px;
    color: #142754;
    font-weight: 600;
    transition: .4s;
}

.schedule-btn a:hover {
    background: #142754;
    color: #F5BE36;
    border-color: #F5BE36;
}


/* ============================================ LEADERSHIP PAGE ==================== */
.newimage {
    width: 100%;
    height: 350px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
}

.expansion-grid-switch {
    background: #f7f7f7;
    border-radius: 5px;
    position: relative;
    transition: .5s;
}

.expansion-grid-switch .details h2 {
    font-size: 18px;
    color: #f5be36;
    margin-bottom: 2px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
    margin-top: 0px;
    letter-spacing: normal;
}

.expansion-grid-switch .details h6 {
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 0px;
}

.expansion-grid-switch .details p {
    font-size: 15px;
    color: #ffff;
    margin-bottom: 0px;
}

.expansion-grid-switch:hover img.newimage {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.details {
    position: absolute;
    bottom: 0px;
    padding: 20px 10px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: left;
    width: 100%;
    background: #000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0.8) 40%);
}


/* ================================= KEY SPEAKERS PAGE ========================== */
.key-speaker-card .expansion-grid-switch {
    overflow: hidden;
    border-radius: 0;
}

.key-speaker-card .expansion-grid-switch .newimage {
    border-radius: 0px;
}

.key-speaker-card .details {
    opacity: 1;
    transition: .5s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 10px;
    height: 21%;
    background: #003628;
}

.key-speaker-card .expansion-grid-switch .details h2 {
    font-size: 15px;
    font-weight: 700;
    color: #f5be36;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
    margin-bottom: 8px;
    font-family: "Unbounded", serif;
    min-height: 55px;
}

.key-speaker-card .expansion-grid-switch:hover .details {
    opacity: 1;
    visibility: visible;
    height: 40%;
}

.key-speaker-card .expansion-grid-switch .details h6 {
    margin-bottom: 5px;
    font-size: 14px;
    color: #f5be36;
    letter-spacing: normal;
    font-weight: 700;
}

.key-speaker-card .expansion-grid-switch .details p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

/* ====================================== SUBMISSION PAGE ============================== */
.btn-slide2 {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 100%;
    /* line-height: 40px; */
    padding: 5px 0px;
    border-radius: 3px;
    background: #003628;
    border: 2px solid #003628;
    margin-bottom: 10px;
    transition: .5s;
}

.btn-slide2 span.circle2 {
    display: block;
    background-color: #142754;
    color: #142754;
    position: absolute;
    float: left;
    margin: 3px 5px;
    line-height: 29px;
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
}

.btn-slide2 span.title-hover2 {
    color: #fff;
}

.btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #0E70C7;
    left: 80px;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #142754;
    transition: .5s;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #fff;
    left: 43px;
}

.btn-slide2 span.circle2 {
    background-color: #fff;
}

.btn-slide2:hover {
    background-color: transparent;
}

.btn-slide2:hover span.circle2 {
    left: 100%;
    margin-left: -45px;
    background-color: #003628;
    color: #fff;
}

.btn-slide2:hover span.title2 {
    left: 40px;
    opacity: 0;
}

.btn-slide2:hover span.title-hover2 {
    opacity: 1;
    left: 40px;
}

.btn-slide2:hover.btn-slide2 span.title-hover2 {
    color: #003628;
}

table.submission-table tbody,
td,
tfoot,
th,
thead,
tr {
    border: 1px solid #ccc !important;
    font-size: 14px;
    padding: 8px 15px 8px 15px !important;
    color: #ffffff !important;
    font-weight: 600;
    line-height: 20px;
    transition: 0.5s ease;
    background-color: transparent !important;
}

table.submission-table {
    background-color: #003628 !important;
}

table.submission-table tr:hover {
    background-color: #f5be36 !important;
    color: #000 !important;
}


/* ======================================== Conferance Panel page ======================= */
.service-card {
    width: 100%;
    padding: 2em 1.5em;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #f5be362e;
    min-height: 250px;
}

.service-card::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #003628;
    position: absolute;
    left: -99%;
    top: 0%;
    z-index: -2;
    transition: 0.4s;
}

.service-card:hover:after {
    left: 0%;
}

.d-panel i {
    font-size: 20px;
    color: #142754;
}

.d-panel img {
    width: 50px;
    margin-bottom: 10px;
}

.d-panel h3 {
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #003628;
    font-weight: 700;
    margin-bottom: 2px;
    transition: .5s;
}

.d-panel h5 {
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #003628;
    font-weight: 700;
    margin-bottom: 10px;
    transition: .5s;
}

.panel-m-btm a {
    text-decoration: none !important;
}

.d-panel h6 {
    display: inline-block;
    font-size: 15px;
    color: #142754;
    background: #F5BE36;
    font-weight: 700;
    padding: 6px 10px;
    letter-spacing: normal;
    margin-bottom: 5px;
}

.d-panel p {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #b71c2b;
    font-weight: 500;
    padding: 0px 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.service-card:hover .d-panel h3 {
    color: #fff;
}

.service-card:hover .d-panel h5 {
    color: #F5BE36;
}


/* ======================================================== PUBLICATIONS PAGE =============================== */

.submission-table thead tr th {
    font-size: 17px;
    font-weight: 700;
    color: #142754 !important;
    padding: 10px 20px !important;
    letter-spacing: normal;
    background: #F5BE36 !important;
}

/* ============================================== E-DESK HELP PAGE ==================================== */
.ehelp-desk-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    border-radius: 5px;
    color: #0F0F17;
    font-weight: 600;
    padding: 15px 0;
    margin-bottom: 20px;
    background: #F5BE36;
    transition: .5s;
}

.ehelp-inner-box i {
    background: #F5BE36;
    display: inline-block;
    width: 55px;
    font-size: 24px;
    border-radius: 5px;
    color: #142754;
    padding: 12px;
    transition: .5s;
}

.ehelp-desk-box:hover .ehelp-inner-box i {
    background: #142754;
    color: #fff;
}

.ehelp-desk-box p {
    font-size: 16px;
    color: #ffffff;
    background: #142754;
    font-weight: 500;
    padding: 0px 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    transition: .5s;
}

.ehelp-desk-box:hover {
    background-color: #142754;
}

.ehelp-desk-box:hover.ehelp-desk-box p {
    background: #f5be36;
}

a {
    text-decoration: none !important;
}

::placeholder {
    color: #142754 !important;
    font-size: 15px;
    font-weight: 600;
}

.modal-body i {
    font-weight: 600;
    color: #142754;

}

.modal-body .form-style-4.form-with-icons .form-control {
    color: #142754;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 10px;
}

.modal-body .form-label-group label {
    height: auto;
    top: 12px;
    padding: 0 10px;
}

.modal-body .form-label-group input:not(:placeholder-shown)~label {
    padding-top: 0px;
    top: -4px;
}
.list-box ul{
    list-style: none;
    padding-left: 0;
}
.list-box ul li{
    list-style: none;
    padding-left: 16px;
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    padding-top: 3px;
}
/* .list-box ul li::before{
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #003628;
} */
 .qr-content h4{
    font-size: 16px;
    font-weight: 700;
    color: #003628;
    margin-bottom: 0px;
    text-align: center;
    margin-top: 10px;
    letter-spacing: normal;
 }

 .sec-heading p strong{
    color: #003628;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: normal;
 }
