@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-1: #198754;

    --color-2: #bc0000;

    --color-3: #242424;

    --color-4: #fdc106;

    --color-5: #ffffff;

    --color-6: #0d70b7;
}

.jost-uniquifier {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}


/* AOS Library  */
/* Ensure no overflow during animations */
body {
    overflow-x: hidden;
}

[data-aos] {
    overflow: hidden;
}

/* Prevent blank space during fade animations */
[data-aos][data-aos][data-aos="fade-right"],
[data-aos][data-aos][data-aos="fade-left"],
[data-aos][data-aos][data-aos="fade-up"],
[data-aos][data-aos][data-aos="fade-down"] {
    will-change: transform, opacity;
    transition: transform 0.8s ease, opacity 0.8s ease;
}

/* Default visibility of animated elements */
[data-aos] {
    visibility: hidden;
}

[data-aos].aos-animate {
    visibility: visible;
}

/* AOS Library  */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
}

p {
    color: #242424;
    font-size: 15px;
    line-height: 25px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "sans-serif", poppins;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

h1,
.h1 {
    font-size: 60px;
    font-family: "sans-serif", poppins;
}

h2,
.h2 {
    font-size: 40px;
    font-family: "sans-serif", poppins;
    margin-bottom: 15px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 30px;
    font-family: "sans-serif", poppins;
}

/* Default classes of Navbar  */
* {
    margin: 0;
    padding: 0;
}

body {
    /* height: 3200px; */
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    background: #efefef;
    color: #555;
}

.header {
    text-align: center;
}

.header a {
    padding: 30px 0 0;
    display: block;
    font-size: 48px;
    text-decoration: none;
    color: #555;
}

.header p {
    margin: 10px 0 40px 0;
    font-size: 18px;
}
.head-clr{
    color: #1a567c;
}
.para-clr{
    color: #198754;
}
 .green-text {
  color: var(--color-1);
}
    

/* .container { max-width: 1200px; margin: 0 auto; } */
@media only screen and (max-width : 1000px) {
    .stellarnav>ul>li>a {
        padding: 20px 23px;
    }
}

/* Default Classes of Navbar  */
/* Custom Navbar Start */
.stellarnav.dark {
    background: none;
    /* background: rgb(255, 255, 255); */
}

.stellarnav.dark a {
    color: #FFF;
}

.stellarnav.dark ul ul {
    background: rgb(255, 255, 255);
}

.stellarnav.dark li a {
    color: #333333;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000000;
    display: inline-block;
}

.stellarnav.dark .menu-toggle span.bars span {
    background: #000000;
}

.stellarnav.dark a {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    font-family: "sans-serif", poppins;
}

.stellarnav.mobile.dark ul {
    background: rgb(96 193 38);
}

.stellarnav svg {
    fill: rgb(255 255 255);
}

.stellarnav.mobile .menu-toggle {
    float: right;
}

.stellarnav>ul>li>a {
    padding: 20px 10px;
}

/* Custom Navbar End */
/* Custom Navbar Logo Start */

.mid-header {
    height: 110px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
}

.main_header .navbar-brand {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 5px 10px 0;
    width: 165px;
    background-color: #a62541;
    z-index: 9999;
    -webkit-box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    box-shadow: 0px 0px 12px rgb(0 0 0 / 33%);
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main_header .navbar-brand .logo-2 {
    display: none
}

.main_header.sticky .navbar-brand {
    width: 123px;
    padding: 0;
    background-color: #822337;
    z-index: 99;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.main_header.sticky .navbar-brand .logo-1 {
    display: none
}

.main_header.sticky .navbar-brand .logo-2 {
    display: block
}

.main_header.sticky .navbar-brand::after {
    display: none;
}

.main_header .navbar-brand::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -41%;
    width: 100%;
    height: 46px;
    background: url(../images/bg/logo-shape.png);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_header .logo-1 {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    /* padding: 10px 10px 10px 10px; */
    width: 150px;
    max-width: 100%;
}

.mid-header .btn_hdr {
    border-radius: 6px;
    border: solid 2px #0066BB;
    background-color: #0066BB;
    bottom: 0px;
    right: 0;
    padding: 5px 20px;
    color: #ffffff;
    font-weight: 600;
}

.mid-header .btn_hdr:hover {
    border: solid 2px #ECD303;
    background-color: #ffffff;
    color: #ECD303;
}

.mid-header .scnd_btn_hdr {
    border-radius: 6px;
    border: solid 2px #ECD303;
    background-color: #ECD303;
    bottom: 0px;
    right: 0;
    padding: 5px 20px;
    color: #333333;
    font-weight: 600;
}

.mid-header .scnd_btn_hdr:hover {
    border: solid 2px #0066BB;
    background-color: #ffffff;
    color: #0066BB;
}

/* Custom Navbar Logo End*/

/* Banner Section Start  */
.banner {
    position: relative;
    background-image: url(../images/banner-1.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    height: 100vh;
    max-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
    /* margin-bottom: 20px;     */
}

.banner .banner-content h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    text-align: start;
    line-height: 62px;
    font-family: "sans-serif", poppins;
}

.banner .banner-content p {
    color: #ffffff;
    font-size: 38px;
    font-weight: 700;
    text-align: start;
    line-height: 44px;
    font-family: "sans-serif", poppins;
}

.banner .banner-content .cstm_list {
    list-style: none;
    border-left: 1px solid #ECD303;
}

.banner .btn_banner {
    border-radius: 0;
    border: solid 2px #ECD303;
    bottom: 0px;
    right: 0;
    padding: 5px 28px;
    color: #ECD303;
    font-weight: 600;
    display: flex;
}

.banner .btn_banner:hover {
    background-color: #ECD303;
    border: solid 2px #ECD303;
    color: #333333;
}

.banner .btn_banner a {
    display: flex;
}

/* Banner Section End */

/* Demo Banner Section Start  */
.owl-carousel .slide-item {
    position: relative;
    height: 100vh;
    max-height: 700px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    color: #fff;
}

/* .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.3);
} */
.bnr_cont {
    position: relative;
    z-index: 2;
    padding-left: 80px;
}

.slide-content {
    max-width: 55%;
}

.slide-content h5 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #9CD45B;
}

.slide-content h1 {
    font-size: 29px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.slide-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.slide-content strong {
    color: #ffcb55;
    font-size: 18px;
}

.gas-box {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    background: #ffffff;
    height: 110px;
    width: 3px;
    font-weight: bold;
    position: absolute;
    left: 30px;
    top: 3%;
    font-size: 18px;
    z-index: 3;
}

.gas-tag {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #9CD45B;
    font-weight: bold;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 18px;
    z-index: 3;
}

.date-badge {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 2px solid #fff;
    padding: 20px 10px;
    color: #fff;
    text-align: center;
    z-index: 3;
}

.date-badge span {
    font-size: 22px;
    display: block;
}

.date-badge hr {
    border-color: #fff;
    margin: 8px 0;
}

.date-badge .month {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    font-size: 14px;
    margin-top: 8px;
}

/* Center navigation arrows */

.owl-nav {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

/* Style for Prev and Next buttons */
.owl-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 10;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #e9ecef !important;
    color: #000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
    cursor: pointer;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background: #b7b7b7 !important;
    
    color:#fff !important
    

}

.owl-nav i:hover {
    /*color: #e9ecef;*/
    color:#fff !important
}

.owl-nav i {
    font-size: 20px;
    /*color: #b7b7b7;*/
    color:#fff !important
}

/* Demo Banner Section End */

/* Marquee Section Start  */
.announcement-bar {
    display: flex;
    align-items: center;
    background: #1A567C;
    /* Matches the dark teal background */
    color: white;
    font-family: Arial, sans-serif;
    height: 30px;
    overflow: hidden;
}

.announcement-label {
    background: #60c126;
    /* Green background */
    padding: 0 15px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    white-space: nowrap;
}

.marquee {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    animation: scroll-left 30s linear infinite;
    font-size: 14px;
    padding-left: 100%;
}

@keyframes scroll-left {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

/* Marquee Section End */
/* Welcome Section Start */
.welcome-section {
    background: url('../images/wlcm-bg.png') no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    padding: 60px 20px;
    position: relative;
    overflow: hidden;
}

.countdown-box {
    background: url('../images/count-bg.png') no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    padding: 40px 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 545px;
}

.count-item {
    border: 3px solid #1A567C;
    text-align: center;
    min-width: 82px;
    min-height: 80px;
    padding: 10px;
}

.count-item p {
    margin: 0px;
    color: #1A567C;
}

.count-item h4 {
    font-size: 24px;
    margin: 0px;
    color: #1A567C;
    font-family: "Jost", sans-serif;
}

.wlcm-txt p {
    color: #333333;
    font-size: 16px;
    line-height: 25px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-weight: 500;
    font-family: "Jost", sans-serif;
}

.section-title {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #1A567C;
}

.welcome-img {
    max-width: 100%;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

@media (max-width: 768px) {
    .section-title {
        font-size: 26px;
    }
}

/* Welcome Section End */
/* Organizing Committee Start */
.og_cmt {
    padding: 20px 0 50px;
    background: url('../images/ogcmt-bg.png') no-repeat center center;
    background-size: cover;
    color: #0f2b44;
    /* padding: 60px 20px; */
    position: relative;
    overflow: hidden;
}

.og_cmt .title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    font-family: "jost", sans-serif;
    text-transform: uppercase;
}

.glry_spn {
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
}

.team-carousel .item {
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.team-carousel img {
    width: 100%;
    max-width: 250px;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 15px;
}

.team-carousel h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}

.team-carousel p {
    font-size: 14px;
    color: #fff;
}

.btn_cmt {
    background-color: #274E67;
    border: 2px solid #ffffff;
    border-radius: 0%;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.btn_cmt:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #274E67;
}

.og-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.og-divider .line {
    height: 1px;
    width: 100px;
    background-color: #ffffff;
    /* Dark Blue */
    margin: 0 8px;
    border-radius: 2px;
}

.og-divider .dot {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
}

/* .og_cmt .team-carousel .owl-prev,
.team-carousel .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}

.og_cmt .team-carousel .owl-prev {
  left: -45px;
}

.og_cmt .team-carousel .owl-next {
  right: -45px;
} */

/* Organizing Committee End */
/* Highlight Section Start */
.hlt-sec {
    background: url('../images/count-bg.png');
    /* Optional: background */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.hlt-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.hlt-divider .line {
    height: 1px;
    width: 100px;
    background-color: #003B6F;
    /* Dark Blue */
    margin: 0 8px;
    border-radius: 2px;
}

.hlt-divider .dot {
    width: 15px;
    height: 15px;
    background-color: #003B6F;
    border-radius: 50%;
}

.highlight-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    font-family: "Jost", sans-serif;
}

.highlight-title h2 {
    font-weight: 700;
    color: #003B6F;
    font-family: "Jost", sans-serif;
}

.card-highlight {
    /* border: none; */
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.icon-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 12px;
}

.fa-icon-blue {
    color: #ffffff;
    background: #2D6EEF;
}

.fa-icon-purple {
    color: #ffffff;
    background: #9D44F0;
}

.fa-icon-green {
    color: #ffffff;
    background: #1CB454;
}

.highlight-card {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
}

.view-more-btn {
    display: block;
    margin: 30px auto 0;
    padding: 10px 30px;
    background-color: white;
    color: #003B6F;
    border: 2px solid #003B6F;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.view-more-btn:hover {
    background-color: #003B6F;
    color: #fff;
}

.hlt-sec ul li {
    line-height: 27px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
    font-family: "poppins", sans-serif;
}

.hlt-sec .cstm-hlt-one {
    border: 1px solid #6395F3 !important;
}

.hlt-sec .cstm-hlt-two {
    background-color: #f8eafe;
    border: 1px solid #9D44F0 !important;
}

.hlt-sec .cstm-hlt-three {
    background-color: #F0FDF4;
    border: 1px solid #1CB454 !important;
}

.btn_hlt {
    background-color: #ffffff;
    border: 2px solid #1A567C;
    border-radius: 0%;
    color: #1A567C;
    font-size: 18px;
    font-weight: 500;
}
.btn_hlt:hover {
    background-color: #1A567C;
    border: 2px solid #ffffff;
    color: #ffffff;
}


.sponsor-wrapper {
    display: flex;
    align-items: center;
    /* gap: 20px; */
    justify-content: center;
}

/* Hexagon outer for border */
.hexagon-outer-plat {
    width: 141px;
    height: 141px;
    background: #00a89d;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    left: 8%;
}

.hexagon-outer-gold {
    width: 141px;
    height: 141px;
    background: #E4B53F;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    left: 8%;
}

.hexagon-outer-silver {
    width: 141px;
    height: 141px;
    background: #628093;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    left: 8%;
}

/* Hexagon inner white fill */
.hexagon-inner {
    width: 128px;
    height: 128px;
    background: #fff;
    clip-path: polygon(25% 6%, 75% 6%, 100% 50%, 75% 94%, 25% 94%, 0% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hexagon-inner span {
    color: #00a89d;
    font-weight: 700;
    font-size: 1.4rem;
    font-size: 30px;
    font-family: "jost", sans-serif;
}

/* Right side text box */
.sponsor-plat-box {
    background-color: #00a89d;
    padding: 25px 25px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    width: 276px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: center;
}

.sponsor-gold-box {
    background-color: #E4B53F;
    padding: 25px 25px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    width: 276px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: center;
}

.sponsor-silver-box {
    background-color: #628093;
    padding: 25px 25px;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
    width: 276px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: center;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .sponsor-wrapper {
        flex-direction: row;
    }

    .sponsor-text-box {
        margin-top: 15px;
    }
}

/* Footer Section Start  */

/* Footer Start  */
.new_footer {
    background: #ffffff;
    padding: 30px 0 0;
    background-image: url(../images/ftr-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
}


.footer_logo_box a {
    color: #fff;
    display: inline-block;
    border-radius: 8px;
}

.footer_logo_box a img {
    max-width: 100px !important;
    margin: auto;
}

.footer_logo_box h3.venue_name {
    color: #fff;
    text-align: left;
    margin-top: 18px;
    font-weight: 500;
}

.social_icons ul {
    display: flex;
    padding-left: 0;
    margin-top: 20px;
}

.social_icons ul li a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    background: initial;
    color: #fff;
}

.social_icons ul li {
    margin-right: 12px;
}

.social_icons ul li a:hover i {
    color: var(--color-2);
}

.footer_links h3 {
    font-family: "jost", sans-serif;
    color: #198754;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.footer_links h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 2px;
}

.footer_links ul.footer_link {
    padding-left: 0;
    column-count: 2;
}

.footer_links ul.footer_link li a {
    font-family: "poppins", sans-serif;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: flex-start;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.footer_links ul.footer_link li a:hover {
    color: #0549AE;
}

.footer_links ul.footer_link li {
    margin-bottom: 20px;
}

.footer_links ul.footer_link li a i {
    font-size: 18px;
    margin-right: 7px;
    margin-top: 2px;
}

.copyrigh.text-right p {
    color: #333333;
    text-align: center;
    margin-bottom: 0;
}

.copyrigh.text-right span {
    display: block;
}

.copyrigh.text-right span a {
    color: #333333;
}

.footer_bottom {
    padding: 10px 0;
    /* background: #FF5500; */
}

.footer_bottom a {
    color: #333333;
}
.ft-conte{
    padding: 20px;
    background: linear-gradient(45deg, #ffdf98, transparent);
    border-radius: 25px;

}
.my_mb {
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer_counter h3 {
    color: #198754;
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}

.footer_counter h3::after {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    background: #fff;
    bottom: -5px;
    left: 2px;
}

.footer_contnt {
    text-align: start;
}

.footer_contnt {
    text-align: center;
}

.footer_contnt h3 {
    font-size: 25px;
    text-align: start;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_contnt p {
    font-size: 15px;
    text-align: start;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_counter .social-icons a {
    color: #ffffff;
    font-size: 20px;
    text-align: start;
    margin-left: 10px;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;

}

.footer_counter .social-icons a:hover {
    color: #01A9F4;
}

.footer_contnt a {
    font-size: 15px;
    text-align: start;
    color: #333333;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_contnt i {
    margin-right: 5px;
}

.footer_contnt hr {
    width: 50%;
}

.footer_contnt h3.venue_name {
    font-size: 24px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    margin-bottom: 30px !important;
    color: #198754;
}

.footer_contnt h3.venue_name span {
    color: var(--color-2);
}

.new_footer hr {
    margin: 1rem 0;
    height: 1px;
    color: #ffffff;
    background-color: #333333;
    border: 0;
    opacity: 100;
}

.footer_counter img {
    width: auto;
}

.ftr-cont h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}

.ftr-cont h5 {
    font-size: 17px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}
.uftr-four {
    font-size: 24px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}

.uftr-five {
    font-size: 17px;
    font-weight: 600;
    font-family: "jost", sans-serif;
    color: #333333;
    text-align: start;
}

/* Footer Section End */

/* AOS Start  */


.new_footer {
    overflow-x: hidden;
}


/* AOS End */

/* Committee page start  */
.my_story_abt {
    background-image: url('/assets/images/banner-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0;
    position: relative;
    z-index: 1;
    background-position: bottom;
}

.our_prdct_heading h1 {
    text-align: center;
    margin-bottom: 12px;
    color: #fff !important;
}

.our_prdct_heading ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}

.our_prdct_heading ul li {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.our_prdct_heading ul li img {
    filter: brightness(0) invert(1);
    width: 16px;
    margin: 0px 9px;
    margin-top: 2px;
}

.portfolio_bnr::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .61);
    top: 0;
    z-index: -1;
}

.our_prdct_heading ul li a {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    transition: 400ms ease-in-out;
    -webkit-transition: 400ms ease-in-out;
    -moz-transition: 400ms ease-in-out;
    -ms-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
}

.og_cmt-page {
    padding: 20px 0 50px;
    background: url('../images/ogcmt-bg.png') no-repeat center center;
    background-size: cover;
    color: #ffffff;
    /* padding: 60px 20px; */
    position: relative;
    overflow: hidden;
}

.og_cmt-page p {
    color: #ffffff;
}

.og_cmt-page .title {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    font-family: "jost", sans-serif;
    text-transform: uppercase;
}

/* Committee page End */
/* Contact Us Start  */
.cont_pg {
    padding-top: 60px;
    padding-bottom: 10px;
    background-color: #ffffff;
}

.contact-section {
    padding: 50px 0;
    color: #ffffff;
}

.info-box {
    background-color: #324e75;
    /* background: url(../images/contactfrm.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #ffffff;
    padding: 30px;
    border-radius: 8px;
}

.info-box h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
}

.info-box .info-item {
    margin-bottom: 20px;
}

.info-box .info-item i {
    font-size: 24px;
    margin-right: 15px;
}

.info-box a {
    color: white;
    text-decoration: none;
}

.form-container {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.frm-btnn {
    background-color: #324e75;
    border: 2px solid #324e75;
    color: #ffffff;
    width: 100%;
    font-size: 16px;
}

.frm-btnn:hover {
    background-color: #ffffff;
    border: 2px solid #324e75;
    color: #324e75;
}

.contact-section .form-container .form-control {
    padding: 16px 20px 16px 20px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 18%) 0px 0px 8px;
    border: 1px solid #324e75;
}

.contact h2 {
    font-size: 28px;
    color: #fdfdfd;
    font-weight: bold;
    text-transform: uppercase;
}
.button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #324e75;
    border-color: #324e75;
    color: #ffffff;
}
.contact_frm h2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
    text-transform: uppercase;
}

.contact p {
    font-size: 16px;
    text-align: justify;
    color: #fff;
}

.contact ul li {
    background-color: #324e75;
    list-style: none;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    padding: 24px 30px;
    margin: 20px 0;
    border-radius: 8px;
}

.contact-section .contact ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}

section.contact ul li a i {
    color: #ffffff;
    background-color: #ffffff;
    font-size: 25px;
}

.map-responsive {
    position: relative;
    overflow: hidden;
    padding-top: 35%;
    /* 16:9 Aspect Ratio */
}

.map-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    border: 0;
}

.og_section .cont_spn {
    background: #ffffff;
    position: relative;
    color: #000000;
}

.team-content h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}

.team-content .section-title {
    text-align: center;
    color: #ff7a00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: #000;
}
/* New Contact Us Start */
.contact-widget {
    background: #ffffff;
    padding: 45px 70px 45px 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px 5px 5px 5px;
}

.contact-section .sec-title h2.title.title4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 30px;
}

.address-img {
    background: #fff;
    width: 65px;
    border-radius: 7px;
}

.address-img img {
    background: #fff;
    padding: 12px;
    width: 65px;
    border-radius: 7px;
}

.contact-section .address-box {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}

.contact-section .address-text {
    margin-left: 15px;
}

.contact-section .address-text span.label {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 5px;
    font-family: "Jost", sans-serif;
}

.contact-section .address-text a {
    color: #fff;
    font-family: "Jost", sans-serif;
}

.contact-section .address-text a {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 19px;
}

.social-icon {
    padding-left: 0;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.contact-box .social-icon li {
    margin-right: 10px;
}

.contact-box .social-icon li a img {
    width: 32px;
}

.contact-section .contact-box {
    padding: 40px 40px;
    border-radius: 5px 5px 5px 5px;
    background: #324e75;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.contact-section .address-text .desc {
    color: #fff;
}

.contact-section .address-text .desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.contact-section .sec-title2 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .sec-title2 .sub-text.contact {
    color: #b90e15;
}

.contact-section .sec-title2 .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.contact-section .sec-title2 .sub-text::after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.contact-widget h2.title {
    font-weight: 700;
}

.contact-section .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact-section .sec-title2 {
    position: relative;
    margin-bottom: 40px;
}

.contact-section .sec-title2 .sub-text.contact {
    color: #03228f;
}

.contact-section .sec-title2 .sub-text {
    position: relative;
    padding-left: 90px;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #03228f;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.contact_section .sec-title2 .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: #fd6509;
}

.contact_section .sec-title2 .sub-text::after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 55px;
    background-color: #fd6509;
    z-index: 1;
    margin-left: 0;
    left: 24px;
    top: 12px;
}

.form_container .form-check-input {
    border: none;
}

/* New Contact Us End */

/* Contact Us End  */


/* Privacy Policy Styles */

.privacy-policy-section {
    padding: 60px 0;
    background: #EEEEEE;
}

.privacy-policy-content {
   
    color: #333;
    line-height: 1.6;
}

.privacy-policy-content h2 {
    font-size: 50px;
    margin-bottom: 20px;
    color: #222;
    text-align: center;
}

.privacy-policy-content .effective-date {
    text-align: center;
    margin-bottom: 30px;
    font-style: italic;
    color: #666;
}

.privacy-policy-content h3 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #222;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.privacy-policy-content h4 {
    font-size: 20px;
    margin: 25px 0 10px;
    color: #333;
}

.privacy-policy-content h5 {
    font-size: 18px;
    margin: 20px 0 10px;
    color: #444;
}

.privacy-policy-content p {
    margin-bottom: 15px;
}

.privacy-policy-content ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

.privacy-policy-content ul li {
    margin-bottom: 8px;
}

.privacy-policy-content a {
    color: #0066cc;
    text-decoration: none;
}

.privacy-policy-content a:hover {
    text-decoration: underline;
}


/* INIVITATION */
.invi1,.invi2{
    box-shadow:4px 10px 4px rgba(0, 0, 0, .61)  ;
  border-top: 4px solid #fdc106;
   border-bottom: 4px solid #fdc106;
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);

}


/* scietific */
.highlights-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  line-height: 1.5;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.highlights-list li i.icon {
  font-size: 0.65rem;
  margin-top: 6px;
  color: #E4B53F;
  flex-shrink: 0;
}

.highlights-list li span {
  display: inline-block;
}
.list-unstyled {
    background-color: #0f2b44;
    color: #FFF;
    padding: 20px;
   border-top: 4px solid #ECD303;
    border-bottom: 4px solid #ECD303;

    margin-top: 40px;
}
.list-unstyled:hover{
    background-color: #198754;
    transition: 0.3s ease;
}
.sci-dtl{
    display: flex;
}
/* trans */
.trans-cont{
    padding-left: 0px;
}
.trans-cont i{
    color: #0066BB;
}
.announcement-bar {
    height: 40px;}
    
   .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #198754;
    border-color: #ffffff #ffffff #ffffff;
}
.nav-link {
    color: #000000;
    font-weight: 600;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000000;
    background-color: #f3f3f3;
}
.head-prog{
    background-color: #cc7525;
    color: #fff;
}
.spn-clr{
    color: #ffce3a;
}
.nav-link:focus, .nav-link:hover {
    color: #ffc107;
    transition: 0.3s ease;
}
    
    /* venue */
.venue-img img{
    border: 5px solid #fff;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, .61);

}
    .goa-conte img{
    border: 4px solid #fff;
    border-radius: 5px;
}
.image-overlay-box {
    position: relative;
    overflow: hidden;
}

.image-overlay-box img {
    display: block;
    width: 100%;
    height: auto;
}


.image-overlay-box .image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

    
    
    
    
    