:root {
    --color-primary: #211C84;
    --color-secondary: #02062b;
    --color-secondary-hover: #060f5b;
    --color-info: #346cc7;
    --color-info-hover: #035191;
    --color-yellow: #e1b91b;
    --color-dark: #000;
    --color-lightGray: #ccc;
    --color-gray: #f6f5f5;
    --color-darkGray: #e2e2e2;
    --color-green: #44ad44;
    --text-gray: #4B4A4A;
    --text-color: #323232;
    --border-radius-One: 4px;
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: 'Poppins';
    --font-awesome: 'FontAwesome';
    --content-heading: linear-gradient(to right, #222187, #3c83d1);
    --bg1: #0f1020;
    --bg2: #090a12;
    --primary: #8afcff;
    --accent: #c5ff6d;
    --pink: #ff7bd8;
    --violet: #8c6dff;
    --glass: rgba(255, 255, 255, .06);
    --white: #eef2ff;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font-family: var(--font-primary) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
table,
td,
th,
label,
input,
button {
    font-family: var(--font-primary) !important;
}

a {
    color: var(--color-primary);
}

a:hover {
    color: var(--color-info);
}

a:focus {
    outline: none;
}

p {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.6;
}

input:focus {
    outline: 1px solid;
    box-shadow: none !important;
}

/* ul{margin: 0px 5px;} */
ul li {
    padding: 3px 0px;
}

.bg-primary {
    background: var(--color-primary) !important;
}

.bg-secondary,
.button--primary {
    background: var(--color-secondary) !important;
    color: #fff;
}

.bg-secondary:hover,
.button--primary:hover {
    background: var(--color-secondary-hover) !important;
    color: #fff;
}

.bg-info {
    background: var(--color-info) !important;
}

.btn-success {
    background: var(--color-green);
}

.btn-secondary:hover {
    background: var(--color-secondary-hover) !important;
}

.page-title,
.page-title span {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    font-family: var(--font-primary) !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5) !important;
    /* Add this line */
}

h1,
.h1 {
    font-size: 36px;
    font-family: var(--font-primary) !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
    color: var(--color-secondary) !important;
    position: relative;
    max-width: 100%;
    font-weight: 700;
}

.title1 {
    font-size: 24px !important;
    color: #fff !important;
    padding: 9px 15px 6px 15px;
    margin-bottom: 16px !important;
    font-weight: 600;
}

h2.node__title,
h2.title2,
#quicktabs-tabpage-technical_paper-0 .quicktabs-block-title {
    font-size: 24px !important;
    color: var(--color-secondary) !important;
    padding: 0px;
    margin-bottom: 0.5em !important;
    font-weight: 600;
}

.mainInner__modifier h2 {
    font-size: 24px;
    color: var(--color-dark);
    margin-bottom: 0.5em;
    font-weight: 600;
}

.mainInner__modifier h3 {
    font-size: 18px;
    color: var(--color-dark);
    margin-bottom: 0.5em;
    font-weight: 600;
}

/*Tables Design*/
table,
td,
th,
label,
input,
button {
    font-family: var(--font-primary) !important;
}

table tr td {
    font-size: 14px;
}

table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

table thead tr,
table.table thead tr th {
    background: var(--color-primary);
    color: #fff !important;
    text-align: left;
    font-size: 14px;
    min-width: 200px;
}

.path-important-dates table thead tr,
.path-important-dates table.table thead tr th {
    min-width: auto !important;
}

table thead tr th:nth-child(1),
table.table tbody tr td:nth-child(1) {
    min-width: auto !important;
    text-align: center;
}

.contact__modifier--contactUs table thead tr th:nth-child(1),
.contact__modifier--contactUs table.table tbody tr td:nth-child(1) {
    min-width: inherit !important;
    text-align: center;
}

table thead tr th {
    color: #fff !important;
}

table th,
table td {
    padding: 0.5em !important;
    vertical-align: middle;
}

table tbody tr {
    border-bottom: 1px solid #dddddd;
}

table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

table tbody tr:nth-of-type(even) td {
    background: none !important;
}

table tbody tr:last-of-type {
    border-bottom: 4px solid var(--color-primary);
}

table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

table tr td a {
    padding-right: 5px;
}

table th {
    font-size: 18px;
    font-weight: 700;
}

.file--application-pdf:before {
    content: "\f1c1";
    font-family: var(--font-awesome);
    color: red;
    padding-right: 5px;
}

.file--mime-application-rar:before {
    content: "\f1c6";
    font-family: var(--font-awesome);
    color: #b4af2e;
    padding-right: 5px;
}

.file--mime-image-gif:before,
.file--mime-image-jpeg:before,
.file--mime-image-png:before {
    content: "\f1c5";
    font-family: var(--font-awesome);
    color: #07c183;
    padding-right: 5px;
}

.file--x-office-presentation:before {
    content: "\f1c4";
    font-family: var(--font-awesome);
    color: #f734d5;
    padding-right: 5px;
}

span.fa.fa-external-link {
    display: none;
}

/*End Tables Design*/
/*Search Section*/
#searchBoxOpen {
    display: none;
}

#searchBoxOpen.activeSearch {
    display: block !important;
    position: absolute;
    right: 0px;
    background: #fff;
    padding: 10px 20px;
    top: 35.5px;
    border: 1px solid var(--color-lightGray);
    border-radius: var(--border-radius-One);
    box-shadow: 0px 0px 5px var(--color-lightGray);
    z-index: 11;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#searchBoxOpen.activeSearch:before {
    content: "\f0dd";
    position: absolute;
    right: 0px;
    top: -7px;
    font-family: 'FontAwesome';
    color: #fff;
    transform: rotate(183deg);
}

#searchBoxOpen.activeSearch form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

}

#searchBoxOpen.activeSearch form input[type="search"],
#searchBoxOpen.activeSearch form input[type="submit"] {
    height: 38px;
    min-height: 38px;
}

#searchBoxOpen.activeSearch form input[type="search"] {
    width: 266px !important;
    font-size: 12px;
    color: #918f8f;
    padding: 0px 7px;
}

#searchBoxOpen.activeSearch form input[type="submit"] {
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: var(--border-radius-One);
    color: #fff;
    font-size: 14px;
    padding: 0px 1em;
}

/* .topbar--modifier a svg {
    margin: 0px 2px 0px 0px;
}
.searchOuter svg {
  float: right;
  margin-top: 4px;
} */
.topbar--modifier a img {
    margin-top: -2px;
    margin-right: 2px;
}

.searchOuter {
    position: relative;
    cursor: pointer;
}

.searchOuter i {
    color: #fff;
    cursor: pointer;
}

li.searchOuter:before {
    content: "|";
    color: #fff;
    font-size: 16px;
}

/*end*/
#header--modifier.sticky--modifier,
#header--modifier.InnerHeader.sticky--modifier {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

/*Header Fixed*/
#header--modifier.sticky--modifier .MiddleHead--modifier__divider {
    display: none !important;
}

#header--modifier.sticky--modifier section.mainMenuOuter {
    margin-top: -3px !important;
}

#header--modifier.sticky--modifier .topbar--modifier {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

.topbar--modifier {
    background: var(--color-primary);
    padding: 0px 0px 0px 0px;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar--modifier p {
    margin: 0px;
    height: 0px;
}

.topbar--modifier a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.topright-listing li {
    line-height: normal;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.topright-listing li::after {
    content: "|";
    color: #fff;
    font-size: 11px;
}

.topright-listing li::after {
    transform: rotate(20deg);
    display: inline-block;
    font-size: 11px;
    padding: 4px 12px 0px 12px;
}

.searchOuter::after,
li.searchOuter:before {
    display: none !important;
}

.topright-listing li::marker {
    content: none;
    display: none;
}

li.custom--language:after {
    display: none;
}

/*font Resizing*/
.custom--fontResizing {
    display: flex;
}

.custom--fontResizing .block__content .content {
    display: flex;
    /* gap: 7px; */
    align-items: baseline;
}

.custom--fontResizing .block__content .content img,
.menu-section--modifier .menu-toggle {
    display: none;
}

.custom--fontResizing a#text_resize_decrease,
.custom--fontResizing a#text_resize_reset,
.custom--fontResizing a#text_resize_increase {
    margin: 0;
    width: auto;
    height: auto;
    background: inherit;
    outline: none;
    text-indent: inherit;
    font-size: 0px !important;
    color: #fff;
    padding-top: 3px;
}

.custom--fontResizing a#text_resize_decrease:after {
    content: "A-";
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.custom--fontResizing a#text_resize_reset {
    margin: 0px 8px !important;
}

.custom--fontResizing a#text_resize_reset:after {
    content: "A";
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.custom--fontResizing a#text_resize_increase:after {
    content: "A+";
    color: #fff;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.custom--fontResizing .block__content .content a:hover {
    list-style: none;
    text-decoration: none;
}

.custom--fontResizing .block__content .content sup {
    display: none;
}

/* .custom--language ul.links a{font-size: 13px;} */
.custom--fontResizing img {
    display: none;
}

.custom--fontResizing .content .content {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*END font Resizing*/
/*Dark Theme*/
.modifi--moon,
.modifi--sun {
    width: 8px;
    font-size: 16px;
    display: inline-block;
    text-align: right;
}

.modifi--moon:before {
    /* content: "\f186" !important; */
    content: "\f042" !important;
    font-family: var(--font-awesome);
    font-size: 14px;
    background: url(../images/dark.svg) no-repeat;
    width: 18px;
    height: 19px;
    float: left;
    margin-top: 4px;
    font-size: 0px;
}

.modifi--sun::before {
    /* content: "\f186" !important; */
    content: "\f042" !important;
    font-family: var(--font-awesome);
    font-size: 17px;
    width: 16px;
    height: 21px;
    float: left;
    margin-top: 5px;
}

a#DarkthemeIcon {
    width: 18px;
    height: 19px;
}

/*End*/
.topright-listing li:nth-last-child(2)::after {
    position: relative;
    top: -2px;
}

.footer--social li {
    margin-top: 3px;
}

