@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

:root {
    --color-1: #198754;

    --color-2: #bc0000;

    --color-3: #242424;

    --color-4: #fdc106;

    --color-5: #ffffff;

    --color-6: #0d70b7;
}

/* 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: "Open Sans", sans-serif;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

h1,
.h1 {
    font-size: 60px;
    font-family: "Open Sans", sans-serif;
}

h2,
.h2 {
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
}

h3,
.h3 {
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
}

/* Default classes of Navbar  */
* {
    margin: 0;
    padding: 0;
}

body {
    /* height: 3200px; */
    font-size: 16px;
    font-family: "Open Sans", 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;
}

/* .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 ul {
    margin: 0;
    padding: 0;
    text-align: end;
}

.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: 400;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.stellarnav.mobile.dark ul {
    background: rgb(182 160 130);
}

.stellarnav svg {
    fill: rgb(255 255 255);
}

.stellarnav.mobile .menu-toggle {
    float: right;
}

.stellarnav>ul>li>a {
    padding: 20px 25px;
}

/* Custom Navbar End */
/* Custom Navbar Logo Start */

.mid-header {
    height: 211px;
    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: 230px;
    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 #F4B551;
    background-color: #ffffff;
    color: #F4B551;
}

.mid-header .scnd_btn_hdr {
    border-radius: 20px;
    border: solid 2px #F4B551;
    background-color: #F4B551;
    bottom: 0px;
    right: 0;
    padding: 7px 20px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.mid-header .scnd_btn_hdr:hover {
    border: solid 2px #d38200;
    background-color: #ffffff;
    color: #d38200;
}

/* Custom Navbar Logo End*/

/* Xtra Section Start  */
.xtra-hdr{
    background-color: #2c2c2c;
    padding: 10px 0;    
}
.xtra-hdr h6{
    color:#ffffff;   
    margin: 0px;
}
/* Xtra Section End */
/* Xtra Banner Start */
.xtra-banner{
    background-color: #F4B551;
    padding: 20px 0; 
    justify-content: center; 
}
.xtra-banner a{
    color: #ffffff;
    text-align: center;
    align-items: center;
}
.xtra-banner a i{
    color: #ffffff;
    font-size: 20px;
    margin-right: 8px;

}

/* Xtra Banner End */
body{background: #efefef;}
/* Banner Section Start  */
.banner {
    position: relative;
    background-image: url(../images/header_bg.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    height: 100vh;
    max-height: 580px;
    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: 45px;
    font-weight: 700;
    text-align: start;
    line-height: 62px;
    font-family: "Rufina", serif;
}

.banner .banner-content p {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    text-align: start;
    line-height: 42px;
    font-family: "Open Sans", sans-serif;
}

.banner .banner-content .cstm_list {
    list-style: none;
}

.banner .btn_banner {
    border-radius: 0;
    background: #EF5B2D;
    border: solid 2px #EF5B2D;
    border-radius: 5px;
    bottom: 0px;
    right: 0;
    padding: 10px 28px;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    cursor: none;
}

.banner .btn_banner:hover {
    background-color: #EF5B2D;
    border: solid 2px #EF5B2D;
    color: #ffffff;
}

.banner .btn_banner a {
    display: flex;
}
.banner .btn_banner {
    font-size: 25px;
    font-weight: 700;
    line-height: 20px;
}

/* Banner Section End */
/* Intro Section Start  */
.intro_sec {
    position: relative;
    background-image: url(../images/intro_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    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;
}

.intro_sec h2 {
    color: #000000;
    font-size: 30px;
    text-align: start;
    line-height: 40px;
    font-weight: 600;
}

.intro_sec h3 {
    color: #D9BA7A;
    font-size: 40px;
    text-align: start;
    line-height: 40px;
    font-weight: 700;
}

.intro_sec .intro-img img {
    width: 310px;
    max-height: 572px;
}

.intro_sec p {
    color: #333333;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.intro_sec .btn_intro {
    border-radius: 0;
    border: solid 2px #333333;
    bottom: 0px;
    right: 0;
    padding: 5px 28px;
    color: #333333;
    font-weight: 600;
    display: flex;
}

.intro_sec .btn_intro:hover {
    background-color: #333333;
    border: solid 2px #333333;
    color: #ffffff;
}

/* Intro Section End */

/* Speakers Section Start  */
.cstm-speakers {
    position: relative;
    background-image: url(../images/speakers-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    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;
}

.faculty-container {
    text-align: center;
    padding: 50px 20px;
}

.faculty-container h2 {
    color: #212529;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
}

.faculty-container .icon_fan {
    width: 150px;
}


.hexagon {
    position: relative;
    width: 200px;
    background-color: transparent;
    height: 200px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

/* .hexagon {
    position: relative;
    width: 290px;
    background-color: #E1B418;
    height: 300px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%,
                         50% 100%, 0% 75%, 0% 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
} */

/* .hexagon-content {
    width:285px;
    height:295px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 
                         50% 100%, 0% 75%, 0% 25%);
    background-color: #ffffff;
} */
.hexagon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-position: top;
}

.faculty-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.btn-custom {
    background-color: #E1B418;
    border: 2px solid #E1B418;
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.btn-custom:hover {
    border: 2px solid #E1B418;
    color: #E1B418;
    background-color: #ffffff;
}

/* Speakers Section End  */
.image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.res_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 250px;
    border-radius: 10px;
}

/* Resources Section Start  */
.res_sec {
    position: relative;
    background-image: url(../images/resources_bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    /* height: 100vh; */
    /* max-height: 630px; */
    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;
}

.res_sec .cstm_res {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.res_sec .res_inner_sec {
    margin-top: 40px;
    margin-bottom: 40px;
}

.res_sec .resource-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.res_sec .resource-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.res_sec .res_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.res_sec .res_txt h3 {
    color: #0066BB;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
}

.res_sec .res_txt {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Resource Hover Start */
.hover-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 8px;
}

.hover-card img {
    transition: transform 0.3s ease;
}

.hover-card:hover img {
    transform: scale(1.1);
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a9;
    /* Replace with the first column background */
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-card:hover .hover-overlay {
    opacity: 1;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* .hover-main .img_main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 1;
  } */

.hover-card:hover .hover-text {
    opacity: 1;
}

/* Resource Hover End */


/* Resources Section End */

/* Footer Section Start  */

/* Footer Start  */
.new_footer {
    background: #ffffff;
    padding: 30px 0 0;
    background-image: url(../images/footer_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 {
    color: #ffff;
    font-weight: 500;
    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;
}

.footer_links ul.footer_link li a {
    font-family: 'poppins';
    color: #fff;
    font-size: 16px;
    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: 12px;
}

.footer_links ul.footer_link li a i {
    font-size: 18px;
    margin-right: 7px;
    margin-top: 2px;
}

.copyrigh.text-right p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.copyrigh.text-right span {
    display: block;
}

.copyrigh.text-right span a {
    color: #fff;
}

.footer_bottom {
    padding: 10px 0;
    /* background: #FF5500; */
}

.my_mb {
    margin-bottom: 30px;
}

.footer_counter h3 {
    color: #ffff;
    font-weight: 500;
    font-size: 26px;
    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_contnt a {
    font-size: 15px;
    text-align: start;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer_contnt h3.venue_name {
    font-size: 24px;
    font-weight: 500;
    font-family: poppins;
    color: #ffffff;
}

.footer_contnt h3.venue_name span {
    color: var(--color-2);
}



/* Footer Section End */


/* Contact Us Start  */
.cont_pg {
    padding-top: 60px;
    padding-bottom: 60px;
    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;
}

.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;
}

/* Contact Us End  */
/* 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: "Open Sans", sans-serif;
}

.contact-section .address-text a {
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.contact-section .address-text a {
    display: block;
    font-family: "Open Sans", 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: 65px 40px 65px 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 */

/* Top Banner Start  */
.portfolio_bnr {
    background-image: url(../images/img-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.my_story_abt {
    background-image: url(../images/img-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}

/* .banner_secn {
    padding: 0px 0px 45px 0px;
} */
.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: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.our_prdct_heading ul li a {
    color: #fff;
    font-family: "Open Sans", 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;
}

.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: #0000009c;
    top: 0;
    z-index: -1;
}

/* Top Banner End */
/* folio_sec start  */
.hover-card {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.hover-card img {
    transition: transform 0.3s ease;
}

.hover-card:hover img {
    transform: scale(1.1);
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/assets/images/folio_1.png');
    /* Replace with the first column background */
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-card:hover .hover-overlay {
    opacity: 1;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.hover-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* .hover-main .img_main{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5rem;
    opacity: 1;
  } */

.hover-card:hover .hover-text {
    opacity: 1;
}

.folio-content h2 {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
}
.folio-content p {
    color: #ffffff;
    margin: 0px;
}

.folio-content .folio-title {
    text-align: center;
    color: #ff7a00;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.folio_sec .folio_box {
    margin-bottom: 10px;
}

.folio_sec .folio_sc {
    width: 100%;
    height: 370px;
    object-fit: cover;
    border-radius: unset;
}
.folio-card .icon_zoom {
    width: 40px;
    margin: auto auto 10px auto;
}
/* folio_sec end  */
.intro h3 {
    border: none;
    padding-top: 0px;
}

/*Highlt Section Start */
.section-title {
      text-align: center;
      margin-bottom: 40px;
    }
    .section-title h2 {
      font-size: 2.2rem;
      font-weight: 700;
    }
    .card-custom {
      border-radius: 14px;
      padding: 20px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.06);
      background: #fff;
      transition: transform 0.3s ease;
      height: 100%;
    }
    .card-custom:hover {
      transform: translateY(-5px);
    }
    .card-blue {
      background: #eef1ff;
      border-left: 4px solid #3a3aff;
    }
    .card-orange {
      background: #fff3e6;
      border-left: 4px solid #ff9800;
    }
    .card-green {
      background: #e9f9ef;
      border-left: 4px solid #2ecc71;
    }
    .card-megenta {
      background: #ffe1ff;
      border-left: 4px solid #ff07fb;
    }
    .card-title {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .card-blue .card-title { color: #3a3aff; }
    .card-orange .card-title { color: #ff9800; }
    .card-green .card-title { color: #2ecc71; }
    .card-megenta .card-title { color: #ff07fb; }

    .icon-box {
      font-size: 1.4rem;
      background: white;
      border-radius: 10px;
      padding: 8px 12px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      display: inline-block;
      margin-bottom: 12px;
    }

    ul.custom-list {
      list-style-type: disc !important;
      /*padding-left: 1.5rem;*/
      margin: 0 0 15px 0;
    }
    ul.custom-list li {
      margin-bottom: 8px;
      font-size: 0.95rem;
      line-height: 1.4;
      color: #333;
    }
    ul.custom-list li::marker {
      color: #ff6600; /* custom bullet color */
      font-size: 1rem;
    }

    .explore-link {
      font-weight: 600;
      color: #000;
      text-decoration: none;
      font-size: 0.9rem;
    }
    .explore-link i {
      margin-left: 5px;
      transition: transform 0.2s ease;
    }
    .explore-link:hover i {
      transform: translateX(4px);
    }
    .highlt{
        background-color: #ffffff;
    }
/*Highlt Section End*/

/*Organizing Committee Start*/

.committee {
  padding: 40px 0;
  text-align: center;
}

.committee-card {
  width: 250px;
  height: 300px;
  border: 2px solid #000;
  border-radius: 30px 0px 30px 0px;
  background: #fff;
  margin: 0 auto 20px;   /* Center the card */
  transition: transform 0.3s ease;
}

.committee-card:hover {
  transform: translateY(-5px);
}

.committee-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px 0px 30px 0px;
  display: block;
}

.committee p {
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-align: center;
}
/*Organizing Committee End*/

/*Registration page Start */
.table-bordered {
    text-align: center!important;
}

.session-title {
    background: #f4b551;
    color: #000;
    padding: 8px 12px;
    font-weight: bold;
    display: inline-block;
    border-radius: 4px;
  }
  .info-box {
    background: #fff;
  }
  .info-box ul {
    margin: 0px!important;
  }
  .info-box ul li {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #212529;
  }
/*Registration page Start */