:root {
    --clr-main: #231f20;
    --clr-alt: #231f20;
    --clr-add: #cb2184;
    --clr-add-2: #f7b11d;
    --grad-main: linear-gradient(90deg, var(--clr-add), var(--clr-main), var(--clr-alt), var(--clr-add-2));
    --grad-red: linear-gradient(90deg, #da1ab0, #f44336);
    --grad-orange: linear-gradient(90deg, #e91e63, #ff9800);
    --grad-yellow: linear-gradient(90deg, #ffc107, #ff9800);
    --grad-green: linear-gradient(90deg, #4caf50, #abbb1d);
    --grad-blue: linear-gradient(90deg, #3f51b5, #00bcd4);
    --grad-purple: linear-gradient(90deg, #e91e63, #9c27b0);
}


/*blue*/

.blue {
    color: #0d6efd;
}

.bg-blue {
    background-color: #0d6efd !important;
}

.bg-blue-100 {
    background-color: #cfe2ff !important;
}

.bg-blue-200 {
    background-color: #9ec5fe !important;
}

.bg-blue-300 {
    background-color: #6ea8fe !important;
}


/*indigo*/

.bg-indigo {
    background-color: #6610f2 !important;
}

.bg-indigo-100 {
    background-color: #e0cffc !important;
}

.bg-indigo-200 {
    background-color: #c29ffa !important;
}

.bg-indigo-300 {
    background-color: #a370f7 !important;
}


/*pink*/

.bg-pink {
    background-color: #d63384 !important;
}

.bg-pink-100 {
    background-color: #f7d6e6 !important;
}

.bg-pink-200 {
    background-color: #efadce !important;
}

.bg-pink-300 {
    background-color: #e685b5 !important;
}


/*teal*/

.teal {
    color: #20c997;
}

.bg-teal {
    background-color: #20c997 !important;
}

.bg-teal-100 {
    background-color: #d2f4ea !important;
}

.bg-teal-200 {
    background-color: #a6e9d5 !important;
}

.bg-teal-300 {
    background-color: #79dfc1 !important;
}

.bg-lunch {
    background-color: #9c27b0 !important;
}

.bg-tea {
    background-color: #673ab7 !important;
}

.bg-teal1 {
    background-color: #607d8b !important;
}


/*red*/

.red {
    color: #dc3545;
}

.bg-red {
    background-color: #dc3545 !important;
}

.bg-red-100 {
    background-color: #f8d7da !important;
}

.bg-red-200 {
    background-color: #f1aeb5 !important;
}

.bg-red-300 {
    background-color: #ea868f !important;
}

.bg-red-400 {
    background-color: #f7c8cc !important;
}


/*purple*/

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-purple-100 {
    background-color: #e2d9f3 !important;
}

.bg-purple-200 {
    background-color: #c5b3e6 !important;
}

.bg-purple-300 {
    background-color: #a98eda !important;
}


/*teal*/

.bg-orange {
    background-color: #fd7e14 !important;
}

.bg-orange-100 {
    background-color: #ffe5d0 !important;
}

.bg-orange-200 {
    background-color: #fecba1 !important;
}

.bg-orange-300 {
    background-color: #feb272 !important;
}

.bg-gray-200 {
    background-color: var(--bs-gray-200);
}


/*yellow*/

.bg-yellow {
    background-color: #ffc107 !important;
}

.bg-yellow-100 {
    background-color: #fff3cd !important;
}

.bg-yellow-200 {
    background-color: #ffe69c !important;
}

.bg-yellow-300 {
    background-color: #ffda6a !important;
}

.bg-gray-200 {
    background-color: var(--bs-gray-200);
}

.clr-2 {
    color: #cb2184;
}

.bg-session {
    background-color: var(--bs-gray-100);
    padding: 0.2rem 0.5rem;
    border-radius: 0.255rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.program-section .bg-session td {
    padding: 0.5rem;
}

::selection {
    color: #000;
    background-color: #ffc107;
}

.inagural li {
    list-style: disc;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Outfit", serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.225px;
    color: #424242;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "Outfit", serif;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}


/* 
=================>
     COLORS 
<================ 
*/

.gard-main {
    background: var(--grad-main);
}

.grad-red {
    background: linear-gradient(90deg, #da1ab0, #f44336);
}

.grad-orange {
    background: linear-gradient(90deg, #e91e63, #ff9800);
}

.grad-yellow {
    background: linear-gradient(90deg, #ffc107, #ff9800);
}

.grad-green {
    background: linear-gradient(90deg, #b9ca22, #4caf50);
}

.grad-blue {
    background: linear-gradient(90deg, #3f51b5, #00bcd4);
}

.grad-purple {
    background: linear-gradient(90deg, #e91e63, #9c27b0);
}


/* =================>  */

.clr-red {
    color: #f44336;
}

.clr-orange {
    color: #fff;
}

.clr-yellow {
    color: #ffc107;
}

.clr-green {
    color: #4caf50;
}

.clr-blue {
    color: #3f51b5;
}

.clr-purple {
    color: #9c27b0;
}


/* 
=================>
     GLOBALS 
<================ 
*/

.text-just {
    text-align: justify;
}

.vertical-lr {
    writing-mode: vertical-lr;
    display: inline-block;
}

.vertical-rl {
    writing-mode: vertical-rl;
    display: inline-block;
}

.section {
    padding-block: calc(2rem + 1.25vw);
}

.btn-main {
    background: var(--clr-main);
    color: #fff;
}

.btn-main:hover {
    color: var(--clr-main);
    background: #fff;
}

.btn-cta {
    border: 2px solid var(--clr-main);
    color: var(--clr-main);
}

.btn-alt {
    border: 2px solid var(--clr-alt);
    background: var(--clr-alt);
    color: #fff;
    transition: 250ms ease-out;
}

.btn-alt:hover {
    color: #000;
    border-color: #000;
    background: none;
}

.title {
    font-size: calc(1.625rem + 0.825vw);
    position: relative;
    display: inline-block;
    color: var(--clr-main);
}

.sub-title {
    text-transform: uppercase;
    color: var(--clr-main);
    font-weight: 500;
}


/* .slick-dots {
  bottom: -50px;
} */

.slick-dots li button:before {
    content: "◦";
    color: #fff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    content: "•";
    color: #fff;
    opacity: 1;
}

.link {
    color: var(--clr-alt);
    font-weight: 500;
    text-decoration: underline;
}


/* 
=================>
     RESETS 
<================ 
*/

.slick-list {
    padding-block: 1rem;
}


/* 
===========
    HEADER 
===========
*/

.header {
    --header-color: #fff;
    --header-text: #000;
    --header-link-hover: rgb(0 0 0 / 0.1);
    --header-text-hover: rgb(0 0 0 / 0.75);
    /* background: var(--header-color);
    border-top: 4px solid var(--clr-main);*/
    /*background: url(../img/header-bg.jpg);*/
    background-position: center;
    background-size: cover;
    isolation: isolate;
    position: relative;
    /*padding: 10px 0;*/
    z-index: 1;
}

.header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f9f9fd 10%, transparent 90%);
    inset: 0;
    z-index: -1;
    opacity: 0.75;
    mix-blend-mode: hard-light;
}

.header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #07afff 25%, transparent 100%);
    inset: 0;
    z-index: -1;
    opacity: 0.75;
    mix-blend-mode: color;
}

.clear {
    clear: both;
    padding: 0;
    margin: 0;
}

.navbar .dropdown-item {
    color: #fff;
}

.login-menu {
    position: fixed;
    top: 0;
    right: 30px;
    z-index: 1111;
}

.login-menu .dropdown-menu {
    z-index: 11111;
}

.login-menu button {
    border-radius: 0px 0px .355rem .355rem;
    font-size: 18px;
    border: none;
    background: var(--clr-alt);
    transition: 250ms ease-out;
    color: #fff;
    padding: .5rem 1rem;
}


/* 
===========
    NAV 
===========
*/

.menu {
    /* background-color: #156fb4; */
    background-color: #ec008c;
    z-index: 1;
    position: relative;
}

.nav-item {
    /* border-right: 1px solid var(--header-link-hover); */
    /*padding: 0 5px;*/
}

.nav-item:first-child {
    /* border-left: 1px solid var(--header-link-hover); */
}

.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.navbar-nav.top .nav-link {
    font-size: 14px;
}

.nav-link:hover {
    /* color: var(--header-text-hover);
    background: var(--header-link-hover);*/
    color: #231f20;
}

.dropdown:hover .dropdown-menu {
    display: block;
    animation: scaleY 300ms ease-in-out forwards;
    transform-origin: top center;
    background: #cb2184;
}

@keyframes scaleY {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.07);
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

.dropdown-menu {
    /* background-color: var(--header-color);*/
}

.dropdown-menu .dropdown-item:hover,
.dropdown-item:focus {
    /* color: var(--header-text-hover);
    background: var(--header-link-hover);*/
    color: #ffffff;
    background: #156fb4;
}


/*Title*/

header .title {
    color: #00609c;
    /*text-shadow: 0 3px 5px #0a387c;*/
}

.title h1 {
    color: #e32c21;
    /*font-size: 2rem;*/
    line-height: 40px;
    font-weight: bold;
}

.title h3 {
    font-size: 27px;
    line-height: 30px;
}

.title h4 {
    font-size: 18px;
    line-height: 23px;
}

.title p {
    font-size: 22px;
}


/* 
===========
    HERO 
===========
*/

.hero {
    position: relative;
    isolation: isolate;
    background: #2196f3;
    /* background: url("../img/banner.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    /* padding-block: 3rem; */
    overflow: hidden;
    min-height: 320px;
    display: flex;
    flex-basis: 100%;
}

.hero::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: var(--grad-main);
    opacity: 0.8;
    z-index: -1;
    mix-blend-mode: lighten;
}

.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--clr-main), transparent);
    opacity: 0.8;
    z-index: -1;
}

.hero .container {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero .main_info {
    display: flex;
    background: linear-gradient(90deg, #e91e63, transparent);
    padding: 0.5rem;
    position: relative;
    isolation: isolate;
    border-radius: 0.25rem 0 0 0.25rem;
}

.hero .main_info::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-image: url("../img/texture.jpg");
    -webkit-mask-image: linear-gradient(to right, black 50%, transparent 75%);
    mask-image: linear-gradient(to right, black 50%, transparent 75%);
    mix-blend-mode: luminosity;
    opacity: 0.75;
    z-index: -1;
}

.ct {
    margin-block: 0.325em;
    vertical-align: middle;
    /* background: var(--clr-main); */
    border: 2px solid rgb(255 255 255 / 50%);
    border-inline-color: transparent;
}

.lead-title {
    font-size: calc(3rem + 0.825vw);
}

.hero .sub_title {
    display: inline-block;
    line-height: 1;
    font-size: calc(0.5rem + 0.825vw);
    margin-block-end: 0;
    padding: 0.5em 1.5em;
    background: var(--clr-alt);
}

.hero .conf_info .dnv {
    font-size: 1.125rem;
    font-weight: 600;
    margin-top: 1rem;
}


/* 
===========
    COUTDOWN 
===========
*/


/*
.countdown {
    display: flex;
    justify-content: center;
    margin-block-end: 1rem;
}
*/

.timer ul li {
    padding: 10px 5px;
    text-transform: capitalize;
    width: 120px;
    border-radius: 22px;
    display: inline-block;
    background: #cb2184;
}

.timer {
    margin-top: -30px;
    position: relative;
}

.countdown .box .clock {
    font-size: 2.325rem;
    font-weight: 600;
    color: #ffffff;
}

.countdown .box .time {
    margin-bottom: 0;
    text-transform: uppercase;
    font-style: italic;
    color: #ffffff;
}


/* 
===========
    WELCOME 
===========
*/

.welcome:not(.message_page),
.organising-committee-pg {
    position: relative;
    isolation: isolate;
}

.welcome:not(.message_page)::before,
.organising-committee-pg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(../img/bg-pattern.svg);
    background-position: center;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 1));
    mix-blend-mode: overlay;
    z-index: -1;
}

.welcome .title,
.org_committee .title {
    font-family: "Outfit", serif;
    font-size: 54px;
    font-weight: 800;
    line-height: 62px;
    color: #cb2184;
    background: linear-gradient(152deg, rgba(203, 33, 132, 1) 38%, rgba(21, 111, 180, 1) 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.welcome .title span {
    /* font-family: math; */
    font-weight: 300;
    margin-bottom: 0.2em;
    color: var(--clr-alt);
    display: inline-block;
}

.welcome .resources li h5 {
    color: #ffffff;
}

.quick-links .icon-box {
    vertical-align: middle;
    color: #fff;
    border-radius: 0.255rem;
    margin-right: 0.5rem;
    font-weight: 400;
    font-size: 34px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.quick-links ul {
    gap: 0.5rem 1rem;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.quick-links li a {
    background-color: #105fac;
    color: #ffffff;
    display: block;
    padding: 1rem;
    font-size: 18px;
    border-radius: 0.255rem;
    text-align: center;
}

.quick-links li a:hover {
    background: #cb2184;
}

.quick-links li a:hover .icon-box {
    color: #ffffff;
    -webkit-text-fill-color: unset;
}

.quick-links .list-group-item p {
    margin: 0;
    font-weight: 600;
}

.quick-links .list-group-item a {
    color: #000;
    display: block;
    padding: 1rem;
    border: 1px solid #f5bc30;
    margin: 0.5rem;
    border-radius: 0.355rem;
    font-size: 18px;
}

.welcome .carousel-item img {
    width: 100%;
}

.welcome iframe {
    border-radius: 0.355rem;
}


/*Conference Highlights*/

.highlights {
    color: var(--theme-clr1);
    background-color: var(--bs-gray-200);
}

.highlights .card-box {
    background: linear-gradient(#1b4459, #074358);
    border: none;
    border-radius: 1.5rem;
    padding: 1rem;
    margin: 2rem 1rem;
    width: 100%;
}

.highlights .card-icon {
    width: auto;
    padding: 1rem;
    border: none;
    border-radius: 5rem;
    z-index: 0;
    display: inline-block;
    margin-top: -30px;
    position: relative;
    top: -20px;
    outline: 3px solid #ff9800;
    outline-offset: 0px;
}

.highlights .card-icon img {
    filter: invert(1);
    width: 50px;
}

.highlights .card-body {
    padding-bottom: 1rem;
    color: var(--clr-add);
}

.highlights .card-body .number {
    font-size: calc(1.5rem + 0.825vw);
    font-weight: 700;
    color: #fff;
}


/* 
=================>
     PRICING 
<================ 
*/

.pricing {
    position: relative;
    isolation: isolate;
    background: #f0f4f8;
    background: url("../img/pricing-bg.jpg");
    background-position: center;
    background-size: cover;
}

.pricing::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--clr-add);
    mix-blend-mode: lighten;
    z-index: -1;
}

.pricing .card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

.pricing .card::before {
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 1;
    top: -45%;
    z-index: -1;
}

.pricing .card-top {
    padding-block-start: 1rem;
}

.pricing .card.one .card-top {
    background: radial-gradient(circle at 50% 0, #3f51b5, #0d47a1);
}

.pricing .card.two .card-top {
    background: radial-gradient(circle at 50% 0, #ff5722, #e01f1f);
}

.pricing .card.three .card-top {
    background: radial-gradient(circle at 50% 0, #8bc34a, #4caf50);
}

.pricing .card li::marker {
    font-family: "Material Symbols Outlined";
    content: "\e2e6";
}

.pricing .card .card-header .card-title span {
    font-size: 1.75rem;
    font-weight: 600;
}

.pricing .card-body {
    padding: 0;
}

.pricing .card-body h5 {
    font-weight: 400;
}

.pricing .card-body h3 {
    color: var(--clr-main);
}


/* 
=================>
     TEAM 
<================ 
*/

.team {
    position: relative;
    isolation: isolate;
    background: #7e2d52;
    /*background: url("../img/team-bg.jpg");*/
    background-position: center;
    background-size: cover;
}

.team::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, #c0dbe7, #c1dae9);
    background: #064a62;
    inset: 0;
    mix-blend-mode: lighten;
    z-index: -1;
    opacity: 0.85;
}

.team-slider .team-item {
    margin-inline: 1rem;
    box-shadow: 0 10px 30px -15px rgb(0 0 0 / 15%);
    background: none;
    position: relative;
    padding-bottom: 1rem;
}

.profile {
    position: relative;
    padding-top: 10px;
    /*margin-bottom: 1.5rem;*/
}

.profile-img {
    width: 160px;
    height: 180px;
    overflow: hidden;
    border-radius: 18%;
    outline: 3px solid var(--clr-add-2);
    margin: 0 auto;
    outline-offset: -2px;
}

.team-slider .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: auto auto 0 0;
    background: #fff;
    z-index: -1;
    border-radius: 1rem;
    /*border-top: 5px solid var(--clr-add-2);*/
}

.team-item p {
    font-size: 15px;
    font-weight: 600;
    background: none;
    color: var(--clr-add);
    padding: 0 0.5rem;
    margin-bottom: 0px;
}

.team-item p span {
    font-size: 14px;
    font-weight: 800;
    /* font-style: italic; */
    display: block;
    color: #0b5069;
}

.profile .flag {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 30px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    border: 2px solid var(--clr-add-2);
}

.profile .flag img {
    border-radius: 0;
    border: none;
    height: 100%;
    object-fit: cover;
}

.committee-section {
    text-align: center;
}

.committee-section h2 {
    font-size: 24px;
    margin-bottom: 1rem;
}

.committee-section h3 {
    display: inline-block;
    color: #fff;
    background-color: var(--clr-alt);
    padding: 0.3rem 1rem;
    font-size: 18px;
    border-radius: 30px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.committee-section h3::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 4px;
    background-color: var(--clr-alt);
    left: 50%;
    top: 43%;
    transform: translate(-50%);
    z-index: -1;
    border-radius: 30px;
}

.committee-section .profile-img {
    outline: 2px solid #fff;
}


/* 
===========
    VENUE 
==========
*/

.venue-images {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    place-content: center;
    align-items: center;
    grid-auto-flow: dense;
}

.venue-images img {
    border-radius: 1rem;
}

.venue-images img:nth-child(2) {
    grid-row: span 2;
    grid-column: span 2;
}


/* 
=================>
     PARTNERS 
<================ 
*/

.partners .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    place-items: center;
    row-gap: 1rem;
}


/* 
===========
    FOOTER 
===========
*/

.footer {
    position: relative;
    isolation: isolate;
    /*background: #f0f4f8;*/
    /*background: radial-gradient(circle, #2d6272, #3c466a);*/
    background: #156fb4;
    padding-block-start: calc(1rem + 1vw);
}

.footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/bg-liquid.png");
    background-position: center;
    top: 0;
    left: 0;
    mix-blend-mode: color-burn;
    z-index: -1;
    opacity: 0.25;
}

.footer .contact {
    margin-block-start: 1rem;
    font-size: 1.125rem;
    color: var(--clr-main-muted);
}

.footer .contact li {
    padding-block: 0.5rem;
}

.footer .contact li span {
    display: inline-block;
    vertical-align: top;
    padding-inline-start: 0.5rem;
}

.footer h4 {
    text-transform: uppercase;
    color: var(--clr-main-muted);
    margin-block: calc(0.25rem + 0.825vw);
    font-size: 1rem;
    letter-spacing: 1px;
}

.footer ul li {
    color: var(--clr-main-dark);
    padding-block: 0.325rem;
    font-weight: 500;
}

.footer ul li a {
    font-size: 12px;
    padding: 5px;
}

.footer a {
    color: #fff;
}

.footer a span {
    vertical-align: middle;
    margin-right: 0.5rem;
}

.privacy-bar {
    background: rgb(255 255 255 /5%);
    margin-top: 1rem;
}

.privacy-bar ul {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.privacy-bar a.btn {
    color: #fff;
}

.copyright {
    border-top: 1px solid rgb(255 255 255 / 22%);
}


/* 
<==========================================
    PAGES 
==========================================>
*/

.page .hero {
    min-height: 95vh;
}

.page .hero .hero-wrapper {
    padding-block-end: 0;
}

#contact .map iframe {
    height: clamp(380px, 48.6vw, 580px);
}

.map iframe {
    border-radius: 1rem;
}


/**/

.welcome .faculty-row {
    gap: 1rem;
}

.team-item .profile-img {
    width: 145px;
    height: 145px;
    /* outline: 4px solid #156fb4; */
    border-radius: 4%;
    /* outline-offset: 1px; */
    position: relative;
    overflow: hidden;
    padding: 4px;
    outline: 0;
}

.team-item p {
    font-size: 24px;
    font-weight: 700;
    margin-top: 14px;
    text-align: center;
}

.team-item p span {
    font-size: 20px;
}

.welcome .faculty-row .team-item {
    /*width: auto;*/
    display: block;
    align-items: center;
    text-align: left;
    padding: 0.5rem;
    box-shadow: none;
    background: none;
    text-align: center;
}

.team-item {
    margin-bottom: 30px;
}

.team-item .profile {
    margin: 0;
    /*margin-right: 1rem;*/
}

.our-partners ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 0.5rem;
    justify-content: space-evenly;
}

.our-partners li {
    background-color: #ffffff;
    padding: 0.2rem;
    width: 30%;
    text-align: center;
    border: 1px solid #f5bc30;
    border-radius: 0.255rem;
}

.our-partners li:nth-child(1),
.our-partners li:nth-child(2) {
    /*width: 47%;*/
}

.right-annoncement {
    border: 1px solid #156fb4;
    overflow: hidden;
    padding: 2rem;
    border-radius: 0.355rem;
    margin: 0;
    background-color: #156fb4;
}

.right-annoncement li p {
    margin-bottom: 10px;
    color: #ffd600;
    font-weight: 600;
    font-size: 15px;
}

hr {
    color: #ffffff;
}

.right-annoncement li h5 {
    color: #0b5069;
    margin-left: 1.2rem;
}

.material-symbols-outlined {
    vertical-align: middle;
}


/*Inner Page*/

.inner-heading {
    padding: 2rem 0;
    text-align: center;
    background-color: var(--bs-gray-200);
    color: #e37111;
}

.inner-heading h1 {
    font-size: 36px;
    line-height: 34px;
}

.inner-heading h1 span {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #000;
}

.innerpage {
    /*padding: 3rem 0;*/
    overflow: hidden;
}


/*faculty*/

.faculty-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.faculty-row .team-item {
    background: #fff;
    padding: 10px;
    border-radius: 1rem;
    width: 290px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    position: relative;
}

.faculty-row .profile img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}

.team-item h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 1rem;
    background-color: var(--clr-add);
    padding: 0.3rem 0.5rem;
    border-radius: 0.355rem;
}

a.btn.btn-cv {
    font-size: 12px;
    background: var(--clr-alt);
    padding: 6px 14px;
    color: #fff;
    display: inline-block;
    border: none;
    border-radius: 6px 6px 0px 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

a.btn.btn-cv:hover {
    background: var(--clr-add-2);
}


/*.program-section*/

.program-section {
    padding: 2rem 0;
}

.program-section h2 {
    color: var(--clr-add);
    margin-bottom: 1rem;
}

.program-section table td {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 1rem;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.program-section table td.border-end1 {
    border-right: 1px solid rgb(0 0 0 / 12%);
}

.program-section table tr:last-child td {
    border-bottom: none;
}

.program-section table .brdr-btm td {
    border-bottom: 1px solid rgb(0 0 0 / 5%) !important;
}

.program-section thead {
    background-color: var(--clr-add);
    color: #fff;
}

.program-section thead td {
    font-weight: 600;
    font-size: 16px;
}

.program-section td p {
    margin: 0;
    font-weight: 500;
}

.program-section .time {
    display: inline-block;
    background-color: var(--bs-gray-100);
    /* border: 1px solid #f5bc30; */
    padding: 0.2rem 0.5rem;
    border-radius: 0.255rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.program-section .time i {
    margin-right: 0.3rem;
}

.program-section table td ul {
    list-style: disc;
    margin-left: 1rem;
}

.program-section table td ol {
    list-style: decimal;
    margin-left: 1rem;
}

.program-section table td li {
    margin: 0.4rem 0 0.8rem;
    line-height: 20px;
}

.program-section table td ul.lower-alpha {
    list-style: lower-alpha;
}

.poster {
    min-height: 100px;
    width: 220px;
    border-radius: 0.255rem;
    margin: 1rem 0;
}

.poster img {
    border-radius: 0.255rem;
}

#pr_day1>td {
    width: calc(100% / 4);
}

.table :has(#pr_day1) {
    table-layout: fixed;
    overflow-wrap: anywhere;
}

@media (max-width: 992px) {
    .table :has(#pr_day1) {
        table-layout: unset;
        overflow-wrap: unset;
    }
}


/* td.bg-blue-100 {
    width: 22%;
}

td.bg-red-100 {
    width: 22%;
}

td.bg-teal-100 {
    width: 22%;
}

td.bg-purple-100 {
    width: 22%;
} */


/*form-section*/


/*notification*/

.notification {
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.notify-box-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.notify-box {
    width: 460px;
    max-width: 90%;
    margin: auto;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    font-size: 16px;
    padding: 1rem;
}

label.error {
    color: #f00;
    font-size: 14px;
}

.form-section h2 {
    font-size: 28px;
    padding: 0 0 10px;
    color: var(--clr-add);
}

.form-section h3 {
    font-size: 20px;
    margin: 0 0 15px;
    color: var(--clr-add);
}

.form-section li {
    margin: 0 0 1.5em;
}

.form-section li:last-child {
    margin: 0;
}

.form-label {
    margin-bottom: 0;
}

.login-box,
.registration-box,
.invoice-box {
    margin: 0 auto;
    background-color: #ffffff;
    padding: 2.5rem;
    border-radius: 0.355rem;
    text-align: left;
}

.login-box {
    max-width: 600px;
}

.registration-box {
    margin: 1.5rem 0;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

.login-box img {
    object-fit: cover;
    height: 100%;
}

.form-control {
    font-size: 18px;
}

.registration-box h4 {
    font-size: 20px;
    line-height: 30px;
}

.registration-box .alert li {
    margin: 0.6rem 0;
}

.registration-box td {
    color: #fff;
}

.registration-box.text-dark td {
    color: var(--bs-text-dark);
}


/*abstract*/

.abstract-terms li {
    list-style: disc;
}


/*my-home*/

.my-home {
    max-width: 600px;
    margin: 0 auto;
    padding: 2.5rem 0;
    border-radius: 0.355rem;
    text-align: center;
}

.my-home h2 {
    color: var(--clr-add);
    font-size: 26px;
    margin-bottom: 1rem;
}

.my-home h3 {
    font-size: 20px;
    margin-bottom: 2rem;
    padding: 10px;
    border-radius: .255rem;
    border-bottom: 1px solid var(--bs-gray-300);
}

.my-home ul {
    border: 1px solid #f5bc30;
    border-radius: 0.355rem;
    overflow: hidden;
    margin: 0 2rem;
}

.my-home li a {
    color: var(--clr-alt);
    transition: 0.3s ease;
    padding: 1rem;
    display: block;
    border-bottom: 1px solid #f5bc30;
    background-color: #ffffff;
}

.my-home li:last-child a {
    border: none;
}

.my-home li a .pro-icon {
    margin-right: 0.8rem;
    font-size: 32px;
    line-height: 38px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background-color: var(--clr-alt);
    border-radius: 0.5rem;
    transition: 0.5s ease-out;
}

.my-home li a:hover {
    color: #ffffff;
    background: var(--clr-alt);
}

.my-home li a:hover .pro-icon {
    color: var(--clr-alt);
    background-color: #fff;
}

.my-home h4 {
    font-size: 22px;
    font-weight: 400;
}


/*workshop*/

ul.workshop-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

ul.workshop-list li {
    border-radius: 0.355rem;
    margin: 1.5rem;
    position: relative;
    width: 45%;
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    background: linear-gradient(#ffffff, #f8f9fa);
    transition: all 0.1s ease-out;
}

ul.workshop-list li:hover {
    border-width: 1px 1px 1px 6px;
}

ul.workshop-list li a {
    padding: 1rem 1rem 1rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.workshop-list li .team-head {
    width: 90px;
    height: 100px;
    overflow: hidden;
    border-radius: 0.255rem;
}

ul.workshop-list li .team-head img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

ul.workshop-list li h4 {
    color: var(--bs-gray-800);
    font-size: 18px;
}

ul.workshop-list li p {
    margin-bottom: 0;
    color: var(--clr-add);
}

ul.workshop-list li .num {
    position: absolute;
    left: -18px;
    top: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    outline: 8px solid #fff;
    outline-offset: 0;
    border-radius: 0.255rem;
    transform: translateY(-50%);
}

ul.workshop-list li:nth-child(1) {
    border-color: #0fa3cd;
}

ul.workshop-list li:nth-child(1) .num {
    background: var(--grad-blue);
}

ul.workshop-list li:nth-child(2) {
    border-color: #ff9800;
}

ul.workshop-list li:nth-child(2) .num {
    background: var(--grad-orange);
}

ul.workshop-list li:nth-child(3) {
    border-color: #9c27b0;
}

ul.workshop-list li:nth-child(3) .num {
    background: var(--grad-purple);
}

ul.workshop-list li:nth-child(4) {
    border-color: #4caf50;
}

ul.workshop-list li:nth-child(4) .num {
    background: var(--grad-green);
}

ul.workshop-list li:nth-child(5) {
    border-color: #ff9800;
}

ul.workshop-list li:nth-child(5) .num {
    background: var(--grad-yellow);
}

ul.workshop-list li:nth-child(6) {
    border-color: #0fa3cd;
}

ul.workshop-list li:nth-child(6) .num {
    background: var(--grad-blue);
}

ul.workshop-list li:nth-child(7) {
    border-color: #ff9800;
}

ul.workshop-list li:nth-child(7) .num {
    background: var(--grad-orange);
}

ul.workshop-list li:nth-child(8) {
    border-color: #9c27b0;
}

ul.workshop-list li:nth-child(8) .num {
    background: var(--grad-purple);
}

ul.workshop-list li:nth-child(9) {
    border-color: #4caf50;
}

ul.workshop-list li:nth-child(9) .num {
    background: var(--grad-green);
}

ul.workshop-list li:nth-child(10) {
    border-color: #ff9800;
}

ul.workshop-list li:nth-child(10) .num {
    background: var(--grad-yellow);
}

ul.workshop-list li:nth-child(11) {
    border-color: #0fa3cd;
}

ul.workshop-list li:nth-child(11) .num {
    background: var(--grad-blue);
}

ul.workshop-list li:nth-child(12) {
    border-color: #ff9800;
}

ul.workshop-list li:nth-child(12) .num {
    background: var(--grad-orange);
}

ul.workshop-list li:nth-child(13) {
    border-color: #9c27b0;
}

ul.workshop-list li:nth-child(13) .num {
    background: var(--grad-purple);
}

ul.workshop-list li:nth-child(14) {
    border-color: #4caf50;
}

ul.workshop-list li:nth-child(14) .num {
    background: var(--grad-green);
}

.program-section h4 {
    font-size: 16px;
}

.highlights p {
    font-size: 12px;
}

.welcome h3 {
    color: var(--clr-main);
    font-size: 22px;
}


/*WORKSHOP PAGES*/

.workshop-details h2 {
    font-size: 24px;
    margin-bottom: 1rem;
    color: #cb2184;
}

.wrk-head {
    background: url(../img/wrk-bg.jpg);
    background-size: cover;
    background-position: center;
    color: #111;
    position: relative;
    z-index: 1;
}

.wrk-head::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--clr-add-2);
    opacity: 0.9;
    z-index: -1;
}

.wrk-head h3 {
    font-size: 18px;
    margin-bottom: 1rem;
}

.wrk-head h3 span {
    display: block;
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.wrk-head h4 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
}

.wrk-head h4 span {
    display: block;
    font-weight: 400;
}

.wrk-head-list {
    display: flex;
    flex-wrap: wrap;
    /* background-color: rgb(255 255 255 / 13%); */
    border-radius: 0.255rem;
    margin: 1rem 0;
}

.wrk-head-list li {
    padding: 0.5rem 1.5rem;
    border-left: 2px solid rgb(0 0 0 / 20%);
}

.wrk-head-list li:first-child {
    border: none;
    padding-left: 0;
}

.list-item li {
    display: flex;
    padding: 0.5rem 0;
}

.list-item li i {
    margin-right: 0.5rem;
    color: var(--clr-alt);
}

.list-item p {
    margin-bottom: 0;
}

.workshop-details .faculty-row .team-item {
    padding: 0.8rem 1rem 0;
}

.workshop-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.wrk-team ul li {
    background: #fff;
    padding: 1rem 0.5rem;
    border-radius: 0.8rem;
    width: 320px;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 0px 1px;
    position: relative;
    color: var(--clr-add);
    font-size: 15px;
    font-weight: 600;
}

.wrk-team ul li p {
    margin-bottom: 0;
}

.wrk-team ul li span {
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    display: block;
    color: var(--bs-gray-600);
}

.agenda-table th,
.agenda-table td {
    font-size: 14px;
    line-height: 24px;
}

td.tea-break {
    padding: 1rem;
    background: var(--bs-teal);
}

td.lunch-break {
    padding: 1rem;
    background: var(--bs-yellow);
}

.pgm-img {
    font-size: 12px;
    font-weight: bold;
    margin: 0.5rem 0 0.8rem;
    line-height: 18px;
}

.pgm-img img {
    max-width: 150px;
    display: block;
    border-radius: 0.255rem;
    margin-bottom: 0.5rem;
}

.visa-info ul {
    margin-left: 25px;
}

.visa-info ul li {
    list-style: disc;
}

.visa-info h2 {
    color: var(--clr-add);
    margin-top: 30px;
}

.visa-info h3 {
    color: var(--clr-add);
}


/*ABSTRACT-GUIDELINES*/

.abstract-guidelines h4 {
    font-size: 18px;
    line-height: 26px;
    color: var(--clr-add)
}

.author_row {
    margin-bottom: 1rem;
}

.label-head {
    font-weight: bold;
}

.author_row button {
    margin: .5rem 0em;
}

.author_row button .material-symbols-outlined {
    font-size: 18px;
    line-height: 24px;
}



/*.share {*/
/*  position: fixed;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  list-style-type: none;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  -moz-transform: translateY(-50%);*/
/*  -ms-transform: translateY(-50%);*/
/*  -webkit-transform: translateY(-50%);*/
/*  transform: translateY(-50%);*/
/*}*/

/*.share li {*/
/*  position: relative;*/
/*}*/

/*.share li:nth-of-type(1) .social-link,*/
/*.share li:nth-of-type(1) .social-link:hover {*/
/*  background: #3B5998 url("https://i.imgur.com/u9gLigk.png") 50% 50% no-repeat;*/
/*  background-size: 25px auto;*/
/*}*/

/*.share li:nth-of-type(1) .nav-label {*/
/*  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;*/
/*  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;*/
/*  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;*/
/*  -webkit-transition-delay: 0s, 0.1s;*/
/*  transition: background 0.4s ease, transform 0.4s ease 0.1s;*/
/*  background: #1e2e4f;*/
/*}*/

/*.share li:nth-of-type(1) .social-link:hover .nav-label {*/
/*  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;*/
/*  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;*/
/*  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;*/
/*  -webkit-transition-delay: 0s, 0.1s;*/
/*  transition: transform 0.4s ease, background 0.4s ease 0.1s;*/
/*  background: #3B5998;*/
/*}*/

/*.share li:nth-of-type(2) .social-link,*/
/*.share li:nth-of-type(2) .social-link:hover {*/
/*  background: #4099FF url("https://i.imgur.com/QzPDsIB.png") 50% 50% no-repeat;*/
/*  background-size: 25px auto;*/
/*}*/

/*.share li:nth-of-type(2) .nav-label {*/
/*  -moz-transition: background 0.4s ease, -moz-transform 0.4s ease 0.1s;*/
/*  -o-transition: background 0.4s ease, -o-transform 0.4s ease 0.1s;*/
/*  -webkit-transition: background 0.4s ease, -webkit-transform 0.4s ease;*/
/*  -webkit-transition-delay: 0s, 0.1s;*/
/*  transition: background 0.4s ease, transform 0.4s ease 0.1s;*/
/*  background: #0065d9;*/
/*}*/

/*.share li:nth-of-type(2) .social-link:hover .nav-label {*/
/*  -moz-transition: -moz-transform 0.4s ease, background 0.4s ease 0.1s;*/
/*  -o-transition: -o-transform 0.4s ease, background 0.4s ease 0.1s;*/
/*  -webkit-transition: -webkit-transform 0.4s ease, background 0.4s ease;*/
/*  -webkit-transition-delay: 0s, 0.1s;*/
/*  transition: transform 0.4s ease, background 0.4s ease 0.1s;*/
/*  background: #4099FF;*/
/*}*/

/*.share li .social-link {*/
/*  padding: 0;*/
/*  display: block;*/
/*  cursor: pointer;*/
/*  width: 60px;*/
/*  height: 60px;*/
/*  padding: 15px 20px;*/
/*}*/

/*.share li .social-link .nav-label {*/
/*  font-family: sans-serif;*/
/*  font-size: 14px;*/
/*  color: white;*/
/*  display: block;*/
/*  height: 60px;*/
/*  position: absolute;*/
/*  top: 0px;*/
/*  top: 0rem;*/
/*  margin-left: 40px;*/
/*  line-height: 64px;*/
/*  padding: 0 20px;*/
/*  white-space: nowrap;*/
/*  z-index: 4;*/
/*  -moz-transition: -moz-transform 0.4s ease;*/
/*  -o-transition: -o-transform 0.4s ease;*/
/*  -webkit-transition: -webkit-transform 0.4s ease;*/
/*  transition: transform 0.4s ease;*/
/*  -moz-transform-origin: left 50%;*/
/*  -ms-transform-origin: left 50%;*/
/*  -webkit-transform-origin: left 50%;*/
/*  transform-origin: left 50%;*/
/*  -moz-transform: rotateY(-90deg);*/
/*  -webkit-transform: rotateY(-90deg);*/
/*  transform: rotateY(-90deg);*/
/*}*/

/*.share li .social-link .nav-label span {*/
/*  -moz-transform-origin: left 50%;*/
/*  -ms-transform-origin: left 50%;*/
/*  -webkit-transform-origin: left 50%;*/
/*  transform-origin: left 50%;*/
/*  -moz-transform: rotateY(-90deg);*/
/*  -webkit-transform: rotateY(-90deg);*/
/*  transform: rotateY(-90deg);*/
/*}*/

/*.share li .social-link:hover .nav-label,*/
/*.share li .social-link:hover .nav-label span {*/
/*  -moz-transform: rotateY(0);*/
/*  -webkit-transform: rotateY(0);*/
/*  transform: rotateY(0);*/
/*}*/


.sticky-icon {
    z-index: 1;
    position: fixed;
    top: 45%;
    right: 0%;
    width: 220px;
    display: flex;
    flex-direction: column;
}

.sticky-icon a {
    transform: translate(160px, 0px);
    border-radius: 50px 0px 0px 50px;
    text-align: left;
    margin: 2px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    font-size: 20px;
    transition: all 0.8s;
    letter-spacing: 1px;
}

.sticky-icon a:hover {
    color: #FFF;
    transform: translate(0px, 0px);
}

.sticky-icon a:hover i {
    transform: rotate(360deg);
}

/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook {
    background-color: #2C80D3;
    color: #FFF;
}

.Youtube {
    background-color: #fa0910;
    color: #FFF;
}

.Twitter {
    background-color: #53c5ff;
    color: #FFF;
}

.Threads {
    background-color: #000;
    color: #FFF;
}

.Instagram {
    background-color: #FD1D1D;
    color: #FFF;
}

.Google {
    background-color: #d34836;
    color: #FFF;
}

.sticky-icon a i {
    background-color: #FFF;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.sticky-icon a i.fa-facebook-f {
    background-color: #FFF;
    color: #2C80D3;
}

.sticky-icon a i.fa-google-plus-g {
    background-color: #FFF;
    color: #d34836;
}

.sticky-icon a i.fa-instagram {
    background-color: #FFF;
    color: #FD1D1D;
}

.sticky-icon a i.fa-youtube {
    background-color: #FFF;
    color: #fa0910;
}

.sticky-icon a i.fa-twitter {
    background-color: #FFF;
    color: #53c5ff;
}

.fas fa-shopping-cart {
    background-color: #FFF;
}

#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

@media only screen and (max-width: 600px) {
    .sticky-icon a {
        transform: translate(178px, 0px);
        font-size: 16px;
        padding: 5px;
    }

    .sticky-icon a i {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

.blink-bg {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    text-align: center;
    animation: blinkingBackground 2s infinite;
    font-weight: 700;
}

@keyframes blinkingBackground {
    0% {
        background-color: #10c018;
    }

    25% {
        background-color: #1056c0;
    }

    50% {
        background-color: #ef0a1a;
    }

    75% {
        background-color: #254878;
    }

    100% {
        background-color: #04a1d5;
    }
}

@media only screen and (max-width: 600px) {
    .blink-bg {
        font-size: 10px;
        top: 22%;
        left: 0%;
        transform: translate(0%, 0%);
    }
}

.greeting_text p,
.abstract_submission p,
.message p {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
}

.theme_sec {
    background: #cb2184;
    padding: 14px 27px;
    color: #fff;
    /* border-radius: 2px 43px; */
    /* align-items: center; */
    /* display: flex; */
    width: 100%;
    margin: auto;
    background: linear-gradient(152deg, rgba(203, 33, 132, 1) 38%, rgba(21, 111, 180, 1) 91%);
    text-align: left;
}

.theme_sec h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 44px;
    margin: 0;
}

.theme_sec blockquote {
    font-size: 32px;
    margin: 0;
    text-align: right;
    background-image: url(../img/quotes.svg);
    background-position: bottom 20px right 0px;
    background-repeat: no-repeat;
    background-size: 70px;
    padding-left: 4%;
    margin-left: 39px;
    padding-right: 10%;
    border-left: 1px solid #f7f7f74a;
}

.section-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    padding-bottom: 50px;
}

.section-title .bg_heading {
    position: relative;
    display: inline-block;
    background: #156fb4;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 6px 20px;
    border-radius: 20px;
    background: linear-gradient(164deg, rgba(21, 111, 180, 1) 30%, rgba(203, 33, 132, 1) 91%);
}

.section-title .bg_heading::after,
.section-title .bg_heading::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: 0;
    background: #156fb4;
    z-index: -1;
}

.section-title .bg_heading::before {
    left: -18%;
    top: 50%;
}

.section-title .bg_heading::after {
    right: -18%;
    top: 50%;
}

.venue {
    color: #cb2184;
}

.venue_sec {
    position: relative;
}

.venue_sec:after {
    content: '';
    /* background: #e9f6ff; */
    background: #fbcc74a3;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -2;

}

.venue_sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(../img/bg-banner.jpg);
    background-position: center;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 1));
    mix-blend-mode: normal;
    z-index: -1;
    opacity: 0.6;
    background-size: contain;

}

.team-item .profile-img img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4%;
    z-index: 1;
}

.team-item .profile-img:before,
.team-item .profile-img:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    background-color: #156fb4;
    content: "";
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.team-item .profile-img:after {
    background-color: #cb2184;
}

.team-item .profile-img:before,
.team-item:hover .profile-img:after {
    height: 100%;
}

.countdown h6 {
    padding: 6px 18px;
    color: #ffffff;
    background: #156fb4;
    font-size: 34px;
    border-radius: 20px;
    width: fit-content;
    margin: 0 auto 15px;
    background: linear-gradient(164deg, rgba(21, 111, 180, 1) 30%, rgba(203, 33, 132, 1) 91%);
}


.venue-slide .item img {
    border-radius: 20px;
}

.footer {
    /*background-image: url(../img/footer_clipart.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer .container-fluid {
    padding: calc(4rem + 1.5vw);
    padding-block: 0;
}

.pagecontent h5 {
    text-align: center;
    margin-bottom: 15px;
    color: #cb2184;
    font-size: 24px;
}

.table>:not(caption)>*>* {
    background-color: inherit;
    color: inherit;
}

.abstract_submission h2 {
    font-family: "Outfit", serif;
    font-size: 30px;
    font-weight: 500;
    /* line-height: 32px; */
    color: #cb2184;
    background: linear-gradient(152deg, rgba(203, 33, 132, 1) 38%, rgba(21, 111, 180, 1) 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    position: relative;
    display: inline-block;
    margin: 20px 0;
}

.pagecontent ol {
    line-height: 30px;
    color: black;
    font-size: medium;
    text-align: justify;
    font-family: "Outfit", serif;
    list-style-type: decimal;
    padding-left: 20px;
    margin-bottom: 15px;
}

.pagecontent ul {
    line-height: 30px;
    color: black;
    font-size: medium;
    text-align: justify;
    font-family: "Outfit", serif;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.message {
    background: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin: 20px 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.message p {
    text-align: justify;
}

.message-img {
    margin: 1px 20px 20px 0;
    position: relative;
}

.message-img.margin-bottom {
    margin: 1px 20px 70px 0;

}

.message-img img {
    box-shadow: 0 0 15px 12px #9d9d9d30;
    border-radius: 20px;
}

.message_name {
    box-shadow: 0 0 15px 12px #9d9d9d30;
    border-radius: 20px;
    background: #ffffff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    width: 80%;
    bottom: -45px;
    margin: auto;
    left: 0;
    right: 0;
}

.message_name strong {
    color: #156fb4;
    font-size: 20px;
}

.org_committee {
    padding-top: 51px;
    padding-bottom: 0;
}

.footer_img .on_hover {
    display: none;
}

.footer_wrapper {
    position: relative;
}

.footer_wrapper:hover .footer_img .on_hover {
    display: block;
}

.footer_wrapper:hover .footer_img .without_hover {
    display: none;
}

.footer_wrapper:hover .footer {
    background-color: #cb2184;
}


.about-img {
    position: relative;
    overflow: hidden;
    padding: 0px;
    outline: 0;
    margin: 0 0 30px;
}

.about-txt h2 {
    padding: 5px 0;
    color: #156fb4;
    font-size: 30px;
    margin-top: 6px;
}

.team-item.places .profile-img {
    width: 100%;
    height: auto;
}

.places .profile {
    padding-top: 0;
}

.places p {
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin-bottom: 9px;
}

.places .discription,
.places .more-content {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
    padding: 0;
}

.discription {
    display: inline;
}

.more-content {
    display: none;
}


.read-more {
    position: relative;
    color: #1770b5;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}

.read-more::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #1770b5;
    transition: width 0.4s ease;
}

.read-more:hover::before {
    left: 0;
    width: 100%;
    background-color: #cb2184;
}

.read-more:hover {
    color: #cb2184;
}

.places {
    background: white;
    box-shadow: 0 0 10px #00000021;
    padding: 16px 16px 40px;
    border-radius: 20px;
    height: 95%;
}

.jaipur-pg,
.rajasthan-pg,
.scientific_sec {
    margin-bottom: -40px;
}

.rajasthan-pg-heading {
    padding-top: 37px;
}

.jaipur-pg-heading {
    padding-top: 34px;
}

.venue-para p {
    font-size: 17px;
    letter-spacing: 0.5px;
    font-weight: 300;
    color: #000000;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: justify;
    padding-top: 27px;
}

.pagecontent table,
.venu-para-txt p {
    font-size: 16px;
}

.comm_sec {
    position: relative;
}

.comm_sec:after {
    content: '';
    /*background-image: url(../img/bg_image.png);*/
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-position: center;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 1));
    mix-blend-mode: normal;
    z-index: -1;
    opacity: 0.2;
    background-size: cover;
}

.page_endpoint ul {
    padding: 0;
    gap: 10px;
    list-style: none;
}

.page_endpoint li {
    width: 12px;
    height: 12px;
    font-size: 35px;
    background-color: #cb2184;
    border-radius: 50%;
}

.venue_pg_sec::after,
.venue_pg_sec::before {
    content: unset;
}

.contact-form form {
    width: 87%;
}

.contact-form .form-control {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 22px;
    font-weight: 500;
    box-shadow: none !important;
}

.contact-form .form-control:focus {
    border-color: #cb2184;
}

.contact-form input,
.form-select,
.contact-form .form-control {
    border-width: 0px 0px 1px 0px;
    border-radius: 0px;
}

.contact-btn {
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    padding: 8px 20px;
    letter-spacing: 1px;
    background: linear-gradient(152deg, rgba(203, 33, 132, 1) 38%, rgba(21, 111, 180, 1) 91%);
    transition: color 0.3s ease-in-out;
    z-index: 1;
}

.contact-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(164deg, rgba(21, 111, 180, 1) 30%, rgba(203, 33, 132, 1) 91%);
    transition: transform 0.4s ease-in-out;
    z-index: -1;
}

.contact-btn:hover::before,
.contact-btn:focus::before {
    transform: translateX(100%);
}


.contact-box {
    padding: 0 30px;
    height: 100%;
}

.contact-box h2 {
    font-size: 22px;
    color: #105dab;
}

.contact-box p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 28px;
}

.contact-box a {
    color: #156fb4;
}

.contact-pg-heading {
    padding-top: 51px;
    padding-bottom: 51px;
}

.contact-form-heading {
    margin-bottom: 19px;
}

.contact-form-heading h3 {
    color: #cb2184;
}

.contact-details {
    background-image: url(../img/bg-banner.jpg);
    padding: 50px 0 120px;
    background-position: center 150px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-details::before {
    content: '';
    position: absolute;
    background: #fdbb7457;
    width: 100%;
    height: 100%;
    top: 0;
}

.contact-details .team-item p {
    font-size: 18px;
}

.contact-details .team-item p span {
    font-size: 20px;
    line-height: 38px;
}

.contact-details .team-item {
    z-index: 2;
    position: relative;
}

#carouselBanner .owl-next,
#carouselBanner .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15sease;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

#carouselBanner .owl-next:hover,
#carouselBanner .owl-prev:hover {
    opacity: 1;
}

.owl-theme .owl-nav {
    margin: 0;
}

#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    margin-top: 48px;
    display: none;
    background: #fff;
}

#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}

#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.message_page {
    position: relative;
}