.custom--language ul.links {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.searchOuter svg,
.custom--language ul.links a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.topbar--modifier__left p {
    display: flex;
    align-items: center;
    gap: 4px;
}

.topbar--modifier__left p img {
    width: 13px;
    height: auto;
}

.iccNCB__logo {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0px;
    padding: 0px;
}

.iccNCB__logo li {
    list-style: none;
    text-align: center;
}

/* .middle--modifier__left.brand--logo {
    margin-right: 3em;
} */
.headinginfoText {
    margin: 0px;
    padding: 0px;
    width: auto;
}

.headinginfoText li {
    list-style: none;
    text-align: center;
}

.headinginfoText li:nth-child(1) {
    color: var(--color-primary);
    font-weight: 500;
    font-size: 14px;
}

.headinginfoText li:nth-child(2) {
    background: var(--color-primary);
    color: #fff;
    font-size: 13px;
    padding: 2px 0px;
    margin: 0px 0px;
    position: relative;
}

.headinginfoText li:nth-child(2)::after {
    border-bottom: 23.5px solid var(--color-primary) !important;
    border-right: 12px solid transparent;
    position: absolute !important;
    right: -11px;
    top: 0px;
    content: "";
}

.headinginfoText li:nth-child(3) {
    font-size: 12px;
    color: #383737;
    font-weight: 600;
    padding: 0px;
}

.headinginfoText li:nth-child(4) {
    font-size: 14px;
    color: var(--color-primary);
    font-weight: 600;
    line-height: 15px;
    padding-top: 0;
}

.headinginfoText li:nth-child(4) span {
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    float: left;
    text-align: center;
}

/*New Style Ajay Rai*/
/*admin design work*/
.path-nccbm-member .user-login-form {
    background-color: #ffffff;
    padding: 2.5rem;
    margin: 0px auto;
    border-radius: 12px;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.path-nccbm-member .user-login-form .form-item input[type="text"],
.path-nccbm-member .user-login-form .form-item input[type="password"] {
    width: 100%;
    padding: 0.75rem;
    margin-top: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    transition: border 0.3s ease;
    min-height: auto;
    height: 34px;
}

.path-nccbm-member .user-login-form .form-item input[type="text"]:focus,
.path-nccbm-member .user-login-form .form-item input[type="password"]:focus {
    border-color: #3b8d99;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 141, 153, 0.2);
}

.path-nccbm-member .user-login-form .form-item-captcha-response input {
    width: 70% !important;
}

.path-nccbm-member .user-login-form .form-item label {
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 0.25rem;
}

.path-nccbm-member .user-login-form .captcha {
    margin: 1.5rem 0;
    text-align: center;
}

.path-nccbm-member .user-login-form .captcha img {
    border-radius: 6px;
    border: 1px solid #ddd;
}

.path-nccbm-member .user-login-form .form-item-captcha-response input {
    margin-top: 0.5rem;
    text-align: center;
}

.path-nccbm-member .user-login-form input[type="submit"].form-submit {
    background-color: var(--color-primary);
    color: white;
    border: none;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
    transition: background-color 0.3s ease;
}

.path-nccbm-member .user-login-form input[type="submit"].form-submit:hover {
    background-color: #2e7077;
}

.path-nccbm-member .user-login-form #edit-captcha-response--description {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}

.user-logged-in #header--modifier.sticky--modifier,
.user-logged-in #header--modifier.InnerHeader.sticky--modifier {
    z-index: 11;
}

/*END admin design work*/
/*End*/
.Middle__rightModifier {
    gap: 0em;
}

.MobileLogoOnly {
    display: none !important;
}

.menu-section--modifier {
    position: relative;
    z-index: 10;
    background: #fff;
    margin: 0px;
    padding: 7px 60px 7px 11px;
    border-radius: var(--border-radius-One);
    box-shadow: 0px 5px 9px #3c3c3c;
    bottom: -51px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.sticky--modifier .menu-section--modifier {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: var(--border-radius-One);
    border-bottom-right-radius: var(--border-radius-One);
}

section.mainMenuOuter {
    margin-top: -54px;
}

.menu-section--modifier ul {
    margin: 0px;
}

.MiddleHead--modifier {
    position: relative;
    min-height: 108px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sticky--modifier .MiddleHead--modifier {
    min-height: auto;
}

.menu-section--modifier .menu {
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0;
}

.menu-section--modifier .menu li {
    text-decoration: none;
    padding: 0px 7px;
    line-height: 1;
}

.menu-section--modifier [aria-label="Home"] {
    padding: 0px !important;
}

.menu-section--modifier [aria-label="Home"] a {
    display: inline-block;
    width: 26px;
    height: 20px;
    background-image: url(../images/Home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}

.menu-section--modifier [aria-label="Home"] svg {
    display: none;
}

.menu-section--modifier .menu li:not(:first-child) {
    border-right: 1.5px solid #5d5d5d;
}

.menu-section--modifier .menu li:last-child {
    border-right: 0px;
}

.menu-section--modifier .menu li a {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    text-decoration: none;
}

.menu-section--modifier .menu li a:hover {
    color: var(--color-primary);
}

.menu-section--modifier .is-active,
.menu-section--modifier .is-active a,
.menu-section--modifier .is-active svg {
    color: var(--color-primary);
}

.menu-section--modifier .menu li {
    list-style: none;
}

#Mobile--Menu {
    display: none;
}

a.signIn {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    position: relative;
}

.signIn:after {
    position: absolute;
    right: -27px;
    top: 5px;
    transform: rotate(357deg);
    font-size: 0px;
    background: url(../images/arrow4.svg) no-repeat;
    content: ".";
    width: 20px;
    height: 15px;
}

header .signIn:after {
    background: url(../images/arrow5.svg) no-repeat;
    right: -29px;
    top: 4px;
    width: 23px;
    height: 14px;
}

.banner__innerText--outer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.banner__innerText {
    font-size: 40px;
    margin-top: 80px;
    line-height: 1.5;
    font-weight: 400;
    text-shadow: 0px 2px 10px #000;
    color: #fff;
}

.banner__innerText span {
    width: 100%;
    float: left;
}

button.owl-prev span,
button.owl-next span {
    font-size: 27px;
    position: absolute;
    top: -6px;
    left: 14px;
}

button.owl-prev,
button.owl-next {
    width: 36px;
    height: 36px;
    background: var(--color-primary) !important;
    border: 1px solid var(--color-primary) !important;
    border-radius: 100% !important;
    color: #fff !important;
    position: relative;
}

.News__modifier {
    background: url(../images/about-bg.png) repeat-x top center;
    width: 100%;
    /* padding-top: 4em; */
    background-size: contain;
    margin-top: 68px;
    padding-top: 62px !important;
    padding-bottom: 24px;
}

.News__modifier--list {
    background: rgba(210, 227, 235, 0.8);
    padding: 10px 25px;
    border-radius: var(--border-radius-One);
    min-height: 465px;
}

.region-latest-news .view-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1.4px solid var(--color-primary);
    padding-bottom: 10px;
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-secondary);
}

.region-latest-news .view-header .signIn {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-secondary);
    margin-right: 21px;
}

.region-latest-news .view-header .signIn:after {
    color: var(--color-secondary);
}

.globallisting__one {
    margin: 0px;
    padding: 0px;
}

.globallisting__one li {
    list-style: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: flex-start;
    /* border-bottom: 1px dotted #7c7c7c !important; */
    color: #000;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}

.newsData {
    display: flex;
    flex-direction: column;
}

.globallisting__one li img {
    width: 51px;
}

.globallisting__one li:after {
    background-image: url(../images/line1.png);
    width: 100%;
    height: 1px;
    position: absolute;
    content: ".";
    left: 0px;
    bottom: -3px;
    font-size: 0px;
}

.News__modifier--list .views-row:last-child .globallisting__one li::after {
    display: none !important;
}

.News__modifier--list .views-row:last-child ul li {
    border: 0px !important;
    border-bottom: none !important;
}

/* .globallisting__one li:before {
    content: "";
    background: url(../images/output-onlinegiftools.gif) no-repeat;
    width: 51px;
    height: 30px;
    position: absolute;
    left: -5px;
    top: 5px;
    background-size: 100%;
} */
.globallisting__one li a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

.globallisting__one li a:hover {
    color: var(--color-primary);
}

.globallisting__one li span {
    font-size: 12px;
    color: #808080;
    font-weight: 600;
}

.globallisting__one li span:before {
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 10px;
    padding-right: 5px;
    margin-top: 2px;
    float: left;
}

.globallisting__two {
    padding-bottom: 20px;
    align-items: center;
}

.globallisting__two--item1 {
    border: 2px solid var(--color-primary);
}

.globallisting__two--item1 span:first-child {
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    padding: 1px 9px;
    font-weight: 600;
}

.globallisting__two--item1 span:nth-child(2) {
    font-size: 12px;
    padding: 2px;
    text-align: center;
    font-weight: 600;
    color: var(--text-gray);
}

.globallisting__two--item2 a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.location__timing span {
    font-size: 13px;
    color: var(--text-gray);
    font-weight: 600;
}

.homeslider--modifier .owl-nav {
    position: absolute;
    bottom: -46px;
    right: 56px;
    z-index: 10;
}

.homeslider--modifier .owl-theme .owl-nav [class*='owl-']:hover,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #fff !important;
    color: var(--color-primary) !important;
    text-decoration: none;
}

/*Shapes*/
.globalShap1__modifier {
    position: absolute;
    z-index: 1;
    width: calc(100% - 0.5px);
    bottom: 72px;
}

.globalShap1__modifier--box3 {
    height: 105px;
    background: #fff;
    margin: 0;
    padding-top: 26px;
    -webkit-mask-image: radial-gradient(52% 77px at top, rgba(0, 0, 0, 0) 98%, black);
    mask-image: radial-gradient(52% 77px at top, rgba(0, 0, 0, 0) 98%, black);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    clip-path: ellipse(80% 100% at top);
    transform: rotate(-1deg);
    width: 100%;
    position: absolute;
    top: -13px;
}

.globalShap1__modifier--box2 {
    height: 90px;
    background: #b1cddb;
    margin: 0;
    padding-top: 56px;
    -webkit-mask-image: radial-gradient(52% 77px at top, rgba(0, 0, 0, 0) 98%, #000);
    mask-image: radial-gradient(52% 77px at top, rgba(0, 0, 0, 0) 98%, #000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
    clip-path: ellipse(80% 100% at top);
    transform: rotate(1deg);
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 0px;
}

.globalShap1__modifier--box1 {
    height: 139px !important;
    background: linear-gradient(to right, #222187, #3c83d1);
    margin: 0;
    padding-top: 63px;
    -webkit-mask-image: radial-gradient(52% 89px at top, rgba(0, 0, 0, 0) 98%, #000);
    mask-image: radial-gradient(52% 89px at top, rgba(0, 0, 0, 0) 98%, #000);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-size: cover;
    mask-size: cover;
    clip-path: ellipse(200% 100% at top);
    margin-top: 0;
    width: 100%;
    position: absolute;
    top: 0px;
}

.Guest__modifier {
    background: url(../images/guest-bg.png) repeat-x top center;
    width: 100%;
    background-size: cover;
}

.guest-home {
    padding: 58px 0px;
}

.Guest__modifier .item-list {
    margin-bottom: 1em;
}

.Guest__modifier--inner {
    background: #fff;
    padding: 1em;
}

.Guest__modifier .view-distinguished-guests {
    position: relative;
}

.Guest__modifier .view-distinguished-guests .view-header {
    position: absolute;
    right: 0px;
    top: -60px;
}

/*guest section fliping card*/
.guest__card {
    width: 100%;
    /* height: 425px; */
    height: 375px;
    perspective: 1000px;
    margin: 0;
    padding: 0px;
}

.mainInner__modifier .guest__card {
    margin-bottom: 2em;
}

.guest__card--inner {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.guest__card:hover .guest__card--inner {
    transform: rotateY(180deg);
}

/* Front */
.guest__card--front {
    background: url(../images/guest-box-bg.png) no-repeat bottom center !important;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: var(--border-radius-One);
    overflow: hidden;
}

.guest__card--back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: var(--border-radius-One);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.guest__card--front {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guest__card--front img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 2em;
}

.guest__card--front .guest__card--name {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #333;
}

/* Back */
.guest__card--back {
    background: #f8f8f8;
    transform: rotateY(180deg);
    text-align: center;
    padding: 0px;
    position: relative;
}

.guest__card--back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-One);
}

.guest__card--back .guest__card--info {
    margin-top: 10px;
    position: absolute;
    z-index: 999;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2em 2em 0em 2em;
    width: 100%;
}

.guest__card--back h3 {
    font-size: 22px;
    color: #fff;
}

.guest__card--back p {
    font-size: 14px;
    color: #fff;
}

.Guest__modifier h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.Guest__modifier .quicktabs-tabs {
    margin-top: 1em;
    margin-bottom: 2em;
}

.Guest__modifier .quicktabs-tabs li a {
    color: var(--text-gray);
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.Guest__modifier .quicktabs-tabs li {
    padding: 7px 15px;
    margin: 0px;
}

.Guest__modifier .quicktabs-tabs li:hover,
.Guest__modifier .quicktabs-tabs li.active {
    background: var(--color-primary);
    padding: 7px 15px;
    font-size: 14px;
    position: relative;
    margin: 0px;
}

.Guest__modifier .quicktabs-tabs li:hover a {
    color: #fff;
}

.Guest__modifier .quicktabs-tabs li.active a {
    color: #fff;
}

.Guest__modifier .quicktabs-tabs li.active:after,
.Guest__modifier .quicktabs-tabs li:hover::after {
    position: absolute;
    color: var(--color-primary);
    font-size: 22px;
    z-index: 1;
    content: "\f04b";
    font-family: 'FontAwesome';
    bottom: -20px;
    transform: rotate(90deg);
    left: calc(50% - 5px);
}

.sponsors__modifier,
.media___modifier {
    background: #f6f6f6;
}

.Branding__listing {
    padding-top: 31px;
    padding-bottom: 31px;
}

.Branding__listing .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Branding__listing .owl-stage-outer .owl-stage .owl-item {
    background: #fff;
    width: 100%;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ccc;
}

.owl-carousel .owl-stage-outer {
    width: calc(100% - 5px);
}

.Branding__listing .owl-theme .owl-nav {
    margin-top: 0px !important;
    position: absolute;
    top: calc(50% - 20px);
    width: 100%;
}

.Branding__listing button.owl-prev {
    position: absolute;
    left: -19px;
}

.Branding__listing button.owl-next {
    position: absolute;
    right: -19px;
}

.Branding__listing h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0px;
}

.Branding__listing .owl-carousel .owl-item img {
    width: 70%;
    height: auto;
    margin: 0px auto;
}

.Branding__listing .owl-stage-outer .owl-stage .owl-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
}

/* Hover Effect */
.Branding__listing .owl-stage-outer .owl-stage .owl-item:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    z-index: 2;
}

.organization__modifier {
    background: url(../images/organization_bg.png) no-repeat !important;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    padding: 2em 0px 5em 0px;
}

.technical__modifier {
    background: url(../images/technical__bg.jpg) no-repeat !important;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    padding: 0em 0px;
    padding-bottom: 39px;
}

.technical__modifier .quicktabs-wrapper {
    display: flex;
    gap: 2em;
    align-items: stretch;
}

.technical__modifier .item-list ul.quicktabs-tabs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.technical__modifier .item-list {
    flex: 1 0 20%;
    background: #f5f5f5;
    padding-top: 1em;
    border-radius: var(--border-radius-One);
    height: auto;
    align-items: stretch;
}

.technical__modifier .quicktabs-main {
    background: #f5f5f5;
    padding: 21px 21px;
    flex: 1 0 80%;
    border-radius: var(--border-radius-One);
}

.News__modifier--aboutlist {
    padding-left: 33px;
}

.event-title p {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.News__modifier--aboutlist .custom__btn {
    margin-bottom: 28px;
    margin-top: 12px;
}

.News__modifier--aboutlist p {
    font-size: 15px;
    text-align: justify;
}

.technical__modifier ul.quicktabs-tabs li {
    padding: 8px 0px 8px 12px;
    margin: 0px 0px 0px 20px;
    position: relative;
    border: 2.5px solid transparent;
}

.technical__modifier ul.quicktabs-tabs li.active::after,
.technical__modifier ul.quicktabs-tabs li:hover::after {
    background: url(../images/active-arrow.png) no-repeat;
    position: absolute;
    right: -16.5px;
    top: 11.5px;
    z-index: 99;
    width: 16px;
    height: 19px;
    content: "";
    /* color: #fff;
    font-size: 22px;
    content: "\f04b";
    font-family: 'FontAwesome';
    transform: rotate(0deg);
    text-shadow:-1px -1px 0 #fff, 1px -1px 0 #000, -1px  1px 0 #000, 1px  1px 0 #000; */
}

.technical__modifier ul.quicktabs-tabs li.active,
.technical__modifier ul.quicktabs-tabs li:hover {
    background: #fff;
    border: 2.5px solid #b1aeae;
}

.technical__modifier ul.quicktabs-tabs li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    width: 100%;
    float: left;
}

/*accordions global*/
.ckeditor-accordion-container>dl dt>a,
.ckeditor-accordion-container>dl dt>a:not(.button) {
    padding: 10px 15px 10px 20px !important;
    background-color: #fff;
    color: var(--color-secondary);
    border-bottom: 0px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border-radius: var(--border-radius-One);
}

.ckeditor-accordion-container>dl {
    border: 0px;
    margin: 0px;
}

.ckeditor-accordion-container>dl dt {
    margin-bottom: 0.8em;
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:before,
.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle:after {
    background: var(--color-secondary) !important;
}

.ckeditor-accordion-container>dl dt>a>.ckeditor-accordion-toggle {
    right: 11px !important;
    left: auto !important;
}

.ckeditor-accordion-container>dl dt.active a,
.ckeditor-accordion-container>dl dt a:hover {
    background-image: var(--content-heading);
    color: #fff !important;
}

.ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle:before,
.ckeditor-accordion-container>dl dt.active>a>.ckeditor-accordion-toggle:after,
.ckeditor-accordion-container>dl dt>a:hover>.ckeditor-accordion-toggle:before,
.ckeditor-accordion-container>dl dt>a:hover>.ckeditor-accordion-toggle:after {
    background: #fff !important;
}

/*end accordions global*/
/*Listing*/
.content-listing1 {
    margin: 0.5em 0px;
    padding-left: 1em;
}

.content-listing1 li {
    list-style: disc;
    position: relative;
    padding: 5px 0px;
    font-size: 16px;
}

.content-listing1 li:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    content: "\f047";
    position: absolute;
    left: -18px;
    top: 9px;
    color: var(--color-secondary);
    display: none;
}

.locationIcon li:before {
    content: "\f041";
    font-size: 18px;
    top: 4px;
}

.locationIcon li {
    font-size: 14px;
}

/*End Listing*/
/*custom Publication*/
.pub__loop {
    width: calc(33.33% - 14px) !important;
    margin: 0px 0.5em;
}

.path-publications .pub__loop {
    width: calc(33.33% - 17px) !important;
}

.path-publications .publication__loop1 {
    padding: 2em 1em 2em 1em;
}

.pub__loop:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.publication__loop1 {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 1em 1em 1em;
    flex-direction: column;
}

.publication__loop2 {
    position: relative;
    overflow: hidden;
    height: 320px;
    width: 250px;
}

.publication__loop2 img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: absolute;
    top: 0px;
}

.public__wrapper {
    position: relative;
}

.public__wrapper:before {
    content: "";
    width: 80px;
    height: 150px;
    background: var(--color-primary);
    position: absolute;
    z-index: 0;
    top: -15px;
    left: -14px;
}

.public__wrapper::after {
    content: "";
    width: 80px;
    height: 150px;
    background: var(--color-primary);
    position: absolute;
    z-index: 0;
    bottom: -14px !important;
    right: -13px;
}

/*start Custom Button*/
.custom__btn {
    position: relative;
    padding-right: 2.9em !important;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    height: 44px;
    line-height: 32px;
    font-size: 16px;
    font-weight: 600;
}

.custom__btn:after {
    /* content: "\f175"; */
    font-family: 'FontAwesome';
    position: absolute;
    transform: rotate(357deg);
    right: 22px;
    top: 14px;
    color: #fff;
    font-size: 0px;
    background: url(../images/arrow3.svg) no-repeat;
    content: ".";
    width: 17px;
    height: 16px;
}

.custom__btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    /* light overlay */
    top: 0;
    left: -100%;
    transition: all 0.4s ease-in-out;
}

.custom__btn:hover::before {
    left: 0;
}

.custom__btn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-md {
    height: 36px;
    line-height: 23px;
    font-size: 14px;
}

/*END Custom Button*/
.publication__loop1 .custom__btn {
    margin-top: 35px !important;
}

.publication__loop1 a {
    color: #fff;
    list-style: none;
    text-decoration: none;
}

.gallery-box {
    display: flex;
    justify-content: center;
    width: calc(25% - 14px) !important;
    margin: 0px 7px;
}

.gallery-box .field-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.gallery-box .field-content:hover {
    transform: scale(1.02);
}