.message_page:before,
.message_page:after {
    content: '';
    background: linear-gradient(164deg, rgba(21, 111, 180, 1) 30%, rgba(203, 33, 132, 1) 91%);
    width: 400px;
    height: 400px;
    display: block;
    position: absolute;
    left: 129px;
    top: -3%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
}

/* .message_page:before,
.message_page:after {
    content: '';
    background: linear-gradient(164deg, rgba(21, 111, 180, 1) 30%, rgba(203, 33, 132, 1) 91%);
    width: 800px;
    height: 800px;
    display: block;
    position: absolute;
    left: -16%;
    top: -30%;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.5;
} */

.message_page:after {
    left: unset;
    width: 700px;
    height: 700px;
    right: -16%;
    bottom: 21%;
    top: unset;
}

/* .message_page:after {
    left: unset;
    width: 400px;
    height: 400px;
    right: 10%;
    bottom: -15%;
    top: unset;
} */

.organising-committee-pg .section-title .bg_heading1 {
    background: none !important;
    color: #000000;
    font-size: 24px !important;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 6px 20px;
}

.big_font .team-item p {
    font-size: 26px;
}

.big_font .team-item p span {
    font-size: 22px;
}

.ad_big .section-title .bg_heading {
    font-size: 32px;
}

.submi_cat ol {
    gap: 1rem;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px;
}

.submi_cat ol li {
    width: 24%;
    background-color: #105fac;
    color: #fff200;
    display: block;
    padding: 1rem;
    font-size: 22px;
    font-weight: 600;
    border-radius: 0.255rem;
    text-align: center;
}

.submi_cat ol li:last-child {
    width: 33.33%;
}

.submi_cat ol li:nth-of-type(2n + 1) {
    background: #cb2184;
}

.register_link {
    font-size: 20px;
    font-weight: 600;
}

.register_link:hover {
    text-decoration: underline;
}

/* .venue-slide .item {
    position: relative;
}

.venue-slide .item h2 {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
} */

.workshop_table tbody tr {
    font-size: 21px;
    color: #0e0e0e;
}

.scienti_img {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    flex-wrap: wrap;
}

.scienti_img img {
    width: 250px;
}

.dr-list .col-lg-2 {
  /*  width: 20%;*/
}

.dr-list .team-item .profile-img {
    width: 190px;
    height: 190px;
}
.dr-list .team-item p {
    font-size: 20px;
}