.region-homeslider {
    background-image: linear-gradient(to right, #4c3ca7, #ffffff);
}

.gallery-box .field-content img {
    width: 100%;
    height: 200px;
    /* Fixed height */
    object-fit: cover;
    /* Crops image but keeps aspect ratio */
    display: block;
    transition: transform 0.3s ease;
}

.gallery-box .field-content:hover img {
    transform: scale(1.05);
}

.contact__modifier {
    background: url(../images/contact-bg.png) no-repeat bottom -13px center !important;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    padding: 39px 0px 39px 0px;
}

.con--devider {
    gap: 1%;
}

.con--devider>div {
    flex: 1 0 33.33%;
    max-width: calc(33.33% - 1%);
}

.con--devider>div:nth-child(1),
.con--devider>div:nth-child(2) {
    flex: 1 0 28.33% !important;
    max-width: 29.33% !important;
}

.con--devider>div:nth-child(3) {
    flex: 1 0 40.33% !important;
    max-width: 40.33% !important;
    margin-top: 38px;
}

.contact__modifier--map iframe {
    width: 100%;
    height: 250px;
    border: 1px solid var(--color-primary);
    border-radius: var(--border-radius-One);
}

.contact__modifier--map .content {
    border-radius: 4px;
    border: 1px solid var(--color-primary);
}

.contact__modifier--map .content p {
    margin: 0px;
    padding: 0px;
    height: 250px;
}

.contact__modifier--map h2 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.contact__modifier h2.title2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-top: 12px;
}

.contact__modifier--contactUs .quicktabs-main {
    background: #fff;
    border-radius: var(--border-radius-One);
    padding: 1px 10px;
    border-top-left-radius: 0px;
    height: 208px;
    overflow-y: auto;
    overflow-x: hidden;
}

.item-list {
    padding: 0px;
    margin: 0px;
    height: 40px;
}

.contact__modifier--contactUs .item-list ul {
    margin: 0px;
    padding: 0px;
}

.contact__modifier--contactUs ul li {
    list-style: none;
}

.contact__modifier--contactUs .item-list ul li {
    background: #eeeeee;
    margin: 0px;
    padding: 11px 0px;
    line-height: 36px;
    border-right: 1px solid #ccc;
}

.contact__modifier--contactUs .item-list ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    padding: 5px 2em;
    line-height: 36px;
}

.contact__modifier--contactUs .item-list ul li:first-child {
    border-top-left-radius: var(--border-radius-One);
}

.contact__modifier--contactUs .item-list ul li:last-child {
    border-top-right-radius: var(--border-radius-One);
}

.contact__modifier--contactUs .quicktabs-main li.active {
    background: #fff;
}

.contact__modifier--contactUs .item-list ul li.active {
    background: #fff;
}

.path-contact .view-contact .views-row {
    display: flex;
    flex-wrap: wrap;
}

.path-contact .view-contact .views-row .views-field:nth-child(1),
.path-contact .view-contact .views-row .views-field:nth-child(2) {
    flex: 1 0 50%;
    position: relative;
    height: 100%;
    border: 2px solid #ddd;
}

.path-contact .view-contact .views-row .views-field:nth-child(1) {
    border-left: 0px !important;
}

.path-contact .view-contact .views-row .views-field:nth-child(2) {
    border-right: 0px !important;
}

.path-contact .view-contact .views-row .views-field:nth-child(3) {
    flex: 1 0 100%;
}

.path-contact .view-contact .views-row .views-field iframe {
    width: 100%;
    height: 300px;
}

.path-contact .view-contact .views-row .views-field p {
    margin-bottom: 0px;
}

.footer__modifier {
    background: url(../images/footer_bg.png) no-repeat top center;
    width: 100%;
    padding: 40px 0px 20px 0px;
    background-size: cover;
}

.footer__modifierSecond {
    background: #02062c;
    padding: 8px 0px;
}

.footer__modifier h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.footer__modifier .menu {
    margin: 0px;
    padding: 0px;
}

.footer__modifier .menu li {
    list-style: none;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}

.footer__modifier .menu li:before {
    background: url(../images/f-arrow.png) no-repeat left top;
    content: "";
    position: absolute;
    left: 2px;
    top: 11px;
    color: #fff;
    width: 18px;
    height: 14px;
    background-size: 70%;
}

.footer__modifier .menu li a {
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-size: 14px;
}

.footer__modifier .menu li a:hover {
    color: #ccc;
}

.footer__modifier .menu-toggle {
    display: none;
}

.contactUs--footer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    margin: 0px;
    padding: 0px;
}

.contactUs--footer li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.7;
    padding-bottom: 8px;
    color: #fff;
}

.contactUs--footer li i,
.contactUs--footer li svg {
    margin-top: 6px;
}

footer .contactUs--footer a {
    color: #fff;
    text-decoration: none;
}

.footer__modifierSecond p,
.visitor-counter h4 {
    font-size: 14px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.socialFooter {
    display: flex;
    gap: 12px;
    text-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1em;
}

.socialFooter a {
    background: #fff;
    width: 24px;
    float: left;
    height: 25px;
    font-size: 19px;
    border-radius: 2px;
}

.facebook,
.facebook:hover {
    color: #007aff;
}

.instagram,
.instagram:hover {
    color: #000;
}

.x-tweeter,
.x-tweeter:hover {
    color: #000;
}

.linkedin,
.linkedin:hover {
    background: #0076b3 !important;
    color: #fff;
}

.youtube,
.youtube:hover {
    color: #fe0000;
}

.socialFooter a {
    background: #fff;
    width: 30px;
    float: left;
    height: 30px;
    font-size: 22px;
    border-radius: 2px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .socialFooter a:hover{
    background-color:#ccc!important;
    color: #000;
} */
.socialFooter a img {
    width: 26px;
    height: 26px;
}

/*Fancy Gallery*/
.FancyGallery-wrapper {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.FancyGallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.FancyGallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 180px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.FancyGallery-item.tall {
    height: 100%;
    min-height: 560px;
    /* Tall image for center column */
}

.FancyGallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.FancyOverlay {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.FancyGallery-item:hover .FancyOverlay {
    transform: translateY(0);
}

.thirdCol .FancyGallery-item {
    height: 278px;
}

.FancyGallery-column.thirdCol img {
    height: 278px;
}

.bannerInner--modifier {
    background: #3D3898;
    background: linear-gradient(90deg, rgba(61, 56, 152, 1) 0%, rgba(117, 114, 191, 1) 50%, rgba(178, 176, 234, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-position: center center;
    overflow: hidden;
}

.bradcum__area {
    width: 100%;
    padding: 15px 0px;
    text-align: center;
    margin-top: 2em;
}

.bradcum__area div {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.bradcum__area .grid-full {
    display: flex;
}

.bradcum__area .breadcrumb,
.bradcum__area .breadcrumb .breadcrumb__content {
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerInner--modifier h2 {
    width: 100%;
    font-size: 30px !important;
    font-family: var(--font-primary) !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem !important;
    color: #fff !important;
    position: relative;
    max-width: 100%;
    font-weight: 600;
    text-align: center;
}

.bradcum__area .breadcrumb__list {
    font-size: 16px;
}

.bradcum__area .breadcrumb__list .breadcrumb__link,
.bradcum__area .breadcrumb__list .breadcrumb__item {
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
}

.breadcrumb__item {
    display: inline-block;
}

.bradcum__area .breadcrumb__list .breadcrumb__link {
    text-decoration: underline;
}

.bradcum__area,
.bradcum__area a {
    color: #fff;
    text-decoration: none;
}

.bradcum__area li {
    font-size: 17px;
    font-weight: 600;
}

.breadcrumb li:first-child::before {
    display: none !important;
}

.Guest__modifier.mainInner__modifier {
    background: var(--color-darkGray);
}

.publication__modifier {
    padding: 0px;
}

.pub-home {
    padding: 2em 0px !important;
}

.mainInner__modifier {
    padding: 2em 0px;
    min-height: calc(100vh - 500px);
}

/*circle Design*/
.circle-image-container {
    position: relative;
    display: inline-block;
    margin: 0px;
}

.circle-image-container img {
    display: block;
    width: 100%;
    height: auto;
}

.circle-image {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #f3ffe4;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.circle-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle1 {
    width: 425px;
    height: 425px;
    top: 28px;
    left: 20px;
    border: 10px solid #6e68d8 !important;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}

.circle2 {
    width: 155px;
    height: 155px;
    top: 132px;
    left: 412px;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #f3ffe4;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
}

.circle3 {
    width: 232px;
    height: 232px;
    top: 237px;
    left: 287px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #f3ffe4;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    position: absolute;
}

/*End Circle Design*/
.aboutus--sec {
    padding-bottom: 3em;
}

.aboutus--sec p {
    text-align: justify;
}

/*Brand Box*/
.brand--box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.brand--box2 {
    width: 16.66%;
    padding: 10px;
    box-sizing: border-box;
}

.brand--box2 .field-content {
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.brand--box2 .field-content img {
    max-width: 90%;
    max-height: 90%;
    height: auto;
    width: auto;
    object-fit: contain;
    display: block;
}

/*END*/
/*News Box*/
.news-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}

.news-card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
    /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.news-card:hover {
    /* transform: translateY(-8px); */
    /* box-shadow: 0 15px 30px rgba(0,0,0,0.1); */
}

.news-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.publish-date {
    font-size: 14px;
    color: #888;
    margin-bottom: 20px;
}

.download-btn a {
    display: inline-block;
    padding: 10px 20px;
    background-image: var(--content-heading);
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.download-btn a {
    color: #fff;
    text-decoration: none;
}

.download-btn a:hover {
    background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
    transform: scale(1.05);
}

.download-btn a:active {
    transform: scale(0.98);
}

.news--box1 {
    display: flex;
    gap: 30px;
}

.news--box2 {
    width: calc(50% - 15px) !important;
    margin-bottom: 30px;
}

/*End News Box*/
.contact__modifier--contactUs .table-responsive::-webkit-scrollbar,
.News__modifier--aboutlist .view-events::-webkit-scrollbar {
    width: 6px;
}

.contact__modifier--contactUs .table-responsive::-webkit-scrollbar-track,
.News__modifier--aboutlist .view-events::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

.contact__modifier--contactUs .table-responsive::-webkit-scrollbar-thumb,
.News__modifier--aboutlist .view-events::-webkit-scrollbar-thumb {
    background: #2277d2;
    border-radius: 5px;
}

.contact__modifier--contactUs .table-responsive::-webkit-scrollbar-thumb:hover,
.News__modifier--aboutlist .view-events::-webkit-scrollbar-thumb:hover {
    background: #0b437f;
}

.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #2277d2;
    border-radius: 5px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #0b437f;
}

.contact__modifier--contactUs .quicktabs-main .table-responsive {
    padding-bottom: 1em;
}

.bannerInner--modifier .page-title,
.bannerInner--modifier .page-title span {
    padding: 0px 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}

/*stitemap*/
.custom__tree,
.custom__tree ul,
.custom__tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.custom__tree {
    margin: 0 0 1em;
    text-align: center;
    width: 100%;
}

.custom__tree,
.custom__tree ul {
    display: table;
}

.custom__tree ul {
    width: 100%;
}

.custom__tree li {
    display: table-cell;
    padding: .5em 0;
    vertical-align: top;
}

.custom__tree li:before {
    outline: solid 1px #666;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.custom__tree li:first-child:before {
    left: 50%;
}

.custom__tree li:last-child:before {
    right: 50%;
}

.custom__tree code,
.custom__tree span {
    border: solid .1em #666;
    border-radius: .2em;
    display: inline-block;
    margin: 0 .2em .5em;
    padding: .2em .5em;
    position: relative;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.9em;
}

.custom__tree code:hover,
.custom__tree span:hover {
    background: var(--color-info);
}

.custom__tree ul:before,
.custom__tree code:before,
.custom__tree span:before {
    outline: solid 1px #666;
    content: "";
    height: .5em;
    left: 50%;
    position: absolute;
}

.custom__tree ul:before {
    top: -.5em;
}

.custom__tree code:before,
.custom__tree span:before {
    top: -.55em;
}

.custom__tree>li {
    margin-top: 0;
}

.custom__tree>li:before,
.custom__tree>li:after,
.custom__tree>li>code:before,
.custom__tree>li>span:before {
    outline: none;
}

a.home-frist span:before {
    display: none !important;
}

/*END Sitemap*/
.contact__modifier--contactUs .contactUs--footer li,
.contact__modifier--contactUs .contactUs--footer li a {
    color: #000 !important;
    text-decoration: none;
}

.contact__modifier--contactUs .table-responsive {
    height: 188px;
    overflow-y: auto;
}

.contact__modifier--contactUs .table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}

.technicalBox {
    background: #fff;
    padding: 19px;
    margin-top: 29px;
}

.contact__modifier--contactUs .content-listing1.locationIcon li {
    position: relative;
    padding-left: 3px;
}

.content-listing1.locationIcon li::before {
    content: ".";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background: url(../images/location3.svg) no-repeat center top;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 0px;
    margin-top: 4px;
}

footer .contactUs--footer li:nth-child(1):before {
    content: "+";
    background: url(../images/location2.svg) no-repeat;
    width: 32px;
    height: auto;
    float: left;
    margin-top: 12px;
    color: transparent;
}

footer .contactUs--footer li:nth-child(2):before {
    content: "+";
    background: url(../images/email2.svg) no-repeat;
    width: 23px;
    height: auto;
    float: left;
    margin-top: 4px;
    color: transparent;
}

footer .contactUs--footer li:nth-child(3):before {
    content: "+";
    background: url(../images/phone2.svg) no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 0px;
    color: transparent;
}

.technicalPaper {
    background: #fff;
    padding: 19px 19px 19px 36px;
    margin-top: 29px;
}

#quicktabs-tabpage-technical_paper-0 div:nth-child(2) {
    background: #fff;
    padding: 19px 19px 19px 10px;
    margin-top: 29px;
}

.technicalPaper ul li::marker,
#quicktabs-tabpage-technical_paper-0 div:nth-child(2) ul li::marker {
    font-size: 10px;
}

.technicalPaper ul li a,
.technicalPaper ul li {
    color: #211C84;
    font-size: 16px;
    font-weight: 400;
}

/*Registration Fee design*/
.registration-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 19px 18px;
    background: #fff;
    margin-top: 29px;
}

.mainInner__modifier .registration-container,
.mainInner__modifier .technicalPaper,
.mainInner__modifier .view-id-exhibition .view-content {
    padding: 0px;
    margin: 0px;
}

.registration-container .reg-card {
    background: url(../images/reg-bg.svg) bottom center no-repeat;
    background: #f9fdf9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    width: calc(25% - 8px);
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.mainInner__modifier .registration-container .reg-card {
    margin-bottom: 10px;
}

.registration-container .reg-card h3 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
    min-height: 28px;
}

.registration-container .reg-card h3 span {
    font-weight: normal;
    font-size: 12px;
    color: #333;
    font-weight: 700;
}

.registration-container .date-section {
    background: #f2f2f2;
    padding: 3px 0px;
    margin-bottom: 5px;
}

.registration-container .date-section2 {
    margin: 0px;
    padding: 0px;
}

.date-section p {
    margin-bottom: 0px;
}

.date-section2 p {
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 0px;
}

.registration-container .date-section strong {
    color: #2d2da2;
    display: block;
    font-size: 12px;
}

.registration-container ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
}

.registration-container ul li span {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}

.registration-container ul li {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-size: 14px;
    color: #333;
}

.registration-container .coming-soon {
    color: green;
    font-weight: 500;
    padding-left: 13px;
    font-size: 12px;
}

.registration-container .register-btn {
    background: #1a167a;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.registration-container .register-btn:hover {
    background: #000066;
}

.registration-container .custom__btn {
    height: 36px !important;
    line-height: 23px !important;
    font-size: 14px !important;
}

.registration-container .custom__btn:after {
    top: 12px;
    width: 16px;
    height: 15px;
    background-size: 91%;
}

.registration-container .custom__btn :after {
    right: 19px !important;
    top: 12px !important;
    background-size: 83% !important;
}

.view-header h2.title2 {
    margin-bottom: 0px !important;
}

/*awards*/
.AwardsGallery {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 19px 14px 7px 14px;
}

.AwardsGallery .views-field-title {
    display: none;
}

.AwardsGallery .gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 300px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.AwardsGallery .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.AwardsGallery .gallery-item:hover img {
    transform: scale(1.1);
}

.AwardsGallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.AwardsGallery .gallery-item:hover .overlay {
    opacity: 1;
}

.AwardsGallery .title {
    margin-bottom: 20px;
    transform: translateY(30px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.AwardsGallery .title a {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    float: left;
    text-decoration: none;
    line-height: 1.7;
}

.AwardsGallery .gallery-item:hover .title {
    transform: translateY(0);
    opacity: 1;
}

.awards__loop--modifier {
    width: calc(33.33% - 17px) !important;
    margin: 0px 8px;
    margin-bottom: 13px;
}

/*Video Gallery*/
.global--gallery {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    border: 1px solid #d8d7d7;
}

.global--gallery h4 {
    color: #000 !important;
    text-decoration: none;
    line-height: 1.3;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.global--gallery h4 a {
    color: #000 !important;
    text-decoration: none;
    line-height: 1.4;
    text-align: left;
}

.global--gallery h4 {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.image-galleryOne {
    grid-template-columns: repeat(1, 1fr);
    overflow: hidden;
}

.image-galleryOne .image-box {
    width: 100%;
    margin: 0px auto;
}

.image-box {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-box:hover {
    transform: scale(1.1);
}

.video-main {
    position: absolute;
    display: inline-block;
    top: 13%;
    z-index: 99;
    left: 5%;
}

.video-main .video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: rgb(251, 31, 31);
    z-index: 999;
    display: none;
}

.fa-play:before {
    content: "\f04b";
    font-family: var(--font-awesome);
    font-size: 30px;
}

.thumbVidoesImg {
    position: absolute;
    z-index: 999;
    bottom: 0px;
    right: 0px;
    width: 100px;
    border-top: 3px solid #fff;
    overflow: hidden;
    border-left: 3px solid #fff;
}

.global--gallery img {
    width: 100%;
}

.global--gallery h4 {
    color: #000 !important;
    text-decoration: none;
    line-height: 1.4;
    text-align: left;
}

.global--gallery .video-main {
    top: 0px !important;
    left: 0px !important;
}

.view-id-exhibition .view-content {
    background: #fff;
    padding: 19px 14px 5px 14px;
}

.exhibition-gallery {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 106px 106px 107px;
    gap: 10px;
    max-width: 100%;
    margin: auto;
}

.exhibition-gallery a:nth-of-type(1),
.exhibition-gallery a:nth-of-type(2),
.exhibition-gallery a:nth-of-type(3) {
    grid-column: 1;
}

.exhibition-gallery a:nth-of-type(1) {
    grid-row: 1;
}

.exhibition-gallery a:nth-of-type(2) {
    grid-row: 2;
}

.exhibition-gallery a:nth-of-type(3) {
    grid-row: 3;
}

.exhibition-gallery a:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1 / span 3;
    width: 400px;
    height: 340px;
}

.exhibition-gallery a:nth-of-type(5) {
    grid-column: 3;
    grid-row: 1 / span 2;
    height: 165px;
}

.exhibition-gallery a:nth-of-type(6) {
    grid-column: 3;
    grid-row: 2;
    height: 165px;
    margin-top: 59px;
}

/* Ensure images fill their container */
.exhibition-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*Hover Zoom Effect*/
.global--gallery:hover .image-box img,
.image-box:hover img {
    transform: scale(1.1);
    transition: transform 0.5s ease;
}

.image-box img {
    transition: transform 0.5s ease;
    /* smooth effect on hover out */
    display: block;
    width: 100%;
    height: auto;
}

.nccb-header {
    text-align: center;
}

.nccb-header h4 {
    color: #003399 !important;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0px;
    line-height: 1 !important;
}

.nccb-header p {
    color: #003399;
    font-size: 8px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 0px;
}

.scroll-to-top {
    position: fixed;
    bottom: 42px;
    right: 11px;
    padding: 0;
    font-size: 13px;
    background-color: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    z-index: 999;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
}

.no-arrow {
    padding-right: 1.5rem !important;
}

.no-arrow:after {
    display: none;
}

/*Contact Us Details*/
.map-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: -40px auto 0px;
    max-width: 100%;
    border-radius: 20px;
    z-index: 10;
    position: relative;
}

.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a237e;
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 100%;
}

.contact-box {
    background: #f0f2f8;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}

.contact-box:hover {
    background: #e8eaf6;
    transform: translateY(-5px);
}

.contact-box i,
.contact-box svg {
    font-size: 32px;
}

.contact-box h4 {
    font-size: 18px;
    font-weight: 600;
    padding-top: 14px;
}

.contact-box p {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 1.6;
    padding-top: 5px;
}

/*END Contact Us*/
.path-committee .views-field-field-committee-image {
    text-align: center;
}

.path-committee .views-field-field-committee-image img {
    width: 42px;
    height: 42px;
    border-radius: 6px;
    border: 1px solid var(--color-primary);
}

.path-committee table.views-table tr th:first-child,
.path-committee table.views-table table tr td.views-field-counter {
    text-align: center !important;
}

/*PDF SYstem*/
.repeatSystem {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    flex-wrap: wrap;
}

.repeatSystem .repeatSystem__inner {
    max-width: calc(25% - 15px) !important;
}

.repeatSystem .pdf-card {
    background: #fff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.repeatSystem .pdf-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.pdf-card .pdfIcon svg {
    font-size: 2.5em;
    color: #e48181;
}

.repeatSystem .pdf-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.repeatSystem .download-btn {
    padding: 10px 20px;
    font-size: 15px;
    border: none;
    background: #0066ff;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.repeatSystem .download-btn:hover {
    background: #004dc1;
}

.new-class {
    margin-top: 200px;
}

/*Gallery 2*/
.gallery2 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    max-width: 1200px;
    width: 100%;
}

.gallery-item2 {
    flex: 1 0 25%;
    width: calc(100%) !important;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    height: 250px;
}

.gallery-item2 .views-field-title {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    background: #000;
    min-height: 42px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.gallery-item2 img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
    background-size: 100%;
    min-height: 250px;
}

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

@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.responsive-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    padding: 20px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/*Map*/
.map-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60vh;
}

.map-panel {
    flex: 1 1 50%;
    position: relative;
    height: 100%;
    border: 2px solid #ddd;
}

.map-panel iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map-title,
.path-contact .view-contact .views-row .views-field .views-label {
    padding: 7px 20px;
    font-size: 17px;
    font-weight: 600;
    background: #3f3e3e;
    color: white;
    width: 100%;
    display: flex;
}

/*Regula Content*/
.regular-text-card {
    background: #fff;
    max-width: 100%;
    margin: auto;
}

.regular-text-card h2 {
    font-size: 1.6rem;
    color: #1e3a8a;
    border-bottom: 2px solid #e0e7ff;
    padding-bottom: 0.5rem;
    margin-top: 2rem;
}

.regular-text-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.regular-text-card ul {
    list-style: none;
    padding-left: 0;
}

.regular-text-card ul li {
    background: #eff6ff;
    padding: 0.8rem 1rem;
    margin: 0.5rem 0;
    border-left: 5px solid #3b82f6;
    border-radius: 8px;
    font-weight: 500;
}

.regular-text-card a {
    color: #2563eb;
    text-decoration: none;
    font-weight: bold;
}

.regular-text-card a:hover {
    text-decoration: underline;
}

.policy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-list li {
    display: flex;
    align-items: flex-start;
    background: #f1f5f9;
    margin-bottom: 1rem;
    padding: 1rem 1.2rem;
    border-left: 5px solid #3b82f6;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.05);
    transition: background 0.3s ease;
}

.policy-list li:hover {
    background: #e0f2fe;
}

.policy-text svg {
    font-size: 22px;
}

.policy-text p {
    margin: 0px;
}

.policy-icon {
    font-size: 1.5rem;
    color: #3b82f6;
    margin-right: 1rem;
    flex-shrink: 0;
}

.policy-text {
    color: #374151;
    line-height: 1.5;
}

.policy-text strong {
    display: block;
    color: #111827;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.node--type-exhibition .field--type-image {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 30px;
}

.node--type-exhibition .field--type-image .field__item {
    width: calc(24% - 15px);
    flex: 1 0 24%;
    height: 250px;
    overflow: hidden;
}

.node--type-exhibition .field--type-image .field__item img {
    width: 100%;
    min-height: fit-content;
    height: 100%;
}

.paraHeading {
    background: #eff6ff;
    padding: 0.8rem 1rem;
    margin: 0.5rem 0;
    border-left: 5px solid #3b82f6;
    border-radius: 8px;
    font-weight: 500;
}

#technical_Scroll.technical__modifier .paraHeading {
    background: none !important;
    padding: 0px !important;
    margin: 0px 0px 20px 0px !important;
    border-left: 0px !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
}

/*Static Page Design*/
.static-page1 {
    border-radius: 16px;
    padding: 0px;
    max-width: 100%;
    margin: 0px auto;
    /* box-shadow: 0 10px 30px rgba(0,0,0,0.08); */
    color: #2c3e50;
    line-height: 1.7;
}

.static-page1 h4 {
    color: var(--color-info);
    margin-bottom: 20px;
    font-size: 1.6em;
    border-left: 5px solid var(--color-info);
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: 600;
}

.static-page1 p {
    margin: 0 0 15px;
    font-size: 16px;
}

.static-page1 ul {
    padding-left: 20px;
    margin-top: 10px;
}

.static-page1 ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    list-style: none;
}

.static-page1 ul li:last-child,
.static-page1 ul {
    margin-bottom: 0px;
}

.static-page1 ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #28a745;
    font-weight: bold;
}

.static-page1 h4+h4 {
    font-size: 1.3em;
    color: #d35400;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

.static-page1 strong {
    color: #000;
}

/*SiteMap*/
.path-sitemap .sitemap-item {
    background: #fdfdfd;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    border-left: 4px solid #ccc;
}

.path-sitemap .sitemap-item:last-child {
    margin-bottom: 0px !important;
}

.path-sitemap .sitemap-item h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 0.5rem;
}

.path-sitemap .sitemap-item ul {
    list-style: none;
    margin: 0;
    padding-left: 1.5rem;
    position: relative;
}

.path-sitemap .sitemap-item ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 2px;
    height: 100%;
    background: #ccc;
}

.path-sitemap .sitemap-item li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.8rem;
}

.path-sitemap .sitemap-item li::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 0;
    width: 1rem;
    height: 2px;
    background: #ccc;
}

.path-sitemap .sitemap-item a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    color: var(--color-info);
    font-weight: 500;
    transition: all 0.2s ease;
    background-color: #f9f9f9;
    border: 1px solid transparent;
}

.path-sitemap .sitemap-item a:hover {
    background-color: var(--color-info);
    color: white;
    border-color: var(--color-info);
}

.path-sitemap .sitemap-item svg {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    fill: currentColor;
}

/*Search Result Page*/
.path-search .item-list {
    padding: 2rem;
    background: #f9f9f9;
    display: contents;
}

.path-search .search-results {
    list-style: none;
    padding: 0;
    margin: 0;
}

.path-search .search-results li {
    background: #ffffff;
    border-left: 5px solid var(--color-info);
    border-radius: 8px;
    padding: 1rem 1.5rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin-left: 0px;
}

.path-search .search-results li:not(:last-child) {
    margin-bottom: 1.5rem;
}

.path-search .search-results li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.path-search .search-result__title {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.path-search .search-result__title a {
    text-decoration: none;
    color: var(--color-info);
    transition: color 0.3s ease;
}

.path-search .search-result__title a:hover {
    color: var(--color-info);
}

.path-search .search-result__snippet-info {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

.path-search .search-result__snippet strong {
    color: #222;
    font-weight: bold;
}

.path-search .search-result__info {
    font-style: italic;
    color: #999;
    margin-top: 0.5rem;
}

/* Search Form Wrapper */
.path-search .search-form {
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    max-width: 600px;
    margin: 0 auto 2rem auto;
    text-align: center;
}

.path-search .mainInner__modifier h2 {
    text-transform: capitalize;
    margin-bottom: 1em;
    position: relative;
    padding-left: 32px;
}

.path-search .mainInner__modifier h2::before {
    content: "\f002";
    font-family: var(--font-awesome);
    font-size: 24px;
    position: absolute;
    left: 0px;
}

.path-search .search-help-link {
    display: inline-block;
    padding: 0.6rem 3rem 0.6rem 1.2rem;
    background-image: var(--content-heading);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px rgba(0, 119, 204, 0.2);
    text-transform: capitalize;
    position: relative;
}

.path-search .search-help-link:after {
    content: "\f05a";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 19px;
}

.path-search .search-help-link:hover {
    background: linear-gradient(135deg, #005fa3, #00a4d6);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 119, 204, 0.3);
}

.custom__QRCode {
    margin-right: 10px;
}

.custom__QRCode img {
    width: auto;
    height: 45px;
}

.footer--cirtificate img {
    width: 52px;
    height: auto;
    margin: 0px 1px;
}

.viskit--bharat {
    width: 100%;
    color: #fff;
    font-size: 11px;
    padding-top: 4px;
    margin-bottom: 0px;
}

/*Programme Page*/
.path-programme fieldset.fieldgroup {
    width: 100%;
}

.path-programme .view-filters .fieldset-wrapper {
    width: 100%;
    margin: 0px auto;
    min-height: 50px;
    overflow-x: auto;
}

.path-programme .view-programm legend {
    display: none;
}

.path-programme .view-filters .fieldset-wrapper .form-radios {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #e0e0e0;
    overflow-x: auto;
    cursor: pointer;

}

.path-programme .view-filters .fieldset-wrapper .form-radios::-webkit-scrollbar {
    height: 5px;
}

.path-programme .view-filters .fieldset-wrapper .form-radios::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--color-primary);
    border-radius: 4px;
}

.path-programme.view-filters .fieldset-wrapper .form-radios::-webkit-scrollbar-thumb {
    background: #2277d2;
    border-radius: 4px;
}

.path-programme .view-filters .fieldset-wrapper .form-radios::-webkit-scrollbar-thumb:hover {
    background: #0b437f;
}

.path-programme .view-filters .fieldset-wrapper .form-radios .form-item {
    position: relative;
    background: #f4f4f4;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    margin: 0px;
    border-radius: 0px;
    white-space: nowrap;
    cursor: pointer;
}

.path-programme .view-filters .fieldset-wrapper .form-radios .form-item:not(:last-child) {
    border-right: 1px solid #cfcfcf;
}

.path-programme .view-filters .fieldset-wrapper .form-radios .form-item.active {
    background: var(--color-info) !important;
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.3);
}

.path-programme .view-filters .fieldset-wrapper .form-radios .form-item label.option {
    display: block;
    padding: 0.6rem 1.2rem;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s;
    border-radius: 0px;
    cursor: pointer;
}

.path-programme .view-filters .fieldset-wrapper .form-radios .form-item label.option:hover,
.path-programme .view-filters .fieldset-wrapper .form-radios .form-item label.option:focus,
.path-programme .view-filters .fieldset-wrapper .form-radios .form-item label.option:focus-visible {
    background: var(--color-info);
    outline: none;
    color: #fff !important;
    box-shadow: 0 0 0 2px #007BFF55;
}

.path-programme .view-filters .fieldset-wrapper input[type="radio"]:checked+label {
    background: var(--color-info);
    color: #fff !important;
}

.path-programme .view-filters .fieldset-wrapper .form-radios .form-item.active label.option {
    color: #fff;
}

.path-programme .view-filters .fieldset-wrapper input[type="radio"] {
    display: none;
}

#block-rvs-quicktabsprogramme h2:nth-child(1) {
    display: none;
}

/*ajay rai Program*/
/*Programme Tab Content Event First Step*/
.path-programme .view-programm .view-content {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.path-programme .view-programm .view-content h3 {
    position: relative;
    flex: 0 1 100% !important;
    max-width: 100% !important;
    margin: 1em 0 1em 0;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding-bottom: 0.5em;
    background: linear-gradient(to right, #e66465, #9198e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.path-programme .view-programm .view-content h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #e66465, #9198e5);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.path-programme .view-programm .view-content h3:hover::after {
    width: 120px;
}

.path-programme .view-programm .Event__row {
    flex: 1 0 100%;
    max-width: calc(100%);
}

.path-programme .view-programm .event-schedule {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
}

.path-programme .view-programm .event-schedule h3 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #ddd;
    padding-bottom: 0.5rem;
    color: #222;
}

.path-programme .view-programm .event {
    background: #f9f9f9;
    border-left: 5px solid #004aad;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.path-programme .view-programm .event:hover {
    background-color: #eef6ff;
    border-color: #007bff;
    transform: translateY(-2px);
}

.path-programme .view-programm .event-type {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 0.3rem;
}

.path-programme .view-programm .event-type a {
    color: #004aad;
    text-decoration: none;
}

.path-programme .view-programm .event-type a:hover {
    text-decoration: underline;
}

.path-programme .view-programm.event-time {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0.3rem;
}

.path-programme .view-programm .event-hall {
    font-size: 0.95rem;
    color: #888;
    font-style: italic;
}

/*Programme Inner Pages Second Step*/
article.programArticle__modifier {
    color: #1d1d1d;
    background: #faf5f5;
    border-radius: 12px;
    padding: 2rem 2rem 2rem 2rem;
    max-width: 100%;
    margin: 0px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.programArticle__modifier .node-title {
    font-size: 2.2rem;
    color: #2a2a2a;
    border-bottom: 3px solid #0077cc;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
    text-transform: capitalize;
}

.programArticle__modifier .field--name-field-chair-person {
    margin-bottom: 1rem;
}

.programArticle__modifier .field--name-field-chair-person .field__label {
    font-weight: 600;
    color: #000;
    font-size: 22px;
    margin-bottom: 0.3rem;
}

.programArticle__modifier .field--name-field-chair-person .field__item {
    font-size: 1.1rem;
    color: #222;
}

.programArticle__modifier .field--name-field-time-programme {
    background-color: #eef7ff;
    padding: 1rem;
    border-left: 4px solid #0077cc;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.programArticle__modifier .field--name-field-time-programme .field__label {
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.programArticle__modifier .field--name-field-time-programme time {
    font-weight: bold;
    color: var(--color-info);
    font-size: 1.1rem;
}

.programArticle__modifier .field-hall,
.programArticle__modifier .field-event-type {
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    background-color: #dff0d8;
    color: #3c763d;
    font-weight: 600;
}

.programArticle__modifier .field--name-field-key-note,
.programArticle__modifier .field--name-field-presentation {
    background-color: #fff9f0;
    border-left: 4px solid #ffaa33;
    padding: 1rem;
    border-radius: 6px;
    margin-top: 1rem;
}

.programArticle__modifier .field--name-field-key-note .field__label,
.programArticle__modifier .field--name-field-presentation .field__label {
    font-weight: 700;
    color: #aa6600;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.programArticle__modifier .paragraph--type--key-note-with-author {
    margin-top: 1rem;
}

.programArticle__modifier .field--name-field-key-note a,
.programArticle__modifier .field--name-field-presentation a {
    color: #cc6600;
    font-weight: 600;
    text-decoration: none;
}

.programArticle__modifier .field--name-field-key-note a:hover,
.programArticle__modifier .field--name-field-presentation a:hover {
    text-decoration: underline;
}

.programArticle__modifier .field--name-field-speaker-key .field__label,
.programArticle__modifier .field--name-field-presentation .field__label {
    margin-top: 0.5rem;
    font-weight: 600;
    color: #555;
}

.programArticle__modifier .field--name-field-speaker-key a,
.programArticle__modifier .field--name-field-presentation a {
    font-weight: 600;
    color: #0077cc;
}

.field-other {
    margin: 10px 0px;
}

.page-node-type-key-note .field--name-field-speaker .field__item a {
    padding: 4px 20px;
    background: var(--color-primary);
    color: #fff;
    margin: 0px 10px;
    border-radius: 6px;
    float: left;
}

.page-node-type-key-note .field--name-field-speaker .field__item a:hover {
    background: var(--color-info-hover);
    text-decoration: none;
}

.field--name-field-speaker {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
}

/*Programme Profile Third Step*/
.AuthorProgram__modifier {
    max-width: 800px;
    margin: 0px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.AuthorProgram__modifier header {
    /* background: linear-gradient(135deg, #007BFF, #00C4FF); */
    background: #f6f4f4;
    color: white;
    padding: 1rem;
    text-align: center;
}

.AuthorProgram__modifier .node-title {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.AuthorProgram__modifier .content {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    gap: 2rem;
    align-items: flex-start;
}

.AuthorProgram__modifier .field-profile-image img {
    border-radius: 50%;
    border: 4px solid var(--color-info);
    width: 180px;
    height: 180px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.AuthorProgram__modifier .field {
    flex: 1 1 100%;
}

.AuthorProgram__modifier .field__label {
    font-size: 0.9rem;
    font-weight: bold;
    color: #555;
    /* margin-bottom: 0.5rem; */
    text-transform: uppercase;
}

.AuthorProgram__modifier .field__item {
    font-size: 1rem;
    color: #222;
}

.AuthorProgram__modifier .field--name-field-email .field__item {
    color: var(--color-info);
    font-weight: 500;
}

.AuthorProgram__modifier .field--name-field-papers .field__items {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.AuthorProgram__modifier .field--name-field-papers .field__item a {
    background: #f1f5f9;
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.AuthorProgram__modifier .field--name-field-papers .field__item a:hover {
    background-color: var(--color-info);
    color: #fff;
}

.AuthorProgram__modifier .field--name-field-profile-image .field__label {
    display: none;
}

.node--type-programme {
    background: #fffaf5;
    border-radius: 10px;
    padding: 1.5rem;
    margin: 0px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border-left: 6px solid #f28c28;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
}

.node--type-programme .node-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0c0c2d;
    margin-bottom: 1rem;
    border-bottom: 2px solid #1976d2;
    padding-bottom: 0.4rem;
}

.field_time,
.field--name-field-time-presentation .field__item:nth-child(2) {
    font-size: 1rem;
    font-weight: 600;
    color: #5f5f5f;
    background: #eaf5ea;
    display: inline-block;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    margin: 1rem 0;
}

.field--name-field-time-presentation .field__item:nth-child(1) {
    display: none;
}

.field--name-field-speaker {
    margin-top: 1.5rem;
}

.field--name-field-speaker .field__label {
    font-weight: 700;
    color: #555;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.field--name-field-speaker .field__item a {
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 600;
    color: #0077cc;
}

.field--name-field-speaker .field__item a:hover {
    text-decoration: underline;
}

.field--type-file {
    font-size: 1rem;
    color: #222;
    margin: 1rem 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.field--type-file .file {
    padding-left: 0px;
}

.field--type-file a {
    background: #f1f5f9;
    color: #333;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    display: inline-block;
    list-style: none;
}

.field--type-file a:hover {
    background-color: var(--color-info);
    color: #fff;
    text-decoration: none;
    list-style: none;
}

.field--type-file a:hover {
    text-decoration: underline;
}

.path-search #searchBoxOpen .search-form {
    padding: 0px !important;
    margin: 0px !important;
}

.email2 {
    position: relative;
    margin-left: 22px;
}

.email2::after {
    background: url(../images/email2.svg) no-repeat;
    width: 18px;
    position: absolute;
    left: -22px;
    content: "";
    height: 18px;
    top: 4px;
}

.newOne {
    background-color: red;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    animation: blinkText 1s infinite;
    font-size: 11px !important;
    font-weight: 600 !important;
}

.newsIcon {
    flex: 1 0 46px;
    text-align: center;
}

.newsData {
    display: flex;
    flex-direction: column;
    flex: 1 0 calc(100% - 60px);
}

/*cms*/
.coming-wrap {
    width: 100%;
    text-align: center;
    padding: 0;
    border-radius: 18px;
    position: relative;
    overflow: visible;
}

h2.comming-soon {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-size: 2em;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 16px;
    color: transparent;
    /* we use background-clip for gradient text */
    background-image: linear-gradient(90deg, var(--accent1), var(--accent2) 35%, var(--accent3) 65%, var(--accent4));
    -webkit-background-clip: text;
    background-clip: text;
    text-transform: uppercase;
    transform: translateZ(0);
    /* create own layer for smoother animation */
    filter: drop-shadow(0 10px 20px rgba(79, 160, 255, 0.06));
}

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

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}

h2.comming-soon {
    animation: floaty 4s ease-in-out infinite;
    background: #211C84;
    color: #fff;
    width: auto !important;
}

h2.comming-soon::after {
    content: '';
    position: absolute;
    inset: 0;
    left: -35%;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.28) 50%, rgba(255, 255, 255, 0.18) 55%, transparent 100%);
    transform: skewX(-20deg);
    mix-blend-mode: screen;
    pointer-events: none;
    animation: shine 2.8s linear infinite;
    border-radius: 16px;
}

@keyframes shine {
    0% {
        left: -45%
    }

    100% {
        left: 130%
    }
}

h2.comming-soon::before {
    content: '';
    position: absolute;
    right: -32px;
    bottom: -6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent2);
    box-shadow:
        12px 0 0 0 var(--accent3),
        24px 0 0 0 var(--accent4);
    transform-origin: center;
    animation: pulseDots 1.2s infinite steps(3);
}

@keyframes pulseDots {
    0% {
        opacity: 0.25;
        transform: translateY(0) scale(0.85)
    }

    50% {
        opacity: 1;
        transform: translateY(-6px) scale(1.05)
    }

    100% {
        opacity: 0.25;
        transform: translateY(0) scale(0.85)
    }
}

.underline__new {
    height: 8px;
    width: 60%;
    max-width: 250px;
    margin: 18px auto 0;
    border-radius: 999px;
    background: #5488dd;
    position: relative;
    overflow: hidden;
}

.underline__new::after {
    content: '';
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #211C84;
    filter: blur(8px);
    transform: skewX(-10deg);
    animation: sweep 2.2s cubic-bezier(.2, .9, .27, 1) infinite;
}

@keyframes sweep {
    0% {
        left: -100%
    }

    50% {
        left: 30%
    }

    100% {
        left: 110%
    }
}

@media (max-width:520px) {
    .coming-wrap {
        padding: 36px 18px;
        border-radius: 12px;
    }

    .underline__new {
        width: 80%
    }
}

/*Tabbings horizontal*/
form.views-exposed-form.bef-exposed-form .form-radios.form--inline {
    display: flex;
    justify-content: start;
    margin: 20px 0 0px 0px;
}

form.views-exposed-form.bef-exposed-form .form-radios .form-radio {
    display: none;
}

form.views-exposed-form.bef-exposed-form .form-radios .option {
    display: inline-block;
    padding: 7px 24px;
    background: #f3f4f6;
    border-radius: 10px 10px 0 0;
    border: 2px solid var(--color-primary);
    border-bottom: none;
    cursor: pointer;
    font-weight: 600;
    color: #1d4ed8;
    transition: all 0.3s ease;
    min-width: 120px;
    text-align: center;
}

form.views-exposed-form.bef-exposed-form .form-radios .option:hover {
    background: #e0e7ff;
    color: #000;
}

form.views-exposed-form.bef-exposed-form .form-radios .form-radio:checked+.option {
    background: var(--color-primary);
    color: #fff;
    border-color: #2f2a9a;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

form.views-exposed-form.bef-exposed-form #edit-actions-views_exposed_form {
    text-align: center;
    margin-top: 20px;
}

form.views-exposed-form.bef-exposed-form #edit-submit-views_exposed_form {
    background: #1d4ed8;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

form.views-exposed-form.bef-exposed-form #edit-submit-views_exposed_form:hover {
    background: #2563eb;
}

.path-committee .view-content {
    border: 2px solid var(--color-primary) !important;
    padding: 1em !important;
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.field--name-field-event-date-main {
    background-color: #f0f8ff;
    /* light blue background */
    border-left: 4px solid #007bff;
    /* blue left border */
    padding: 10px 15px;
    border-radius: 4px 0 0 4px;
    font-weight: bold;
    color: #000;
    width: fit-content;
    margin-bottom: 2em;
}

.field--name-field-chair-person-author .field__item {
    font-weight: 600 !important;
    color: #0077cc !important;
}

.guest__card--info {
    background: url('https://nccbm.demosl-04.rvsolutions.in/themes/rvs/images/shade.png');
    background-size: 100% 100%;
}



/* custum css for overriding*/
.headinginfoText li {
    margin-bottom: 5px;
}

.headinginfoText li:nth-child(1) {
    font-size: 18px !important;
}

.region-homeslider {
    background-image: linear-gradient(to right, #211c84, #ffffff);
}

.footer__modifier {
    background: var(--color-primary);
}

.login_full_outer {
    background: #e3e3e3 !important;
}

.bannerInner--modifier {
    background: #211c84;
    background: linear-gradient(90deg, rgba(61, 56, 152, 1) 0%, rgb(61 56 152) 50%, rgb(33 28 132) 100%);
}

table tr td {
    font-size: 14px;
    height: 57px;
}

.globallisting__one .newsInner .newsIcon img {
    width: 60px !important;
}

/* .view-display-id-page_1.view-contact .views-row{
    display: block !important;
} */
/* .views-field.views-field-field-pre-conference-map {
    width: 50%;
    float: left;
}
.views-field.views-field-field-conference-map {
    width: 50%;
    float: left;
    margin-top: 2px;
} */

.view-id-contact.view-display-id-page_1 .views-field {
    border: none !important;
}

.mapContainer {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.map-conatiner1 {
    width: 50%;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.map-conatiner1 iframe {
    width: 100%;
    height: 250px;
}

.map-conatiner1 h4 {
    font-size: 18px;
    background-color: #333333;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.map-conatiner2 {
    width: 50%;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.map-conatiner2 iframe {
    width: 100%;
    height: 250px;
}

.map-conatiner2 h4 {
    font-size: 18px;
    background-color: #333333;
    color: #ffffff;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}

.container-fluid.highlighted__modifier.Branding__listing {
    background-color: #211c84;
    padding-top: 73px;
    padding-bottom: 0;
    font-size: 14px;
    color: #ffffff;
}

.container-fluid.highlighted__modifier.Branding__listing .news-item a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 20px;
}

.view-specific-contact.view-specific-contact {
    margin-top: 35px !important;
    padding: 0px 15px !important;
}

section.container-fluid.News__modifier.pt-5 {
    margin-top: 0 !important;
}

.aboutus--sec.top-90 {
    margin-top: 90px;
}

.headinginfoText li:nth-child(3) {
    font-size: 12px !important;
}

.publication__loop1 .publication-title {
    text-align: left;
    font-size: 18px;
    margin-top: 15px;
    font-weight: 600;
}

@media screen and (max-width: 991px) {
    .mapContainer {
        margin-top: 0px;
        padding: 20px;
        display: block;
    }

    .map-conatiner1 {
        margin-bottom: 15px;
        width: 100%;
    }

    .map-conatiner1 iframe {
        width: 100%;
        height: 200px;
    }

    .map-conatiner2 {
        margin-bottom: 15px;
        width: 100%;
    }

    .map-conatiner2 iframe {
        width: 100%;
        height: 200px;
    }

    .Branding__listing {
        background-color: #211c84;
        padding-top: 83px;
        padding-bottom: 0;
        font-size: 14px;
        color: #000000;

    }

    .sidebar li>ul.submenu:before {
        display: none;
    }

    .sidebar li>ul.submenu:after {
        display: none;
    }

    .aboutus--sec.top-90 {
        margin-top: 0;
    }
}

@media screen and (min-width: 1400px) and (max-width: 2200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px !important;
    }
}

@media screen and (min-width: 1368px) and (max-width: 1800px) {
    .public__wrapper.public__wrapper::after {
        bottom: -16px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .publication__loop2 {
        width: 100% !important;
        height: 368px !important;
    }

    .public__wrapper::after {
        bottom: 20px !important;
    }
}

.next-iccc a {
    color: #e0ff04;
    /* change to your preferred color */
    font-weight: bold;
    animation: blink 1s infinite;
    /* 1s per cycle, repeats forever */
    margin-left: 8px;
    font-size: 16px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pubViewAll {
    float: right;
    position: relative;
    top: -40px;
}

.quicktabs-tabpage h2.node__title {
    position: relative;
    top: 15px;
}

.publication__loop1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.publication__loop1 .public__wrapper {
    width: 100%;
}

.publication__loop2 img {
    border: 1px solid #b0b0b063;
}

.view-publication-2023 .publication__loop1 .custom__btn {
    margin-top: 20px !important;
}

.static-page1 ul li {
    text-align: justify;
}

.policy-text p {
    text-align: justify;
}

.node__content.clearfix.details-page-content p {
    text-align: justify;
}

.regular-text-card p {
    text-align: justify;
}

@media only screen and (min-width: 1200px) {
    .view-publication-2023 .public__wrapper::after {
        bottom: -13px !important;
    }

    section.container-fluid.mainInner__modifier .publication__loop1 .public__wrapper {
        width: 90% !important;
    }

    section.container-fluid.mainInner__modifier .publication__loop1 .public__wrapper::after {
        bottom: -12px !important;
    }

    h2.comming-soon {
        margin-top: 40px;
    }

    #quicktabs-container-publication_tab .publication__loop2 img {
        height: 367px !important;
    }

    #quicktabs-container-publication_tab .public__wrapper::after {
        bottom: -13px !important;
    }

}

.globallisting__two--item2 .event-title p {
    margin-bottom: 6px;
}

.last_update {
    color: white;
}

.col-md-12.col-lg-12.aboutus--sec.top-90 .h1 {
    margin-top: 30px;
}


table thead tr th:nth-child(1),
table.table tbody tr td:nth-child(1) {
    min-width: auto !important;
    text-align: center !important;
}

.views-table.views-view-table.cols-3 tr td:nth-child(1) {
    text-align: center !important;
}

table.views-table.views-view-table.cols-3 th {
    font-size: 14px !important;
}

@media only screen and (max-width: 768px) {
    .next-iccc a {
        font-size: 10px;
    }

    .email2 {
        position: relative;
        margin-left: 50px;
        font-size: 12px !important;
    }

    .bef-exposed-form.bef-exposed-form .form--inline>.form-item {
        float: inline-start !important;
    }

    form.views-exposed-form.bef-exposed-form .form-radios .option {
        font-size: 12px;
        padding: 7px 10px;
        height: 70px;
    }

    .publication__loop1 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .public__wrapper::after {
        position: absolute;
        z-index: 0;
        bottom: -14px !important;
        right: -95px;
    }

    footer .contactUs--footer li:nth-child(1):before {
        margin-top: 0 !important;
    }

    footer .contactUs--footer li:nth-child(1):before {
        width: 22px;
        height: 25px;
        float: left;
        margin-top: 12px;
        color: transparent;
    }

    form.views-exposed-form.bef-exposed-form .form-radios.form--inline {
        overflow-x: scroll !important;
        max-width: 400px;
    }

    /* .menu-section--modifier .menu li.menu-item--active-trail a {
        color: #201e1e !important;
    }

    .menu-section--modifier .menu li.menu-item--active-trail {
        background: #211c8400 !important;
    } */
    /* #block-rvs-main-menu li.menu-item.menu-item--active-trail:nth-child(8) {
        background-color: #ffffff !important;
    }

    #block-rvs-main-menu#block-rvs-main-menu .menu-section--modifier .menu li.menu-item--active-trail .is-active {
        color: #ffffff !important;
    }

    .menu-section--modifier .menu li.menu-item--active-trail a {
        color: #222222 !important;
    } */
}