@import url("inner-one.css");
@import url("dashboard.css");

/*  UIAM - 02031998 Start*/
body,
p,
span,
a,
li,
div,
h1, h2, h3, h4, h5, h6, table, th, td, b,
button,
input,
textarea,
select {
     font-family: var(--font-family-Roboto);
}
ol li {
  list-style: none;
  counter-increment: item;
}

ol li::before {
content: counter(item) ". ";
     margin-top: 3px;
    margin-right: 8px;
    font-size: 15px;
    float: left;
}
:root{
    --font-Georgia-Regular: Georgia, "Times New Roman", serif;}
@media(max-width:1199px){
  :root{
      --font-72: 6.2rem;
      --font-62: 5.2rem;
      --font-52: 4.2rem;
      --font-48: 3.8rem;
      --font-42: 3.6rem;
      --font-36: 2.8rem;
      --font-34: 2.6rem;
      --font-30: 2.4rem;
      --font-26: 2.1rem;
      --font-24: 1.8rem;
      --font-21: 1.6rem;
      --font-18: 1.4rem;
      --font-16: 1.3rem;
      --font-15: 1.3rem;
      --font-14: 1.2rem;
      --font-13: 1.1rem;
      --font-12: 1rem;
      --font-11: 0.9rem;
      --font-10: 0.9rem;
      --line-height-36: 2.8rem;
      --line-height-35: 2.7rem;
      --line-height-30: 2.4rem;
      --line-height-26: 2.1rem;
      --line-height-24: 1.8rem;
      --line-height-23: 1.7rem;
      --line-height-21: 1.6rem;
      --line-height-18: 1.4rem;
      --line-height-17: 1.4rem;
  }
  h1 {font-size: 3rem;line-height: 3.8rem;}
  h2 {font-size: 2.6rem;line-height: 3.4rem;}
  h3 {font-size: 2.4rem;line-height: 3.2rem;}
  h4 {font-size: 2.1rem;line-height: 2.6rem;}
  h5 {font-size: 1.8rem;line-height: 2.4rem;}
  h5 {font-size: 1.6rem;line-height: 2.1;}
  .container{padding-inline: 2.5rem;}
  .more_btn {font-size: 1.4rem;line-height: 2.1rem;padding-bottom: .5rem;}
}
body { font-family: var(--font-family-Roboto);}
@media(max-width:330px){ .container{padding-inline: 1.5rem;}}

p {font-size: var(--font-18); line-height: var(--line-height-26);}
p:empty{display: none !important;}

.border-top{border-top: 0.1rem solid rgb(112 112 112 / 20%);}
.border-bottom{border-bottom: 0.1rem solid rgb(112 112 112 / 20%);}

.table-responsive{ overflow-x: auto;-webkit-overflow-scrolling: touch;}
table{width: 100%;caption-side: bottom;border-collapse: collapse;}
table>thead{vertical-align: middle;    filter: drop-shadow(0px 6px 9px #00000029);}
table>tbody>tr:has(th){background-color: var(--color-24); vertical-align: middle;}
table>tbody>tr>th{ font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-ff);font-weight: 500;padding-block: 1.7rem;padding-inline: 1.9rem;text-align: left;}
table>thead>tr>td{ background-color: var(--color-f6);font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-23);font-weight: 500;padding-block: 1.7rem;padding-inline: 1.7rem;font-family: var(--font-family-Roboto);text-align: left;}
table>thead>tr>th{ background-color: var(--color-24);font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-ff);font-weight: 500;padding-block: 1.7rem;padding-inline: 1.7rem;font-family: var(--font-family-Roboto);text-align: left;}
table>thead>tr>th:first-child{padding-left: 2.7rem;}
table>thead>tr>th:last-child{padding-right: 2.7rem;}
table>tbody>tr{ border-top: 1rem solid #f9f5f5;}
table>tbody>tr>td{background-color: var(--color-ff);vertical-align: top;font-size: var(--font-18);line-height: var(--line-height-24); color: rgb(35 35 35 / 89%);font-weight:400; padding-block: 1.7rem;padding-inline: 1.9rem; font-family: var(--font-family-Roboto);border-right: .1rem solid rgb(35 35 35 / 20%);}
table>tbody>tr>th{ background-color: var(--color-24);font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-ff);font-weight: 500;padding-block: 1.7rem;padding-inline: 1.7rem;font-family: var(--font-family-Roboto);text-align: left;}
table>tbody>tr>td:first-child{padding-left: 2.7rem;}
table>tbody>tr>td:last-child{border-right: 0;padding-right: 2.7rem;}
table>tbody>tr>td p{font-size: var(--font-18);line-height: var(--line-height-24);margin-bottom: 0.5rem;}
table>tbody>tr>td p:last-of-type{margin-bottom: 0;}
table>tfoot>tr>td{background-color: var(--color-ff); vertical-align: top;font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-23);font-weight:600;padding-block: 1.7rem;padding-inline: 1.9rem;font-family: var(--font-family-Roboto);border-right: .1rem solid rgb(35 35 35 / 20%);}
table>tfoot>tr>td:first-child{padding-left: 2.7rem;}
table>tfoot>tr>td:last-child{border-right: 0;}
table>tfoot>tr{ border-top: 1rem solid #f9f5f5;}



/* Event Area Start */
.inner_breadcrumb:has(.event_filter){display: flex;align-items: center;gap: 2rem 3rem;justify-content: space-between;}
.event_filter{display: flex;flex-shrink: 0;gap: .8rem;align-items: center;}
.event_filter.event_filterInner{margin-bottom: 3rem;    justify-content: end;}
.event_filter .form-group{display: flex;gap: .8rem;align-items: center;}
.event_filter label{font-size: var(--font-16);line-height: var(--line-height-24);font-family: var(--font-family-Roboto);font-weight: 400;color: var(--color-23);flex-shrink: 0;}
.event_filter select{padding: 1rem 1.5rem; padding-right: 3.5rem;border: none; background-color: var(--color-ff);font-size: var(--font-16);line-height: var(--line-height-24);font-family: var(--font-family-Roboto);font-weight: 400; color: var(--color-23);}
.event_grid{position: relative;display: grid;grid-template-columns: repeat(2, 1fr);gap: 3.1rem 3.2rem;padding-bottom: 9rem;}
.event_bx{position: relative;padding-bottom: 2rem;border-bottom: .1rem solid var(--color-77);display: flex;flex-direction: column;}
.event_bx figure{margin-bottom: 2rem;}
.event_caption{display: flex;flex-direction: column;justify-content: space-between;height: 100%; padding-inline: 1.5rem;}
.event_caption h6{font-size: var(--font-18);line-height: var(--line-height-26);font-family: var(--font-family-Roboto);color: var(--color-24);margin-bottom: 2rem;}
.event_caption ul{padding: 0; margin-bottom: 0;}
.event_caption ul>li{display: flex;gap: 1.5rem;margin-bottom: 1rem;list-style: none;font-size: var(--font-16);line-height: var(--line-height-24);font-family: var(--font-family-Roboto);color: var(--color-23);font-weight: 400;}
.event_caption ul>li:last-child{margin-bottom: 0;}
.event_caption ul>li>img{width: 1.3rem;}
.inner-header-banner .micrositeRight{margin-top: 0rem;}
.micrositeRight{margin-block: 4rem;}
.headerLeftLink{display: flex;gap: 1rem;padding: 0;margin: 0;}
.headerLeftLink>li{list-style: none;}
.headerLeftLink>li>a{font-size: var(--font-24);line-height: var(--line-height-28); background: #00246e;color: var(--color-ff); display: inline-block;font-weight: normal;gap: 0.5rem;padding: 1rem 1.5rem;transition: all .5s ease;border-radius: 0px 0px 10px 10px;}
.headerLeftLink>li>a:hover{color: var(--color-ff);background-color: var(--color-77);}
.event_detail table{width: 100% !important;}
.event_detail table img{width: 100% !important;height: auto !important;}
.event_detail span#ContentPlaceHolder1_lblshort{font-size: var(--font-18);line-height: var(--line-height-26);}
.inner_right:has(.event_grid){padding-bottom: 7rem;}
.events_registrationPg{padding-bottom: 5rem;}
.participantType{margin-top: 3rem;}
.participantType>ul{    padding: 0;margin: 0;}
.participantType>ul>li{list-style: none;background-color: var(--color-24); width: 49%; margin-right: 10px; float: left;margin-bottom: 10px;border-radius: 10px;}
.participantType>ul>li:hover{    color: var(--color-ff);
    background-color: var(--color-77);}
.participantType>ul>li>a {font-size: var(--font-24);line-height: var(--line-height-28);color: var(--color-ff);display: block;font-weight: normal;gap: 0.5rem;padding: 2rem 1.5rem;transition: all .5s ease;}
/* ul.member-list.pagination_list{margin-bottom: 5rem;} */
.part-fee{padding: 1.5rem;background-color: var(--color-77);font-size: var(--font-16);color: var(--color-ff); margin-block: 3rem;}



@media(max-width:1650px){
  table>tbody>tr>td:first-child {padding-left: 1.7rem;}
  table>tbody>tr>td{padding-inline: 1.7rem;}
  table>tfoot>tr>td:first-child{padding-left: 1.7rem;}
}
@media(max-width:767px){
  table>thead>tr>th:first-child {padding-left: 1.2rem;}
  table>thead>tr>th{padding-block: 1rem;padding-inline: 1rem;}
  table>tbody>tr>td:first-child {padding-left: 1.2rem;}
  table>tbody>tr>td{padding-block: 0.8rem;padding-inline: 1rem;}
  table>tfoot>tr>td:first-child{padding-left: 1.2rem;}
  .category-cust {
    width: 100%!important;
}
.table-wrapper.table-custom {
   width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
}
.accordion-tabs {display: none;}
.accordion-tabs :focus {outline: none;}
.accordiontab-item {margin-bottom: 1rem;}
.accordion-item__label {display: flex;justify-content: space-between;gap: 1rem;position: relative;font-size: var(--font-18);line-height: var(--line-height-26);background-color: var(--color-77);cursor: pointer;padding: 1rem 1.5rem;color: var(--color-ff);font-weight: 400;font-family: var(--font-family-Roboto);transition: all .5s ease;border: none;}
.accordion-item__label:after {content: '\F282';font-family: bootstrap-icons !important;font-size: var(--font-15);font-weight: 600;}
.accordion-item__label.active:after {content: '\F286';}
.accordion-item__container { height: 0;overflow: hidden;transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;opacity: 0;}
.accordion-item__container.active {padding-top: 1.5rem;height: auto; opacity: 1;}

@media (max-width: 767px) {
  .accordiontab-item {animation: none;opacity: 1;}
}
@media (min-width: 767px) {
  .accordion-tabs {display: inline-flex;margin-bottom: 3rem;}
  .accordion-tabs .accordion-tab {font-size: var(--font-18);line-height: var(--line-height-26);background-color: var(--color-ff);padding: 1rem 1.5rem;color: var(--color-23);font-weight: 400;font-family: var(--font-family-Roboto);margin-right: 1rem;transition: all .5s ease;border: none;}
  .accordion-tabs .accordion-tab:hover {color: var(--color-ff);background-color: var(--color-77);}
  .accordion-tabs .accordion-tab.active {color: var(--color-ff);background-color: var(--color-77);}
  .accordiontab-item {display: none;border: none;background: transparent;margin-bottom: 0;}
  .accordiontab-item .accordion-item__label{display: none;}
  .accordion-item__label, .accordion-item__container {padding: 0;transition: inherit;}
  .accordion-item__label {margin-bottom: 1.5rem;}
  .accordiontab-item.accordion-active {display: block;}
  .accordion-item__container.active {padding: 0;}
  .accordiontab-item.accordion-active>.accordion-item__container {padding-top: 1.5rem;height: auto; opacity: 1;}
}

.inner_main{position: relative;background-color: var(--color-f9);z-index: 1;}
.inner_main::before{content: '';top: 0;left: 0;width: 17%;height: 100%;position: absolute;mix-blend-mode: darken;background: url(../images/innerbg.webp);background-size: contain;background-repeat: no-repeat;background-position: top left;z-index: -1;}
.inner_main>.container-fluid{padding-inline: 4% 4.5%;}
.inner_menu{padding-block: 6rem; padding-inline: 4.5rem;background-color: var(--color-ff);border-bottom-left-radius: 5rem;max-width: 89.77%; margin-bottom: 3rem;}
.inner_menu>h4{font-size: var(--font-24);line-height: var(--line-height-36);color: var(--color-24);margin-bottom: 5rem;}
.inner_menu>ul{padding: 0;margin: 0;}
.inner_menu>ul>li{list-style: none;margin-bottom: 1.5rem;}
.inner_menu>ul>li:last-child{margin-bottom: 0;}
.inner_menu>ul>li a{display: block; font-size: var(--font-18);line-height: var(--line-height-26);
  /* font-family: var(--font-Georgia-Regular); font-family: var(--font-family-IBM);*/
  font-weight: normal;color: var(--color-23);}
.inner_menu>ul>li.active>a{color: var(--color-77);/*font-family: var(--font-Georgia-Bold);*/}
.inner_menu>ul>li a:hover{color: var(--color-77);}
.inner_menu>ul>li>ul{padding: 0; }
.inner_menu>ul>li ul{margin-top: 1rem; }
.inner_menu>ul>li ul>li{list-style: none; margin-bottom: 1rem;}
.inner_menu>ul>li ul>li:last-child{ margin-bottom: 0;}
.inner_menu>ul>li>ul li a{position: relative;padding-left: 1.5rem;font-size: var(--font-18);line-height: var(--line-height-23); }
.inner_menu>ul>li>ul li a::before{content: '\F285';position: absolute;font-family: bootstrap-icons !important;font-size: var(--font-11);font-weight: 600;left: 0;color: var(--color-77);}
.inner_menu>ul>li>ul li a.active{color: var(--color-77);/*font-family: var(--font-Georgia-Bold);*/}
.inner_right{padding-left: 1.4rem;background-color: var(--color-f9);}
.inner_breadcrumb{position: relative;padding-block: 5.9rem 4rem;margin-bottom: 5rem;z-index: 1; display: flex;gap: 2rem; flex-wrap: wrap;}
.inner_breadcrumb::before{content: '';bottom: 0;left: 0;width: 100%;height: .2rem;position: absolute;mix-blend-mode: darken;background: url(../images/inner-line.svg) no-repeat bottom center / cover;z-index: -1;}
.inner_breadcrumb>h1{font-size: var(--font-30);line-height: var(--line-height-36);color: var(--color-24);margin-bottom: 0;}
.breadcrumb_menu{padding: 0;margin: 0;display: flex; width: 100%;justify-content: end;}
.breadcrumb_menu>li{position: relative; list-style: none;margin-right: 1.5rem;padding-right: 1.5rem;font-size: var(--font-18);line-height:1;color: var(--color-23);}
.breadcrumb_menu>li>a{font-size: var(--font-14);line-height:1;color: var(--color-23);font-weight: 400;}
.breadcrumb_menu>li>a:hover{color: var(--color-24);}
.breadcrumb_menu>li:not(:last-child)::after{content: '/';position: absolute;right: 0;top: 50%;transform: translateY(-50%);font-size: var(--font-18);}
.breadcrumb_menu>li:last-child{padding-right: 0;margin-right: 0;font-weight: 500;}
@media(max-width:1799px){
  .inner_menu{max-width: 100%;padding-block: 4rem;padding-inline: 3.6rem;}
  .inner_menu>h4{margin-bottom: 3rem;}
  .inner_right {padding-left: 3rem;}    
  .inner_breadcrumb{padding-block:1.5rem 3rem;margin-bottom: 3rem;}
}
@media(max-width:1450px){
  .inner_main::before{width: 20%;}
}

@media (max-width: 1299px) {
  .inner_right {padding-left: 1.5rem;}
  .headerLeftLink>li>a{font-size: var(--font-18);}
}
@media(max-width:1199px){
  .inner_menu{padding-block: 2rem 4rem;padding-inline: 1.6rem;}
  .inner_menu>h4{margin-bottom: 2rem;}
  .inner_breadcrumb{padding-block: 2rem 2rem;margin-bottom: 2rem;}
  .inner_breadcrumb>h1{font-size: 3rem;line-height: 3.8rem;}
}

@media(max-width:767px){
  .breadcrumb_menu{justify-content: start;}
  .breadcrumb_menu>li{margin-right: 1rem;padding-right: 1rem;}
  .inner_breadcrumb::before{height: .1rem;}
  .inner_main::before{display: none;}
  .inner_right {padding-left: 0;}
  .inner_breadcrumb{flex-direction: column;}
}
/* Breadcrumb Area End */

/* About Area Start */
.about_sec{padding-bottom: 5rem;}
.about_sec>h4{color: var(--color-23);margin-bottom: 5rem;padding-right: 12%;}
.about_sec>h4>*{}
.about_sec>h4>strong{/*font-family: var(--font-Georgia-Bold);*/}
.about_sec>p:last-of-type{margin-bottom: 0;}
.about_sec> ul{margin-top: 3rem;}
@media(max-width:1799px){
  .about_sec{padding-bottom: 4rem;}
  .about_sec>h4{margin-bottom: 3rem;padding-right: 5%;}
}
@media(max-width:767px){
  .about_sec>h4{margin-bottom: 2rem;padding-right: 0%;}
}
/* About Two Area Start */
.about_secTwo{padding-block: 4.8rem;border-block: .1rem solid rgb(0 0 0 / 30%);}
.about_secTwo .abtTwo_left{max-width: 17rem;margin: auto;height: 100%;display: flex;align-items: center;}
.about_secTwo .abtTwo_left>img{ mix-blend-mode: darken;width: 100%;}
.about_secTwo .abtTwo_right{padding-left: 8.5rem;}
.about_secTwo .abtTwo_right>p:last-of-type{margin-bottom: 0;}
@media(max-width:1799px){
  .about_secTwo {padding-block: 3.4rem;}
  .about_secTwo .abtTwo_right {padding-left: 3.8rem;}
  .about_secTwo .abtTwo_left {max-width: 13.7rem;}
}
@media(max-width:1199px){
  .about_secTwo {padding-block: 2.4rem;}
  .about_secTwo .abtTwo_left{ max-width: 11.7rem;}
  .about_secTwo .abtTwo_right {padding-left: 0;}
}
@media(max-width:767px){
  .about_secTwo .abtTwo_left{max-width: 9.7rem;}
  .about_secTwo .abtTwo_right>p{text-align: center;}
}
/* About Three Area Start */
.about_secThree{display: grid;grid-template-columns: 50% 50%;margin-block: 8.3rem 7rem;border-radius: 5rem 0rem 5rem 0;overflow: hidden;}
.expo_left{background-color: var(--color-ff);padding: 5rem 4rem;text-align: center; display: flex;flex-direction: column;justify-content: center;}
.expo_left>figure{max-width: 18rem;margin-inline: auto;margin-bottom: 3.5rem;}
.expo_left>p{font-size: var(--font-18);line-height: var(--line-height-30);}
.expo_left>p:last-of-type{margin-bottom: 0;}
.expo_right>figure, .expo_right>figure>img, .expo_right>img{height: 100%;object-fit: cover;}
.expo_right.right_img img {
    object-fit: fill;
   
}
@media(max-width:1799px){
  .about_secThree {margin-block: 6.3rem 5rem;}
  .expo_left{ padding: 3rem 4rem;}
  .expo_left>figure {max-width: 13.7rem;margin-bottom: 2.5rem;}
}
@media(max-width:1199px){
  .about_secThree {margin-block: 4.3rem 3rem;}
  .expo_left{ padding: 2rem 2rem;}
  .expo_left>figure {max-width: 10.7rem;margin-bottom: 1.5rem;}
}
@media(max-width:767px){
  .about_secThree{margin-block: 3.3rem 2rem;grid-template-columns: auto;}
  .mobility_logo{padding-block: 1.3rem;padding-inline: 1.3rem;}
  .mobility_logo>img{height: 6rem;}
}
/* About Four Start */
.about_secFour{position: relative;background-color: var(--color-ff);padding-block: 5.9rem 4.6rem;margin-bottom: 5rem;}
.about_secFour>h6{text-align: center; padding-inline: 2rem;font-size: var(--font-18);line-height: var(--line-height-26);font-family: var(--font-family-Roboto);font-weight: 600;color: var(--color-23);}
.about_secFour>p{padding-inline: 3.8rem;}
.about_secFour>p:last-of-type{margin-bottom: 0;}
.mobility_grid{display: grid;grid-template-columns: repeat(3, 1fr);padding-right: 3.7rem;margin-block: 3.2rem 4.6rem;}
.mobility_logo{border-right: .1rem solid rgb(35 35 35 / 20%);border-bottom: .1rem solid rgb(35 35 35 / 20%);padding-block: 2.3rem;padding-inline: 2.3rem;}
.mobility_logo:nth-child(3n){border-right:0;}
.mobility_logo:nth-child(4), 
.mobility_logo:nth-child(5), 
.mobility_logo:nth-child(6){border-bottom:0;}
.mobility_logo>img{height: 8.8rem; object-fit: contain; transition: all .5s ease;}
.mobility_logo:hover>img{transform: scale(1.05);}
@media(max-width:1799px){
  .about_secFour{padding-block: 4.9rem 3.6rem;}
  .mobility_grid{padding-right: 2.7rem;margin-block: 2.2rem 3.6rem;}
  .mobility_logo>img{height: 7rem;}
  .about_secFour>p {padding-inline: 2.5rem;}
}
@media(max-width:767px){
  .about_secFour{padding-block: 2.9rem 2.6rem;margin-bottom: 3rem;}
  .mobility_logo{padding-block: 1.3rem;padding-inline: 1.3rem;}
  .mobility_logo>img{height: 6rem;}
}
@media(max-width:375px){
  .mobility_grid{grid-template-columns: repeat(2, 1fr);padding-right: 1rem;margin-block: 2.2rem 2.6rem;} 
  .mobility_logo:nth-child(2n){border-right: 0;border-bottom: .1rem solid rgb(35 35 35 / 20%);}
  .mobility_logo:nth-child(3n) {border-right: .1rem solid rgb(35 35 35 / 20%); }
  .mobility_logo:last-child{border-bottom: 0;border-right: 0;}
  .about_secFour>p{ padding-inline: 1.5rem;}
}
/* About Area End */


/* Office Bearers Area Start */
.bearer_bx{margin-bottom: 2.6rem;display: grid;grid-template-columns: 65% 35%;grid-auto-flow: column dense;padding-inline: 5rem;overflow: hidden;}
.bearer_bx:nth-child(1){background: url(../images/bearerbg1.webp) no-repeat center / cover;}
.bearer_bx:nth-child(2){background: url(../images/bearerbg2.webp) no-repeat center / cover;}
.bearer_bx:nth-child(3){background: url(../images/bearerbg3.webp) no-repeat center / cover;}
.bearer_bx:nth-child(odd){border-bottom-right-radius: 5rem;}
.bearer_bx:nth-child(odd)>.bearer_figure{padding-left: 1rem;}
.bearer_bx:nth-child(even)>.bearer_figure{padding-right: 1rem;}
.bearer_bx:nth-child(even){border-bottom-left-radius: 5rem;grid-template-columns: 35% 65%;}
.bearer_bx:nth-child(odd)>.bearer_caption{ padding-right: 6rem;}
.bearer_bx:nth-child(even)>.bearer_caption{ padding-left: 8rem;    order: 1;}
.bearer_bx:last-child{margin-bottom: 0;}
.bearer_caption{padding-block: 6.4rem 6rem;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.bearer_caption>h5{margin-bottom: 2.9rem;color: var(--color-24);line-height: 1.2;font-family: var(--font-family-IBM);}
.bearer_caption>p{margin-bottom: 0rem;font-weight: 300;font-style: italic;color: var(--color-23); font-family: var(--font-family-IBM);}
.bearer_caption>p>strong{font-weight: 700;font-style: normal;}
.bearer_caption>p:last-of-type{margin-bottom: 0;}
.bearer_figure{height: 100%;display: flex;justify-content: end;align-items: end;}
.bearer_figure>img{mix-blend-mode: darken;}

@media(max-width:1799px){
  .bearer_bx{padding-inline: 2.5rem;margin-bottom: 1.6rem;}
  .bearer_bx:nth-child(odd)>.bearer_caption {padding-right: 4rem;}
  .bearer_bx:nth-child(even)>.bearer_caption {padding-left: 5rem;}
  .bearer_caption>h5{margin-bottom: 1.9rem;}
  .bearer_caption>p{margin-bottom: 0rem;}
}

@media(max-width:1199px){
  .bearer_bx{padding-inline: 1.5rem;}
  .bearer_bx:nth-child(odd) {border-bottom-right-radius: 3rem;}
  .bearer_bx:nth-child(even) {border-bottom-left-radius: 3rem;}
  .bearer_caption{padding-block: 3rem;}
  .bearer_bx:nth-child(odd)>.bearer_caption {padding-right: 2rem;}
  .bearer_bx:nth-child(even)>.bearer_caption{padding-left: 3rem;}
  .bearer_caption>h5 {margin-bottom: 1rem;}
}

@media(max-width:767px){
  .bearerlarge {gap: .5rem;display: grid;grid-template-columns: repeat(2, 1fr);}
  .bearer_bx{display: flex;flex-direction: column;}
  .bearer_bx:nth-child(even){flex-direction: column-reverse;}
  .bearer_bx:nth-child(odd)>.bearer_caption {padding-right: 0;}
  .bearer_bx:nth-child(even)>.bearer_caption {padding-left: 0;}
  .bearer_figure{height: auto;}
  .bearer_bx:nth-child(odd)>.bearer_figure {padding-left: 0;}
  .bearer_caption{justify-content: start;padding-block: 2rem;height: auto;}
}
@media(max-width:480px){
  .bearerlarge {grid-template-columns: repeat(1, 1fr);}
}
/* Office Bearers Area End */
.bearerSmall{position: relative;padding-block: 7rem 8.1rem;}
.bearerSmall>h4{margin-bottom: 3.8rem;}
.presipast_grid{ display: grid;grid-template-columns: repeat(4, 1fr);gap: 6.5rem 3.2rem;}
.presi_bx{position: relative;}
.presi_bx>figure{margin-bottom: 1.8rem;overflow: hidden;border-top-right-radius: 5rem;}
.presi_bx>figure>img{transition: all 1s ease; aspect-ratio: 2 / 2.1;object-fit: cover;object-position: top center;}
.presi_bx:hover>figure>img{transform: scale(1.1);}
.presi_bx:has(a:hover)>figure>img{transform: scale(1.1);}
.presi_bx>span{display: block; font-weight: 600; font-size: var(--font-16);line-height: var(--line-height-21);font-family: var(--font-family-Roboto);color: var(--color-23);margin-bottom: 1.5rem;}
.presi_bx>h6{font-size: var(--font-18);line-height: var(--line-height-26);font-family: var(--font-family-Roboto);color: var(--color-24);margin-bottom: 1.5rem;}
.presi_bx>p{font-size: var(--font-18);line-height: var(--line-height-24);}
.presi_bx>p:last-of-type{margin-bottom: 0;}

@media(max-width:1799px){
  .bearerSmall {padding-block: 5rem 6.1rem;}
  .presipast_grid{gap: 4.5rem 7.2rem;}
  .bearerSmall>h4{margin-bottom: 2rem;}
  .presi_bx>span, .presi_bx>h6{margin-bottom: 1rem}
}
@media(max-width:1199px){
  .presipast_grid{gap: 4rem 2.5rem;}
}
@media(max-width:991px){
  .presipast_grid{gap: 4rem 2.5rem;}
}

@media(max-width:600px){
  .presipast_grid{gap: 3rem 1rem;grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:375px){
  .presipast_grid{gap: 2rem 1rem;grid-template-columns: repeat(1, 1fr);}
}


/* Gallery Area Start */
.gallery_grid{position: relative;display: grid;grid-template-columns: repeat(3, 1fr);gap: 3.1rem 3.2rem;padding-bottom: 9rem;}
.gallery_bx{position: relative;padding-bottom: 2rem;border-bottom: .1rem solid var(--color-77);}
.gallery_bx:nth-last-child(1), .gallery_bx:nth-last-child(2){padding-bottom: 0;border-bottom: 0;}
.gallery-item{height: 100%;display: flex;flex-direction: column;}
.gallery_bx figure{margin-bottom: 2rem; position: relative;overflow: hidden;height: 230px;}
.gallery_bx figure img{  transition: 0.5s all linear;object-fit: cover;height: 100%;}
.gallery_bx:hover figure img{transform: scale(1.08);}
.gallery_bx p{padding-inline: 1.8rem 7.5rem;}
.gallery_bx:hover p{color:var(--color-24);}
.gallery_bx p:last-of-type{margin-bottom: 0;}


.media_cover_bx figure{  aspect-ratio: 2 / 1.1;height:auto;}
@media(max-width:1799px){
  .gallery_grid{gap: 2.1rem 2.2rem;padding-bottom: 7rem;}
}

@media(max-width:1600px){
  .gallery_bx p {padding-inline: 1rem 2.5rem;}
}
@media(max-width:1199px){
  .gallery_grid{gap: 2.1rem 1.2rem;padding-bottom: 5rem;}
  .gallery_bx {padding-bottom: 1.5rem;}
  .gallery_bx figure {margin-bottom: 1.5rem;}
  .gallery_bx p {padding-inline: .5rem;}
}
@media(max-width:1199px){
  .gallery_bx p {padding-inline: 1rem;}
}
@media(max-width:767px){
  .gallery_bx p {padding-inline: 1rem;}
}
@media(max-width:500px){
  .gallery_grid{grid-template-columns: repeat(1, 1fr);padding-bottom: 4rem;}
}
/* Gallery Area End */









@media(max-width:1799px){
  .event_grid{gap: 2.1rem 2.2rem;padding-bottom: 7rem;}
}

@media(max-width:1600px){
  .event_caption{padding-inline:0.5rem;}
  .event_caption ul>li {gap: 1rem;}
}
@media(max-width:1199px){
  .event_grid{gap: 2.1rem 1.2rem;padding-bottom: 5rem;}
  .event_bx {padding-bottom: 1.5rem;}
  .event_bx figure {margin-bottom: 1.5rem;}
  .event_caption  {padding-inline: 0.5rem;}
}
@media(max-width:1199px){
  .event_caption{padding-inline:0.5rem;}
  .event_caption ul>li {gap: 1rem;}
  .participantType>ul>li{width: 48%;}
}
@media(max-width:767px){
  .event_grid{grid-template-columns: repeat(1, 1fr);gap: 3.1rem 3.2rem;}
  .event_caption {padding-inline: 1rem;}
  .event_filter{flex-direction: column;}
  .event_filter .form-group{margin-bottom: 15px;display: flex;align-items: center;gap: 1rem;width: 100%;justify-content: space-between;}
  .inner_right:has(.event_grid){padding-bottom: 3rem;}
  
}
@media(max-width:575px){
  .inner_breadcrumb:has(.event_filter){display: flex;flex-direction: column;}
  .event_grid{grid-template-columns: repeat(1, 1fr);padding-bottom: 4rem;}
  .participantType>ul>li{        width: 100%; margin-right: 0px;}
}

/* Event Detail Area Start */
.inner_breadcrumb:has(.event_date){flex-direction: column; }
.event_date{margin-top: 0.8rem;display: flex;justify-content: space-between;align-items: center;gap: 3rem;}
.event_date ul{padding: 0; margin-bottom: 0;display: flex;align-items: center;gap: 3.5rem;}
.event_date ul>li{display: flex;gap: 1.5rem;margin-bottom: 0;list-style: none;font-size: var(--font-16);line-height: var(--line-height-24);font-family: var(--font-family-Roboto);color: var(--color-23);font-weight: 400;}
.event_date ul>li>img{width: 1.3rem;}
.event_detail{margin-bottom: 7rem;background-color: var(--color-ff);padding-block: 2.6rem 7.8rem; padding-inline: 3.6rem 2.9rem;}
.event_detail>figure{margin-bottom: 3rem;}
.event_detail>figure:last-child{margin-bottom: 0;}
.event_detail>figure:nth-child(2){padding-inline: 2rem;}
.event_detail>h6{font-size: var(--font-18);line-height: var(--line-height-26);font-family: var(--font-family-Roboto);font-weight: 700; color: var(--color-23);margin-bottom: 4rem;}
.event_detail>ul:has(+ figure){margin-bottom: 6rem;}
.event_detail>ul:has(+ h6){margin-bottom: 4rem;}
.event_detail>ul:has(+ p){margin-bottom: 3rem;}
.event_detail>p:has(+ h6){margin-bottom: 5rem;}
.event_detail>ul>li{font-size: var(--font-16);list-style-type: disc; line-height: var(--line-height-24);font-family: var(--font-family-Roboto);color: var(--color-23);margin-bottom: 3rem}
.event_detail>ul>li:last-child{margin-bottom: 0;}
.event_detail>ul>li::marker{color: var(--color-77); font-size: var(--font-18);}

@media(max-width:1799px){
  .event_detail {margin-bottom: 4rem;padding-block: 2rem 5rem;padding-inline: 2.6rem 1.9rem;}
  .event_detail>h6{margin-bottom: 3rem;}
  .event_detail>figure{margin-bottom: 2rem;}
  .event_detail>ul:has(+ figure){margin-bottom: 4rem;}
  .event_detail>ul:has(+ h6){margin-bottom: 3rem;}
  .event_detail>p:has(+ h6){margin-bottom: 4rem;}
  .event_detail>ul>li{margin-bottom: 2rem;}
}
@media(max-width:767px){.event_date {margin-top: 2.8rem;}}
@media(max-width:575px){
  .event_date{gap: 1.5rem;margin-top: 1.8rem;flex-direction: column;align-items: self-start;}
  .event_date>.back_btn{margin-left: auto;}
  .event_date ul{flex-direction: column;align-items: self-start;gap: 1rem;}
  .event_detail{padding-block: 2rem 3rem;padding-inline: 1.5rem;}
  .event_detail>p{margin-bottom: 2rem;}
  .event_detail>h6 {margin-bottom: 2rem;}
  .event_detail>p:has(+ h6) {margin-bottom: 3rem;}
}
/* Event Detail Area End */


/* Contact Area Start */
.contact_grid{position: relative; display: grid;grid-template-columns: auto 36.59%;border-top: .2rem solid var(--color-77);padding-right: 4rem;padding-bottom: 5rem;}
.contact_grid::after{content:''; position: absolute;right: 0; top: -0.1rem; width: 4rem; height: 4rem;background-color: var(--color-77);clip-path: polygon(100% 0, 0 0, 0 100%);}
.contact_info{display: flex;flex-direction: column;}
.contact_infoInner{background-color: var(--color-ff);border-bottom-left-radius: 5rem;padding-block: 6.2rem 6rem;padding-inline: 4.5rem;}
.contact_infoInner h3 {
    padding: 10px;
    background: #00246e;
    color: #fff;
    text-align:center;
}

.contact_infoInner>h1{ margin-bottom: 5rem;font-size: var(--font-24);line-height: var(--line-height-36);font-family: var(--font-Georgia-Regular);font-weight: normal;color: var(--color-24);}
.contact_infoInner ul{padding: 0; margin-bottom: 5rem;}
.contact_infoInner ul>li{display: flex;gap: 1.5rem;align-items: start;margin-bottom: 1rem;list-style: none;font-size: var(--font-16);line-height: var(--line-height-24);font-family: var(--font-family-Roboto);color: var(--color-23);font-weight: 400;}
.contact_infoInner ul>li:last-child{margin-bottom: 0;}
.contact_infoInner ul>li>img{height: 1.2rem; width: 1.2rem; margin-top: 0.6rem;}
.contact_infoInner ul>li a:hover{color:var(--color-77);}
.contact_infoInner>.more_btn{gap: 0.5rem;}
.contact_infoInner>.more_btn>strong{position: relative;}
.contact_infoInner>.more_btn::before{content: '';position: absolute;top: 0;right: 0;width: 7%;height: 106%;background: var(--color-ff);}
.contact_info>iframe{margin-top: -1rem;width: 90%;margin-left: auto;}
.contact_right{padding-top: 15rem;background-color: var(--color-ff);}
.contact_form{background-color: var(--color-24);padding: 4.5rem;}
.contact_form>h4{font-weight: 600; font-size: var(--font-24);line-height: var(--line-height-36);font-family: var(--font-family-Roboto); color: var(--color-ff);margin-bottom: 5rem;}
.contact_form>p{color: var(--color-ff);margin-bottom: 3rem;}
.contact_group>input[type="submit"] {margin-top: 3.1rem; background-color: var(--color-ff);color: var(--color-77);background-image: url(../images/arrow-right-two.svg);background-repeat: no-repeat;background-size: 1.5rem;background-position: 90% 50%; transition: all .5s ease;}
.contact_group>input[type="submit"]:hover {border: .1rem solid var(--color-77);background-color: var(--color-77);color: var(--color-ff);background-image: url(../images/arrow-right.svg);background-repeat: no-repeat;background-size: 1.5rem;background-position: 90% 50%;transition: all .5s ease;}
.contact_group select{ margin-bottom: 1.5rem; padding-block: 0.7rem;font-weight: 400;font-size: var(--font-16);line-height: var(--line-height-24);font-family: var(--font-family-Roboto);color: var(--color-23);}
.captcha_bx{display: grid; grid-template-columns: 50% 37% 13%;}
.captcha_bx input{margin-bottom: 0;}
.captcha_bx .captcha_img img{height: 100%;    border: .1rem solid;}
@media(max-width:1799px){
  .contact_info>iframe{width: 80%;}
}
@media(max-width:1600px){
  .contact_grid{padding-right: 3rem;grid-template-columns: auto 33.59%;}
  .contact_grid::after{width: 3rem;height: 3rem;}
  .contact_infoInner{padding-block: 5.2rem 5rem;padding-inline: 3.5rem;}
  .contact_infoInner>h1 {margin-bottom: 3rem;}
  .contact_infoInner ul{margin-bottom: 3rem;}
  .contact_right {padding-top: 12rem;}
  .contact_form{padding: 2.5rem;}
  .contact_form>h4{margin-bottom: 3rem;}
  .contact_form>p{margin-bottom: 2rem;}
  .contact_group select{padding: 0.5rem 1rem;padding-right: 2.5rem;}
}
@media(max-width:1199px){
  .contact_grid {padding-right: 3rem;grid-template-columns: auto;}
  .contact_right {padding-top: 0;}  
}
@media(max-width:767px){
  .contact_grid {padding-right: 2rem;padding-bottom: 3rem;gap: 3rem;}
  .contact_grid::after {width: 2rem;height: 2rem;}
  .contact_infoInner {padding-block: 2.2rem 3rem;padding-inline: 1.5rem;border-bottom-left-radius: 3rem;}
  .contact_infoInner>h1 {margin-bottom: 2rem;}
  .contact_infoInner ul {margin-bottom: 2rem;}
  .contact_form>h4 { margin-bottom: 2rem;}
  .contact_info>iframe {width: 90%;height: 30rem;}
  .contact_infoInner>.more_btn{gap: 0.2rem;font-size: 1.3rem;line-height: 2.1rem;}
}
@media(max-width:500px){
  .contact_infoInner>.more_btn{font-size: 1.3rem; display: inline-block;}
  .contact_infoInner>.more_btn::before{display: none;}
  .contact_infoInner>.more_btn::after{top: 0.4rem}
  .contact_form{padding: 1.5rem;}
  
}
/* Contact Area End */


/* Login Area Start */

.login_main{position: relative;background-color: var(--color-f9);z-index: 1;padding-block: 22.2rem 20rem;}
.login_main::before{content: '';top: 0;left: 0;width: 100%;height: 100%;position: absolute;mix-blend-mode: darken;background: url(../images/login-bg.webp);background-size: cover;background-repeat: no-repeat;background-position: top right;z-index: -1;}
.login_main .row{justify-content: center;}
.login_left{ max-width: 61%;}
.col-lg-6:has(.login_left){    display: none !important;}

.login_left>p{font-size: var(--font-18);color: var(--color-23);line-height: 1.3;font-weight: 300;margin-bottom: 0; border-top: .1rem solid rgb(0 0 0 / 50%);margin-top: 3rem;padding-top: 2.6rem;}
.login_left>figure{width: 20.3rem;}
.member_login{background-color: var(--color-24);padding-block: 4.8rem 4.5rem;padding-inline: 4.5rem;max-width: 86%;margin-inline: auto;}
.member_login>h4{color: var(--color-ff);margin-bottom: 5rem;}
.member_login>.form_group{margin-bottom: 5rem;}
.member_login>.form_group>input.form-control{width: 100%;padding: 0.7rem 1.5rem;margin-bottom: 1.5rem; background-color: var(--color-ff);  font-weight: 400;font-size: var(--font-16); line-height: var(--line-height-24);font-family: var(--font-family-Roboto);color: var(--color-23);border-color: inherit; border: .1rem solid;}
.member_login>.form_group>input.form-control::placeholder{font-weight: 400;font-size: var(--font-16);color: var(--color-23);}
.member_login>.form_group>input.form-control:focus{outline: none;box-shadow: none;border-color: var(--color-77);}
.member_login>.form_group>.submit_btn{font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 400;padding: 0.65rem 1.5rem;padding-right: 3rem;border: .1rem solid var(--color-ff);font-family: var(--font-family-Roboto);background-color: transparent;color: var(--color-ff);transition: all .5s ease;background-image: url(../images/arrow-right.svg);background-repeat: no-repeat;background-size: 1.5rem;background-position: 90% 50%;}
.member_login>.form_group>.submit_btn:hover{background-color: var(--color-77);border-color: var(--color-77);}
.member_login>.more_btn{color: var(--color-ff);border-color: var(--color-ff);gap: 1rem;}
.member_login>.more_btn::after{font-size: var(--font-15);right: 0;color: var(--color-77);}
.member_login>.more_btn:hover{color: var(--color-77);border-color: inherit;}
.member_login>.more_btn:hover::after{right: -0.5rem;}

@media(max-width:1750px){
  .login_main{padding-block: 18.2rem 17rem;}
}
@media(max-width:1650px){
  .login_main{padding-block: 15.2rem 14rem;}
  .member_login{padding-block: 3.8rem 3.5rem;padding-inline: 3.5rem;}
  .member_login>h4 {margin-bottom: 3rem;}
  .member_login>.form_group {margin-bottom: 3rem;}
}
@media(max-width:1450px){
  .login_main{padding-block: 13.2rem 8rem;}
}
@media(max-width:1366px){
  .login_main{padding-block: 9.2rem 7rem;}
}
@media(max-width:1199px){
  .login_main::before{background-size: contain}
  .login_left {max-width: 67%;}
  .member_login{max-width: 100%;}
}
@media(max-width:991px){
  .login_main::before {background-size: cover;}
  .login_left>p{border-top: .1rem solid rgb(255 255 255 / 50%);color: var(--color-ff);}
  .login_left>figure {filter: brightness(0) invert(1);}
  .member_login{width: calc(100% - 30%); padding-block: 7rem;padding-inline: 5.3rem;}
  .member_login>.form_group {margin-bottom: 5rem;}
}
@media(max-width:767px){
  .login_main {padding-block: 10rem 15rem;position: relative;background-color: var(--color-f9);height: 100%;display: flex; align-items: center;z-index: 1;}
  .login_main::before {content: '';top: 0;left: 0;width: 100%;height: 100%;position: absolute;mix-blend-mode: darken;background: url(../images/mob-login.webp);background-size: cover;background-repeat: no-repeat;background-position: bottom center;z-index: -1;}
  .login_left{max-width: 100%;}
  .login_left>figure {width: 15.3rem;}
  .member_login{padding: 2.5rem;  width: 100%;}
  .member_login>h4{margin-bottom: 3rem;}
  .member_login>.form_group {margin-bottom: 3rem;}
}

/* Media Coverage Area Start */
.coverage_grid{position: relative;display: grid;grid-template-columns: repeat(3, 1fr);gap: 6.1rem 1.8rem;padding-bottom: 10.3rem;}
.coverage_bx{position: relative;padding-bottom: 0;}
.coverage_bx figure{position: relative;margin-bottom: 2rem;overflow: hidden;aspect-ratio: 4 / 2.2;height: auto;}
.coverage_bx>figure>img{ transition: all 1s ease;object-position: top center;}
.coverage_bx:has(a:hover)>figure>img{transform: scale(1.1);}
.speak_bx>figure img{height: 100%;object-fit: cover;}
.coverage_caption>h6 {font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 430;color: var(--color-23);font-family: var(--font-family-Roboto);padding-right: 1.5rem;margin-bottom: 0;}
.coverage_caption>p {font-size: var(--font-16);line-height: 1.6;font-weight: 700;color: var(--color-23);margin-bottom: 0.8rem;}
.coverage_caption>p>span:nth-child(1) {font-weight: 400;display: flex;align-items: center;gap: 1rem;position: relative;}
.coverage_caption>p>span:nth-child(1):after {position: relative;content: '';right: 0;top: 0;width: 4.7rem;height: .1rem;background-color: var(--color-77);}
.coverage_caption>p>span:nth-child(2) {font-style: italic;font-weight: 400;}

@media(max-width:1799px){
  .coverage_grid{gap: 3.4rem 0.8rem;padding-bottom: 7rem;}
  .coverage_caption>h6{padding-right: 0.3rem;}
}

@media(max-width:1299px){
  .coverage_grid{grid-template-columns: repeat(2, 1fr);gap: 3.4rem 0.8rem;padding-bottom: 7rem;}
  .coverage_bx {padding-bottom: 1.5rem;}
  .coverage_bx figure {margin-bottom: 1.5rem;}
}

@media(max-width:767px){
  .coverage_grid{gap: 2.4rem 0.8rem;}
}
@media(max-width:575px){
  .coverage_grid{grid-template-columns: repeat(1, 1fr);padding-bottom: 4rem;}
}
/* Coverage Area End */

/* Press Release Area Start */
.press_inner{padding-bottom: 7.3rem;}
.press_grid_three{display: grid;grid-template-columns: repeat(3, 1fr);gap: 2.5rem; }
.pressbx_large{position: relative;display: flex;flex-direction: column;gap: 2rem; background-color: var(--color-ff);padding-block: 3rem 3.2rem; padding-inline: 2.8rem 1.6rem;z-index: 1;}
.pressbx_large::after{position: absolute;content:''; height: .1rem;width: 80%;background-color: var(--color-77);bottom: 0; left: 50%;transform: translateX(-50%); z-index: -1;}
.press_caption h3{margin-bottom: 2rem;}
.press_caption h3>*{font-family: var(--font-Georgia-Regular);}
.press_caption>ul{padding: 0;margin-bottom: 1rem;display: flex;}
.press_caption>ul>li{position: relative; font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 430;color: var(--color-23);font-family: var(--font-family-Roboto);list-style: none;padding-right: 1rem;margin-right: 1rem;}
.press_caption>ul>li:not(:last-child)::after{content:'';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: .1rem;height: 50%;background-color: var(--color-23);}
.press_caption>ul>li:last-child{padding-right: 0;margin-right: 0;}
.pressbx_large>.press_caption>h6{font-size: var(--font-16);line-height: var(--line-height-24);color: var(--color-24);}
.pressbx_large>.press_caption>h6:has(+p){margin-bottom: 1.5rem;}
.pressbx_large>.press_caption>p{font-size: var(--font-18);line-height: var(--line-height-26);color: var(--color-23);}
.pressbx_large>img{width: 1.8rem;margin-top: auto;}
.pressbx_large:has(a:hover)>.press_caption>h6{color:var(--color-23);}
.press_grid_one{margin-top: 5.4rem;}
.press_grid_one>.pressbx_large{flex-direction: row;align-items: center; justify-content: space-between; padding-block: 1.7rem 1.5rem; padding-inline: 2.8rem 3.5rem;margin-bottom: 1.8rem;}
.press_grid_one>.pressbx_large:last-child{margin-bottom: 0;}
.press_grid_one>.pressbx_large>img {margin-top: 0;}
.press_grid_one>.pressbx_large>.press_caption>h6 {font-family: var(--font-family-Roboto);font-weight: 400;line-height: var(--line-height-21);}
.press_grid_one>.pressbx_large::after{width:93%;}

.press_details{position: relative;/*margin-top: 5.4rem;*/padding: 3.5rem 3.5rem;background-color: var(--color-ff);}
.press_details h3{ margin-bottom: 2rem;}
.press_details h3>*{font-family: var(--font-Georgia-Regular);}
.press_details .press_date{display: flex;padding: 0;margin-bottom: 1rem;}
.press_details .press_date>li{position: relative;font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 430;color: var(--color-23);font-family: var(--font-family-Roboto);list-style: none;padding-right: 1rem;margin-right: 1rem;}
.press_details .press_date>li:not(:last-child)::after {content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: .1rem;height: 50%;background-color: var(--color-23);}
.press_details .press_date>li:last-child {padding-right: 0;margin-right: 0;}

@media(max-width:1799px){
  .pressbx_large{padding-inline: 2rem 1.6rem;}
  .press_grid_one>.pressbx_large{padding-inline: 2rem 3rem;}
}
@media(max-width:1600px){
  .pressbx_large{padding-inline: 1.5rem 1.3rem;}
  .press_grid_one>.pressbx_large{padding-inline: 1.3rem 2rem;}
  .pressbx_large::after{width:90%;}
  .press_grid_one>.pressbx_large::after{width:97%;}
  .press_grid_one {margin-top: 3.4rem;}
}
@media(max-width:1300px){
  .press_grid_three{gap: 1rem; }
  .pressbx_large {padding-inline: 1rem 1rem;}
}
@media(max-width:1199px){
  .press_grid_three{grid-template-columns: repeat(2, 1fr);gap: 2.5rem; }
  .press_grid_three>.pressbx_large{padding-inline: 2rem;}
  .press_grid_three>.pressbx_large:last-child{grid-column: span 2;}
  .press_grid_three{gap: 1rem; }
  .pressbx_large {padding-inline: 1rem 1rem;}
}
@media(max-width:767px){
  .press_grid_three{grid-template-columns: repeat(1, 1fr); }
  .press_grid_three>.pressbx_large:last-child{grid-column: auto;}
  .press_caption>ul>li{padding-right: 0.5rem;margin-right: 0.5rem;}
  .press_grid_one{margin-top: 2rem;}
  .press_grid_one>.pressbx_large{flex-direction: column;align-items: start;gap: 1rem;}
  .press_inner { padding-bottom: 5.3rem; }
  .press_details{margin-top: 3.4rem;padding: 2rem;}
  .press_details>p{margin-bottom: 2rem;}
}
/* Press Release Area End */

/* Live Feed */
.inner_breadcrumb .custom_tabs{margin-left: auto;}
.livefeedSec{padding-bottom: 8rem;}
.livefeedSec iframe{height: 100vh;border: none;background: var(--color-ff);padding: 2rem;}
.livefeedSec .tab-pane{padding: 0;border: none;border-radius: 0;background-color: transparent;}
.livefeedSecN{padding-bottom: 8rem;}
.livefeedSecN iframe#ContentPlaceHolder1_iframeews {
    height: 500px;
}

.feed_grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 2.5rem 2.5rem;}
.feed_bx{display: flex;flex-direction: column;background-color: var(--color-ff);padding-block: 2.5rem 2.9rem;padding-inline:2.5rem;}
.feed_bx:nth-child(1){grid-column: span 3;margin-bottom: 2.5rem;padding-inline: 2.8rem;}
.feed_bx>.feed_top{margin-bottom: 2rem;}
.feed_bx>.feed_top>span{font-size: var(--font-16);line-height: var(--line-height-24);color: var(--color-23);font-weight: 400;margin-bottom: 1rem;display: block;}
.feed_bx>.feed_top>h6{font-size: var(--font-18);line-height: var(--line-height-26);color: var(--color-24);font-family: var(--font-family-Roboto);font-weight: 430;-webkit-line-clamp:2; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;}
.feed_bx:nth-child(1)>.feed_top>h6{font-size: var(--font-24);line-height: var(--line-height-36);color: var(--color-24);font-family: var(--font-Georgia-Regular);font-weight: 500;}
.feed_bx>.feed_btm{margin-top: auto;}
.feed_bx>.feed_btm>span{font-size: var(--font-16);line-height: var(--line-height-24);color: var(--color-23);font-weight: 600; margin-bottom: 1rem;display: block;}
.feed_bx>.feed_btm>p{margin-bottom: 1.8rem;-webkit-line-clamp:2; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical;}
.feed_bx>.feed_btm>.more_btn {gap: 0.5rem;}
.feed_bx>.feed_btm>.more_btn::after {position: relative;content: '';font-size: var(--font-18);right: 0;width: 1rem;height: auto;background: url(../images/dtl.svg);background-repeat: no-repeat;background-size: contain;background-position: 100% 50%;}

/* responsive start */
@media(max-width:767px){
.feed_grid {display: flex;flex-direction: column;}
.feed_bx:nth-child(1) { grid-column: span 3;margin-bottom: 0rem;}
.livefeedSec { padding-bottom: 5rem;}
.custom_tabs>li {font-size: var(--font-16);}
.custom_tabs>li{margin-right: 1rem;}
}
/*  UINB - 02042003 Start*/
/* International Accociation  */
.international-assoc .pressbx_large{ display: block;}
.association-contact ul li img{ width: fit-content;}
.international-assoc .pressbx_large ul { padding-left: 0;}
.international-assoc .pressbx_large ul li{ list-style: none;}
.international-assoc .association-list ul li{ font-size: var(--font-16); line-height: var(--line-height-21); font-weight: normal;  padding-bottom: 1.5rem;}
.international-assoc .association-list ul { margin-bottom: 2.5rem;}
.international-assoc .association-list ul li span{ line-height: var(--line-height-24); color:var(--color-24); margin-right: 1rem;}
.international-assoc .association-list ul li:last-child{ padding-bottom: 0;}
.association-contact ul li{ display: flex; font-size: var(--font-16); line-height: var(--line-height-24);}
.association-contact ul li a:hover{color:var(--color-24)}
.association-contact ul:first-child li img{ padding-right: 2rem; width: 29px;}
.association-contact ul:first-child{ margin-bottom: 1.5rem;}
.association-contact .assoc-grid-4 { display: flex; justify-content: left; gap: 1.5rem; margin-bottom: 0.6rem;}
.association-contact .assoc-grid-4 li{ position: relative; padding-right: 1.5rem;}
.association-contact .assoc-grid-4 li::after{ content: ''; width: 1px; height: 9px; background-color: var(--color-24); position: absolute; right: 0; top:31%;}
.association-contact .assoc-grid-4 li:last-child::after{  display: none;}
.association-contact .assoc-grid-4 li:last-child{  padding-right: 0;}
.association-contact .assoc-grid-4 li img{  padding-right: 1.3rem;  width: 25px;}
.association-btn{margin-top: 5rem; text-align: center;}
.association-btn .more_btn::after {position: relative;content: '\F128'; right: -0.6rem;}

/* responsive start */
@media(max-width:767px){
.association-contact .assoc-grid-4 { flex-wrap: wrap;}
}
@media(max-width:399px){
  .association-contact .assoc-grid-4 li{width: 100%;}
  .association-contact .assoc-grid-4 li::after{display: none;}
  .association-contact ul:first-child li img { padding-right: 1.3rem; width: 25px; }
  .association-btn { margin-top: 4rem;}
}
/* responsive end  */

/* Annual reports  */
.annual_reports{margin-bottom: 8rem;}
.annual_reports ul{display: grid ;grid-template-columns: repeat(4, 1fr); gap: 2.5rem;padding-left: 0;}
.annual_reports ul li{background-color: #fff; list-style: none;position: relative;}
.annual_reports ul li figure img{width: 100%;}
.annual_reports ul li .annual-text img{width: 18px;}
.annual_reports ul li .annual-text{padding: 2rem 2.6rem 2.4rem 2.8rem; display: flex; align-items: center; justify-content: space-between;}
.annual_reports ul li p{margin-bottom: 0;color: var(--color-24);font-size: var(--font-16); line-height: 21px;width: 50%;}
.annual_reports ul li a{position: absolute;width: 100%;height: 100%;top: 0;bottom: 0;left: 0;right: 0;}
.annual_reports ul li::after {position: absolute;content: '';height: .1rem;width: 80%;background-color: var(--color-77);bottom: 0;left: 50%;transform: translateX(-50%);z-index: 0;
}
.annual_reports ul li:has(a:hover) .annual-text p{color:var(--color-23);}


/* responsive start */
@media(max-width:1599px){
  .annual_reports ul li p { width: 65%;}
}
@media(max-width:1299px){
  .annual_reports ul li p { width: 70%;}
  .annual_reports ul li .annual-text img {width: 13px; }
  .annual_reports ul li .annual-text {  padding: 1.5rem 2rem 1.5rem 2rem;}
}
@media(max-width:1099px){
  .annual_reports ul { grid-template-columns: repeat(3, 1fr);}
  .annual_reports ul li p { width: 60%;}
  .headerLeftLink>li>a {font-size: var(--font-16); }
}
@media(max-width:991px){
  .annual_reports ul li p { width: 50%;}
  .annual_reports{margin-bottom: 5rem;}
}
@media(max-width:767px){
  .annual_reports ul li p { width: 70%;}
  .headerLeftLink{display: block;}
  .headerLeftLink>li>a{width: 100%;margin-bottom: 10px;}
}
@media(max-width:599px){
  .annual_reports ul { grid-template-columns: repeat(2, 1fr);}
  .annual_reports ul li p { width: 50%;}
}
@media(max-width:499px){
  .annual_reports ul li p { width: 65%;}
  .annual_reports{margin-bottom: 4rem;}
}
@media(max-width:399px){
  .annual_reports ul { grid-template-columns: repeat(1, 1fr);}
}
/* responsive end  */

/* Key Policy page page  */
.key-policy{margin-bottom: 10rem;}
.accordion-item {background-color: #fff; margin-bottom: 2rem;}
.accordion-item-header {padding: 1.6rem 2.7rem 1.6rem 2.5rem; display: flex;align-items: center;position: relative;cursor: pointer;background: #EEEDF2; font-size: var(--font-18);line-height: 26px; font-weight: 800;color:#232323;}
.annual_space.v_tech .accordion-item-header::before{position: absolute;content: "";width: 7px;height: 7px;background-color: #000;left: 12px; border-radius: 50%;}
.accordion-item-header::after {content: '\F282';font-family: bootstrap-icons !important;font-size: 10px;position: absolute;right: 2.5rem;border: 1px solid var(--color-24);color: var(--color-24);border-radius: 50%;width: 22px;height: 22px;display: flex
;align-items: center;justify-content: center;padding-top: 3px;}
.accordion-item-header.active::after {content: "\F286";padding-top: 2px;}
.accordion-item-body {display: none; overflow: hidden;transition: max-height 0.5s ease-out;}
.accordion-item-body-content {padding: 1rem;line-height: 1.5rem;padding: 2.5rem 8.6rem 5.1rem 2.5rem; font-size: var(--font-16);line-height: 24px;color:#232323;}
.accordion-item-body-content .accordion-item-body-content{padding: 2.5rem ;}
.accordion-item-body-content p:last-child{margin-bottom: 0;}
.accordion-item-header.active{background: #F0F2F7;}
.key-title h4{margin-bottom: 5rem;color:var(--color-23);}
.key-title h6{margin-bottom: 0rem;color:var(--color-23);font-weight: 800;font-size: var(--font-16); line-height: 24px;font-family: var(--font-family-Roboto);}
.key-title p{margin-bottom: 5rem;color:var(--color-23);font-size: var(--font-16); line-height: 24px;}
.key_contact.contact_infoInner{margin-top: 5rem;}
.key_contact.contact_infoInner h4{margin-bottom: 3rem;}
/* responsive start  */
@media(max-width:1399px){
 .accordion-item-header::after{padding-top: 0;}
 .accordion-item-header{padding: 1.6rem 4.7rem 1.6rem 2.5rem;}
  .key-title h4{margin-bottom: 4rem;}
  .key-title p{margin-bottom: 4rem;}
}
@media(max-width:767px){
.accordion-item-body-content {padding: 1rem; line-height: 1.5rem; padding: 2.5rem 2.6rem 3.1rem 2.5rem;}
.key-policy {margin-bottom: 5rem;}
.accordion-item-body-content p{margin-bottom: 2rem;}
.key-title h4{margin-bottom: 2rem;}
.key-title p{margin-bottom: 2rem;}
.key-policy .accordion-item-header {padding: 1rem 5.7rem 1rem 1.5rem; line-height: 21px;}
}
/* responsive end  */
/*  UINB - 02042003 End*/


.trade_secOne{padding-bottom: 5rem;}
.trade_secOne h4{margin-bottom: 5rem;}
.trade_secOne blockquote{ font-size: var(--font-24);line-height: var(--line-height-36);font-family: var(--font-Georgia-Regular);font-weight: normal;color: var(--color-23);margin-bottom: 5rem;}
.trade_secOne blockquote>strong{ /*font-family: var(--font-Georgia-Bold);*/}
.trade_secOne p:last-of-type{margin-bottom: 0;}

@media(max-width:1799px){
  .trade_secOne{padding-bottom: 3rem;}
  .trade_secOne h4{margin-bottom: 3rem;}
  .trade_secOne blockquote{margin-bottom: 3rem;}
}
@media(max-width:767px){
  .trade_secOne h4 {margin-bottom: 2rem;}
  .trade_secOne blockquote {margin-bottom: 2rem;}
}
/* About Three Area Start */
.trade_secTwo{display: grid;grid-template-columns: 50% 50%;padding-block: 5rem 6rem;overflow: hidden;border-block: .1rem solid rgb(0 0 0 / 30%);}
.tradeTwo_caption{grid-column: span 2;margin-bottom: 5rem;}
.tradeTwo_caption>p:last-of-type{margin-bottom: 0;}
.tradeTwo_left{background-color: var(--color-ff);padding: 6rem 4.4rem 7.8rem; border-top-left-radius: 5rem;display: flex;flex-direction: column;justify-content: center;}
.tradeTwo_left>p:last-of-type{margin-bottom: 0;}
.tradeFig_right{border-bottom-right-radius: 5rem;overflow: hidden;}
.tradeFig_right>figure, .tradeFig_right>figure>img{height: 100%;object-fit: cover;}
@media(max-width:1799px){
  .trade_secTwo {padding-block: 3rem 4rem;}
  .tradeTwo_caption{margin-bottom: 3rem;}
  .tradeTwo_left{ padding: 3rem 4rem;}
  .tradeTwo_left>figure {max-width: 13.7rem;margin-bottom: 2.5rem;}
}
@media(max-width:1199px){
  .tradeTwo_left{ padding: 2rem 2rem;}
  .tradeTwo_left>figure {max-width: 10.7rem;margin-bottom: 1.5rem;}
}
@media(max-width:767px){
  .trade_secTwo{grid-template-columns: auto;}
  .tradeTwo_caption{grid-column: auto;}
  .tradeTwo_left{border-top-left-radius: 3rem;}
  .tradeFig_right{border-bottom-right-radius: 3rem;}
}


.trade_secThree{position: relative;padding-block: 6rem 10.9rem;}
.trade_secThree p:last-of-type{margin-bottom: 0;}
.tradeThree_grid{display: grid;grid-template-columns: repeat(3, 1fr);gap: 4.4rem;margin-top: 5rem;}
.tradeThree_grid>figure{overflow: hidden; border-top-right-radius: 5rem;}
.tradeThree_grid>figure>img{mix-blend-mode: darken;}

@media(max-width:1799px){
  .trade_secThree {padding-block: 4rem 7.9rem;}
  .tradeThree_grid{gap: 2.4rem;margin-top: 3rem;}
}
@media(max-width:991px){
  .tradeThree_grid{gap: 1.4rem;}
}
@media(max-width:767px){
  .trade_secThree {padding-block: 2rem 4.9rem;}
  .tradeThree_grid{margin-top: 2rem;grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:350px){
  .tradeThree_grid{margin-top: 2rem;grid-template-columns: repeat(1, 1fr);}
  .tradeThree_grid>figure{border-top-right-radius: 3rem;}
}

.eco_secOne{padding-bottom: 6rem; border-bottom: .1rem solid var(--color-77);}
.eco_secOne h4{margin-bottom: 3rem;}
.eco_secOne h6{font-size: var(--font-18);line-height: var(--line-height-26); font-weight: 500; color: var(--color-23); font-family: var(--font-family-Roboto);margin-bottom: 3rem;}
.eco_secOne iframe{height: 100vh;border: 0.5rem solid var(--color-77);}
.eco_secOne table td:nth-child(1){color: var(--color-24);border-color:var(--color-77);}
.eco_secOne table td:nth-child(2)>span:nth-child(1){margin-right: 2rem;}
@media(max-width:767px){
  .eco_secOne {padding-bottom: 3rem;}
}
.eco_secTwo{padding-block: 6rem 10rem; border-bottom: .1rem solid var(--color-77);}
.eco_secTwo h4{margin-bottom: 3rem;}
.eco_secTwo .custom_tabs{margin-bottom: 3rem;}
.eco_secTwo h6{font-size: var(--font-18);line-height: var(--line-height-26); font-weight: 500; color: var(--color-23); font-family: var(--font-family-Roboto);margin-bottom: 3rem;}
.eco_secTwo table td:nth-child(1){color: var(--color-24);}
.eco_secTwo table td:nth-child(2)>span:nth-child(1){margin-right: 2rem;}
.sale_data_pdf{margin-top: 6rem;}
.pdf_sale{display: flex;align-items: center;justify-content: space-between;gap: 2rem;padding-block: 4.2rem 3.7rem;border-block: 0.1rem solid var(--color-77);padding-inline: 2.8rem 3.5rem;position: relative;}
.pdf_sale h4{margin-bottom: 0;}
.pdf_sale img{width: 2rem;flex-shrink: 0;}
.pdf_sale:has(a:hover) h4{color: var(--color-77);}
@media(max-width:767px){
 .eco_secTwo {padding-block: 3rem 3rem;}
  .pdf_sale{padding-inline: 1.8rem 2.5rem;padding-block: 1.2rem 1.7rem;}
  .sale_data_pdf {margin-top: 4rem;}
}
/*  UIAM - 02031998 End*/
.sec_padding{padding-bottom: 6rem;}
.sec_padding h4{margin-bottom: 3rem;}
.wokring_partnerSec:nth-child(1){margin-top: 3rem;}
.wokring_partnerSec{padding-bottom: 4rem;margin-top: 4rem;border-bottom: 0.1rem solid rgb(35 35 35 / 20%);}
.wokring_partnerSec h4{margin-bottom: 2rem;color: var(--color-23);}
/* .wokring_partnerSec{padding-bottom: 2rem;} */

.wokring_gird{display: grid;grid-template-columns: repeat(2, 1fr);gap: 2rem;}
.wokring_gird .blackbullet_list{margin-bottom: 0;}
.blackbullet_list>li{font-size: var(--font-16);line-height: var(--line-height-24);list-style: disc;margin-bottom: 1rem;color: var(--color-23)}
.blackbullet_list>li::marker{color: var(--color-77);font-size: var(--font-18);}
.blueBullet:has(+p){margin-bottom: 2rem;}
.blueBullet>li{font-size: var(--font-16);line-height: var(--line-height-24);list-style: disc;margin-bottom: 1rem;color: var(--color-23)}
.blueBullet>li::marker{color: var(--color-77);font-size: var(--font-18);}
.blueBullet>li p{margin-bottom: 0px;}
@media(max-width:767px){
  .wokring_partnerSec{padding-bottom: 3rem;margin-top: 3rem;}
  .wokring_gird{grid-template-columns: repeat(1, 1fr);gap: 0;}
}
.associatons_list{width:100%; height:auto;margin-bottom: 42px;    padding-left: 0;}
.associatons_list li{list-style:none;border-bottom: 1px solid #e5e5e5; margin-bottom:36px; font-size: var(--font-18); line-height: var(--line-height-24); color:var(--color-23);}
.associatons_list li:last-child{border-bottom: 0;}
.associatons_list li span{font-weight:700; font-size: var(--font-18); line-height: var(--line-height-24); color:var(--color-23);}
.associatons_list .inner_ul{width:100%; height:auto; padding-left: 0;}
.associatons_list .inner_ul li{border:0px; list-style:none; margin-bottom:21px;}
.associatons_list li ul.inner_ul li.contact_no{width:auto; background:#e5e5e5; padding:10px 17px; display:inline-block; margin-bottom:30px;}
.annual_rpt_sec{padding-bottom: 5rem;}
.annual_rpt_sec .custom_tabs {margin-bottom: 5rem;}
.annual_rpt_sec h2{margin-bottom: 5rem;}
.annual_space{margin-bottom: 5rem;}
.annual_space h4{margin-bottom: 2rem; color: var(--color-23);}
@media(max-width:767px){
  .annual_rpt_sec h2{margin-bottom: 3rem;}
  .annual_space{margin-bottom: 3rem;}
  .annual_space h4{margin-bottom: 2rem;}
}

.conclution_sec {background-color: var(--color-ff);padding: 5rem;margin-bottom: 5rem;}
.conclution_sec h4{margin-bottom: 3rem;}
.conclution_sec  figure{display: grid;grid-template-columns: repeat(2, 1fr);gap: 2rem;}
.conclution_sec  figure img{margin-bottom: 2rem;padding-right: 2rem;border-right: 0.1rem solid rgb(112 112 112 / 20%);}
.conclution_sec figure img:last-of-type {margin-bottom: 0;padding-right:0;border-right: 0;}
.annual_space h5{margin-bottom: 2rem;}
.annual_space .accordion-item-body-content{padding: 3rem;}
.emission_note{margin-top: 4rem;}
.emission_note h6{margin-block: 3rem 3rem;/*font-family: var(--font-Georgia-Bold);*/}
.vehicle_norms{ padding-bottom: 5rem;border-bottom: 0.1rem solid rgb(112 112 112 / 20%);}
.vehicle_norms:last-child{ padding-bottom: 0;border-bottom:0;}
.component_grid{display: grid;grid-template-columns: repeat(2, 1fr);}
.automotive_grid{display: grid;grid-template-columns: repeat(2, 1fr);}
.automotive_left{background-color: var(--color-ff);padding: 3.5rem; border-top-left-radius: 5rem;}
.automotive_left.right_mar {
    margin-left: 10px;
}
.automotive_right{background-color: var(--color-77);padding: 3.5rem;display: flex;flex-direction: column;justify-content: center;border-bottom-right-radius: 5rem;}
.automotive_right>p{ font-size: var(--font-18);line-height: var(--line-height-26);color: var(--color-ff);}
.automotive_right>p:last-of-type{margin-bottom: 0;}
@media(max-width:767px){
  .conclution_sec {padding: 1rem;margin-bottom: 3rem;}
  .conclution_sec  figure{grid-template-columns: repeat(1, 1fr);}
  .conclution_sec figure img{padding-right: 0;border-right: 0; padding-bottom: 2rem;border-bottom: 0.1rem solid rgb(112 112 112 / 20%);}
  .component_grid{grid-template-columns: repeat(1, 1fr);}
  .automotive_grid{grid-template-columns: repeat(1, 1fr); border-top-left-radius: 3rem;border-bottom-right-radius: 3rem;}
  .automotive_left{padding: 1.5rem; border-top-left-radius: 3rem;}
  .automotive_right{padding: 1.5rem; border-bottom-right-radius: 3rem;}
}
/* Thank You Page  */

.inner_right:has(.thankYou_page){padding-left: 0;}
.thankYou_page{margin-inline: auto;height: auto;padding-block: 12rem;}
.thankYou_Content{background-color: var(--color-ff);padding: 5rem;position: relative; text-align: center;}
.thankYou_Content h1{margin-bottom: 3rem;position: relative;}
.thankYou_Content h1::before{content: '\F26F';font-family: bootstrap-icons !important;font-size: var(--font-48);font-weight: 500;margin-bottom: 2rem;display: block;color: var(--color-77);}
.thankYou_Content h3{margin-bottom: 2rem;}
.thankYou_Content p:last-of-type{margin-bottom: 0;}
.thankYou_Content table{margin-bottom: 2rem;}
.thankYou_Content table>tbody>tr{border-top: 0;}
.thankYou_Content table>tbody>tr>td{padding: 0.8rem 0;}
@media(max-width:767px){
  .thankYou_page{padding-block: 7rem;}
  .thankYou_Content{padding: 2rem;}
  .thankYou_Content h1{margin-bottom: 2rem;}
  .thankYou_Content h5{line-height: 1.6;}
}
body .select2-container--default .select2-selection--multiple {outline: 0;border-color: #ccc;height: 4.3rem;margin-bottom: 0;padding: 0.5rem 1.5rem;font-size: var(--font-18);line-height: var(--line-height-24);font-weight: 400;border-radius: 0;    background-image: url(../images/chevron-down.svg);background-repeat: no-repeat;background-size: 1.5rem 1.5rem;background-position: right .89rem center;cursor: pointer;}
body .select2-container--default.select2-container--focus .select2-selection--multiple{border-color: #ccc;}
body .select2-container--default .select2-selection--multiple:has(.select2-selection__clear){background-image: none;}
body .select2-container--default .select2-selection--multiple .select2-selection__choice{background-color: #eee;border: 1px solid #eee;border-radius: 0;font-size: var(--font-18);}
.select2-results__option{font-size: var(--font-18);line-height: var(--line-height-24);font-weight: 400;}
.select2-results__option span{display: flex;align-items: center;gap: 1rem;}
.select2-results__option span input[type="checkbox"]{ width: 1.2em;height: 1.2em;background-color: var(--color-ff);}
.select2-results__option span input[type=checkbox]::before {width: 0.65em;height: 0.65em;}
body .select2-container--default .select2-results__option--selected{background-color: var(--color-77);color: var(--color-ff);}

.hsrp_sec{padding-block: 7rem;background-color: var(--color-f9);position: relative;z-index: 1;}
.hsrp_sec .error_msg input[type="submit"]{background-color: var(--color-24);border-color: var(--color-24);margin-top: 1rem;}
.hsrp_sec .error_msg input[type="submit"]:hover{background-color: var(--color-77);border-color: var(--color-77);}
@media(max-width:1199px){.inner_fullpage{background-color: var(--color-f9);}}
@media(min-width:768px) and (max-width:991px){
  .hsrp_sec{padding: 3rem;}  
}
@media(max-width:767px){
  .hsrp_sec{padding-block: 3rem;}
}

.vri_sec{position: relative;background-color: var(--color-f9);padding-inline: 3rem;}
.vri_sec .prosearch_form .prosearchNote{grid-column: span 2;margin-bottom: 2rem; }
.vri_sec .prosearch_form .prosearchNote>h4{margin-bottom: 2rem;line-height: 1.4;}
.vri_sec .prosearch_form .prosearchNote>h6{margin-bottom: 0;line-height: 1.4;}
.vri_sec .prosearch_form{grid-template-columns: repeat(2, 1fr);}
.vri_sec .prosearch_form .btn_group{grid-column: span 2;}
.btn_breadcrumb{ margin-left: auto;align-items: center;display: flex;gap: 2rem;}
.btn_breadcrumb .more_btn{gap: 1rem;}
.btn_breadcrumb .more_btn::after{font-size: var(--font-15);right: 0;}
.btn_breadcrumb .more_btn:hover::after{right: -0.2rem;}

@media(max-width:767px){
  .vri_sec{padding-inline: 0;}
  .vri_sec .prosearch_form{grid-template-columns: repeat(1, 1fr);padding: 2rem;}
  .vri_sec .prosearch_form .btn_group {grid-column: span 2;}
}


/* Annual Report Area */
.annual_grid{position: relative;}
.annual_bx{ position: relative;display: grid;grid-template-columns: 15% 85%;background-color: var(--color-ff);margin-bottom: 3rem; z-index: 1;}
.annual_bx.csrbx{ grid-template-columns: 20% 80%;}
.annual_bx:last-child{margin-bottom: 0rem;}
.annual_bx::after {position: absolute;content: '';height: .1rem;width: 90%;background-color: var(--color-77);bottom: 0;left: 50%;transform: translateX(-50%);z-index: -1;}
.annual_bx figure{aspect-ratio: 4 / 1; height: 100%;width: 100%;padding: 10px;}
.annual_bx figure>img{height: 100%;object-fit: cover;object-position: center;}
.annual_caption{padding: 2rem;padding-right: 5rem;}
.annual_caption>span{display: block; font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 430;color: var(--color-23);font-family: var(--font-family-Roboto); margin-bottom: 0.5rem;}
.annual_caption h6{ font-size: var(--font-18); font-family: var(--font-family-Roboto);font-weight: 500;line-height: var(--line-height-30); color: var(--color-24);margin-bottom: 0.5rem;}
.annual_caption p{    aspect-ratio: 4 / 0.2; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; margin-bottom: 0;}
.csrbx .annual_caption p { aspect-ratio: 4 / 0.25;}
.annual_bx :is(.annual_caption ul, .annual_caption ol){display: none;}
.annual_bx :is(.annual_caption ul>li, .annual_caption ol>li){list-style: disc; font-size: var(--font-16);line-height: var(--line-height-24);color: var(--color-23);margin-bottom: 0.5rem;}
.annual_bx :is(.annual_caption ul>li, .annual_caption ol>li)::marker{font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-24);}
.annual_bx :is(.annual_caption ul>li, .annual_caption ol>li):last-child{margin-bottom: 0;}
.annual_caption .mberbtn-info {margin-top: 0.8rem;}
.modal-content:has(.annual_body){max-width: 100rem;}
.annual_body{position: relative;display: grid;grid-template-columns: 25% 75%;}
.annual_attactment {display: flex;gap: 1.5rem;margin-block: 2rem;}
.annual_attactment>span{font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 600;color: var(--color-23);font-family: var(--font-family-Roboto); }
.annual_attactment_link{display: flex;gap: 1rem;align-items: center; flex-wrap: wrap;}
.annual_attactment_link>a{position: relative;font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-24);display: inline-flex;font-family: var(--font-family-Roboto);font-weight: 600;gap: 0.5rem;padding: 1.2rem 2rem;padding-left: 5rem;transition: all .5s ease;border: 0.1rem solid rgb(0 36 110 / 30%);}
.annual_attactment_link>a::before{content: '';position: absolute;display: inline-block;background: url(../images/pdf-icon.svg) no-repeat center / contain;width: 2.5rem;height: 100%;top: 0;left: 1rem;}
.annual_attactment_link>a:hover{background-color: var(--color-24);color: var(--color-ff);}
.annual_body .annual_captiondtl{grid-column: span 2;}
.annual_body figure{height:15rem; width:160px}
.annual_body figure>img{height: 100%; }
.annual_body .annual_caption p{margin-bottom: 1rem;}
.annual_body .annual_caption p:last-of-type{margin-bottom: 0;}
.annual_body .annual_caption>span{ font-size: var(--font-18);line-height: var(--line-height-24);margin-bottom: 1rem;}
.annual_body .annual_caption>h6{font-size: var(--font-24); line-height: var(--line-height-30); margin-bottom: 0;}
.annual_captiondtl {margin-top: 2rem;}
.annual_captiondtl p{margin-bottom: 2rem;}
.annual_captiondtl p:last-of-type{margin-bottom: 0;}
.annual_captiondtl .btn_group{display: flex;gap: 1rem;flex-wrap: wrap;}
.annual_captiondtl input[type="submit"]{background-color: var(--color-24);}
.annual_captiondtl .theme_btn{font-weight: 500;display: inline-block;font-size: var(--font-16);line-height: var(--line-height-24);padding: 0.65rem 1.5rem;padding-right: 3rem;border: .1rem solid var(--color-ff);font-family: var(--font-family-Roboto);background-color: var(--color-24);color: var(--color-ff);transition: all .5s ease;background-image: url(../images/arrow-right.svg);background-repeat: no-repeat;background-size: 1.5rem 1.5rem;background-position: right .89rem center;}
.annual_captiondtl .theme_btn:hover{background-color: var(--color-77);}
:is(.annual_captiondtl ul, .annual_captiondtl ol){margin-bottom: 3rem;}
:is(.annual_captiondtl ul>li, .annual_captiondtl ol>li){list-style: disc; font-size: var(--font-16);line-height: var(--line-height-24);color: var(--color-23);margin-bottom: 2rem;}
:is(.annual_captiondtl ul>li, .annual_captiondtl ol>li)::marker{font-size: var(--font-18);line-height: var(--line-height-24);color: var(--color-24);}
:is(.annual_captiondtl ul>li, .annual_captiondtl ol>li):last-child{margin-bottom: 0;}
.annual_search{background: var(--color-ff);padding: 3rem; margin-bottom: 5rem;}
.annual_search .form-group .form-control, .annual_search .form-group .form-select{box-shadow: none;border-color: #ccc;height: 4.3rem;margin-bottom: 0;padding: 0.5rem 1.5rem;font-size: var(--font-16);line-height: var(--line-height-21);font-weight: 400;}
.annual_search .form-group .form-control::placeholder{font-size: var(--font-16);}
.annual_search .btn_group {margin-top: 0;display: flex;align-items: center;height: 100%;}
.annual_search .btn_group .btn{height: 100%;}
@media(max-width:1650px){
  .annual_search{margin-bottom: 3rem;}
}
@media(max-width:991px){
  .annual_bx.csrbx {grid-template-columns: 25% 75%;}
  .csrbx .annual_caption p, .annual_caption p {aspect-ratio: auto;}
}
@media(max-width:767px){
  .annual_search{padding: 2rem; margin-bottom: 3rem;}
  .modal-content:has(.annual_body){width:100%}
  .annual_body {grid-template-columns: auto;}
  .annual_caption { padding: 1rem;}
  .annual_bx{  grid-template-columns: 35% 65%;}
  .annual_caption p {aspect-ratio: 4 / 0.75;}
  .annual_caption .more_btn{font-size: 1.4rem;line-height: 2.4rem;padding-bottom: .4rem;}
  .annual_attactment{flex-wrap: wrap;}
  :is(.annual_captiondtl ul, .annual_captiondtl ol) {margin-bottom: 2rem;}
  :is(.annual_captiondtl ul>li, .annual_captiondtl ol>li)::marker {font-size: 1.5rem;}
  .annual_search .form-group .form-control, .annual_search .form-group .form-select{height: 3.3rem;}
  .annual_bx.csrbx {grid-template-columns: 100%;}
  .csrbx figure{height: 20rem;}
  .csrbx figure>img{object-position: center;}
}
@media (max-width: 330px) {
  .annual_bx{margin-bottom: 2rem;}
  .annual_caption p { aspect-ratio: auto;-webkit-line-clamp: 2;}
  .annual_caption h6{line-height: 1.2;}
}

.hsrp_grid{display: grid;grid-template-columns: repeat(2, 1fr);gap: 4rem 2rem;}
.sbr_reportSec{padding-block: 0 10rem;}
.sbr_report:not(:last-child){padding-bottom: 5rem;margin-bottom: 5rem;border-bottom: 0.1rem solid rgb(112 112 112 / 20%);}
.sbr_title{display: flex;justify-content: space-between;align-items: center;gap: 1rem; margin-bottom: 4rem;}
.sbr_report h4{margin-bottom: 0;}
.sbr_report h6{margin-bottom: 3rem; font-family: var(--font-family-Roboto);font-weight: 600;}
.sbr_report blockquote{font-style: italic; font-size: var(--font-21);line-height: var(--line-height-30);font-family: var(--font-Georgia-Regular);margin-bottom: 3rem; font-family: var(--font-family-Roboto);font-weight: 600;}
.sbr_report .more_btn{ margin-bottom: 0;}
.sbr_report p:last-of-type{margin-bottom: 0;}
.sbr_report ul{margin-bottom: 3rem;}
.sbr_report ul>li>a{ text-decoration: underline;}
.sbr_report ul>li>a:hover{color: var(--color-24);}
.pdf_Sec{padding-bottom: 5rem;}
.pdf_bx{ display: flex;align-items: center;justify-content: space-between;gap: 2rem;padding-block: 1.8rem;background-color: var(--color-ff);border-bottom: 0.1rem solid var(--color-77);padding-inline: 2.8rem 3.5rem;position: relative;margin-bottom: 1rem;}
.pdf_bx img{width: 2rem;flex-shrink: 0;}
.pdf_bx>h4{font-family: var(--font-family-IBM); font-weight: 500;font-size: var(--font-18);line-height: var(--line-height-24);}
.pdf_bx:has(a):hover h4{color: var(--color-77);}
.table-responsive.mb-30{margin-bottom: 3rem;}
.eye_btn{color: var(--color-77);font-size: var(--font-21);text-align: center;display: inline-block;}
.eye_btn:hover{color: var(--color-24);}
.eye_btn>span{font-size: 0;}
span:has(.read_term){text-align: right;}
span .read_term{ color: var(--color-23); margin-top: 0.2rem;  display: inline-block; padding: 0 1rem;}
span .read_term a{ color: red;font-weight: 500;}
@media(max-width:991px){
  .sbr_title{display: flex; flex-wrap: wrap;}
}

@media(max-width:767px){
  .sbr_reportSec{padding-block: 0 3rem;}
  .sbr_report:not(:last-child){padding-bottom: 3rem;margin-bottom: 3rem;}
  .hsrp_grid{gap: 1rem;}
  .sbr_report h6{margin-bottom: 1.5rem; }
  .sbr_report blockquote{margin-bottom: 1.5rem; }
  .pdf_Sec{padding-bottom: 3rem;}
  .pdf_bx{padding-inline: 1.2rem 1.2rem;}
}
@media(max-width:375px){.hsrp_grid{grid-template-columns: repeat(1, 1fr);gap: 1rem;}}
/* Privacy Area Start */
.terms_sec{ padding-block: 6rem 10rem;background-color: #f9f5f5;}
.terms_wraper h5{margin-bottom: 2rem;font-weight: 500;color: var(--color-24);/*font-family: var(--font-Georgia-Bold);*/}
.terms_wraper p{margin-bottom: 1.5rem;}
.terms_wraper p:last-of-type{margin-bottom: 0;}
.terms_wraper p:last-of-type:has(+ul){margin-bottom: 1.5rem;}
.terms_wraper p>a{color: var(--color-77);font-weight: 500;}
.terms_wraper ul>li>a{color: var(--color-77);}
.terms_wraper{margin-bottom: 2rem;padding-bottom: 2rem;padding-left: 2rem;border-left: 0.4rem double rgb(0 0 0 / 10%);}
.terms_wraper:last-child{margin-bottom: 0;padding-bottom: 0;}
.terms_wraper .custom_bullets.mb-30{margin-bottom: 2rem;}
.terms_wraper .custom_bullets>li{font-size: var(--font-14);line-height: var(--line-height-21);margin-bottom: 1rem;padding-left: 1.5rem;}
.terms_wraper .custom_bullets>li::before{background-color: var(--color-12); }
 @media(min-width:1800px){
    .terms_wraper{margin-bottom: 3rem;padding-bottom: 3rem;padding-left: 3rem;}
    .terms_wraper .custom_bullets>li{margin-bottom: 1.5rem;padding-left: 2rem;}
    .terms_wraper p:last-of-type:has(+ul){margin-bottom: 2rem;}
    .terms_wraper .custom_bullets.mb-30{margin-bottom: 3rem;}
 } 
 @media(max-width:767px){
    .terms_wraper{padding-left: 0;margin-bottom: 1.5rem;padding-bottom: 1.5rem;border-left: 0;border-bottom: 0.4rem double rgb(0 0 0 / 10%);}
    .terms_sec {padding-block: 1rem 6rem;}
 }
 .annual_searchsa .col-md-4.col-lg-6 {
    margin-top: 0;
}
 .annual_searchsa .form-group.address_field {
    margin-top: 0;
}
.mberbtn-info {font-size: var(--font-16);line-height: var(--line-height-24);font-weight: 400;font-family: var(--font-family-Roboto);color: var(--color-24);}
.about_sec.about_sec-cus {
    padding-bottom: 0px;
}
.cust-page b {
    font-family: var(--font-family-Roboto) "Roboto", serif;
    font-size: var(--font-16);
    line-height: var(--line-height-24);
}
.cust-page ::marker {
    font-family: var(--font-family-Roboto) "Roboto", serif;
    font-size: var(--font-16);
    line-height: var(--line-height-24);
}
.cust-page li {
    font-family: var(--font-family-Roboto) "Roboto", serif;
    font-size: var(--font-16);
    line-height: var(--line-height-24);
}
.cust-page h4 {
    color: var(--color-23);
    /*font-family: var(--font-Georgia-Bold);*/
}
.cust-page .annual_rpt_sec {
    padding-bottom: 0rem;
}
.cust-page .eco_secOne {
    padding-bottom: 0rem;
    border-bottom: none;
    margin-bottom: 0rem;
}

.cust-page .annual_space {
    padding-bottom: 4rem;
    border-bottom: .1rem solid var(--color-77);
    margin-bottom: 2rem;
}
.cust-page .annual_space h5 {
    margin-bottom: 1rem;
    /*font-family: var(--font-Georgia-Bold);*/
    font-size: var(--font-16);
    line-height: var(--line-height-24);
    font-weight: bolder;
}

.formula-wrapper {
    /*font-family: var(--font-Georgia-Bold);*/
    font-size: var(--font-16);
    line-height: var(--line-height-24);
    color: #000;
}

.formula {
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.formula .numerator {
    display: block;
    padding: 0 10px 6px;
    border-bottom: 1px solid #000;
}

.formula .denominator {
    display: block;
    padding-top: 6px;
}

/* .formula-or {
    text-align: center;
    font-weight: 600;
    margin: 8px 0;
} */
.formula-wrapper {
    /*font-family: var(--font-Georgia-Bold);*/
    font-size: var(--font-16);
    line-height: var(--line-height-24);
    color: #000;
}

.formula-inline {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.formula {
    display: inline-block;
    text-align: center;
}

.formula .numerator {
    display: block;
    padding: 0 10px 6px;
    border-bottom: 1px solid #000;
}

.formula .denominator {
    display: block;
    padding-top: 6px;
}

.formula-multiply,
.formula-result {
    font-weight: 600;
}
.about_sec.about_sec-cus {
    margin-top: 3rem;
}
.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.filters div {
    min-width: 160px;
}


th.auto-desc, td.auto-desc {
        max-width: 126px;
    width: auto;
    white-space: normal;
}

th.siam-desc, td.siam-desc {
    max-width: 125px;
    width:  125px;
    white-space: normal;
}

th.category-col, td.category-col {
    max-width:125px;
    width: 125px;
    white-space: normal;
}
.filters label {
    display: block;
    font-size: var(--font-18);
    line-height: 13px;
    /*font-family: var(--font-Georgia-Bold);*/
    font-weight: normal;
    color: var(--color-23);
    margin-top: 2rem;
}
.presi_bx h6 {
    margin-bottom: 0.5px;
}
.table-wrapper table>thead>tr>th:first-child {
    padding-left: 0.5rem;
    text-align: center;
        width: 2%;
}
.table-wrapper table>thead>tr>th {
    padding-block: 0.3rem;
    padding-inline: 0.3rem;
    /* font-family: var(--font-Georgia-Bold)!important; */
    text-align: center;
    width: 40px;
    line-height: 16px;
}
.table-wrapper table>tbody>tr>td:first-child {
    padding-left: 0.7rem;
}
.table-wrapper table>tbody>tr>td{font-size: 16px!important;}
.table-wrapper table>thead>tr>th{font-size: 16px!important;}
.table-wrapper table > thead > tr > th:nth-child(2),
.table-wrapper table > thead > tr > th:nth-child(3) {
  width: 15%;
  text-align: center;
}
.table-wrapper table > thead > tr > th:nth-child(4),
.table-wrapper table > thead > tr > th:nth-child(5), .table-wrapper table > thead > tr > th:nth-child(6) {
  width: 40%;
  text-align: center;
}


.table-wrapper {
    /* max-height: 70vh; */
    overflow: auto;
    border: 1px solid #ccc;
    margin-bottom: 5rem;
}

/* table {
    border-collapse: collapse;
    min-width: 1400px;
}*/

th, td {
    /* padding: 5px;
    font-size: 13px;
    white-space: nowrap; */
    border: 1px solid #999;
} 

thead th {
    position: sticky;
    top: 0;
    background: #f2f2f2;
    z-index: 2;
    text-align: center;
}
.bearerSmall h4 {font-size: var(--font-18);}
.bearerSmall { padding-block: 3rem 3.1rem;}
/* trade_agreements css start*/
.trade_agreements.eco_secOne .accordion-item-header {padding: 0;}
.trade_agreements.eco_secOne .accordion-item { margin-bottom: 0rem;}
.trade_agreements.eco_secOne table {width: 100%;table-layout: fixed;}
.trade_agreements.eco_secOne th:nth-child(1),
.trade_agreements.eco_secOne td:nth-child(1) {width: 4%;}
.trade_agreements.eco_secOne th:nth-child(2),
.trade_agreements.eco_secOne td:nth-child(2) {width: 18%;}
.trade_agreements.eco_secOne th:nth-child(3),
.trade_agreements.eco_secOne td:nth-child(3) {width: 6%;}
.trade_agreements.eco_secOne th:nth-child(4),
.trade_agreements.eco_secOne td:nth-child(4) {width:72%;}
.trade_agreements.eco_secOne table>tbody>tr {border-top: 5px solid transparent;border-right: .1rem solid #999;}
.trade_agreements.eco_secOne table>tbody>tr>td {padding-inline: 1rem;}
/* .trade_agreements.eco_secOne table>tbody>tr>td {background-color: var(--color-f6);} */
.trade_agreements.eco_secOne table td:nth-child(1) { color: var(--color-24);border-color: #999;}
.trade_agreements.eco_secOne {padding-bottom: 0px;    border-bottom: 0;}
.trade_agreements.eco_secOne .annual_rpt_sec {padding-bottom: 0px;}
.trade_agreements.eco_secOne table>thead>tr>th:first-child {padding-left: 0.7rem;}
/* trade_agreements css end*/
.inner-main {position: relative;}
.inner_right div b {font-size: var(--font-30);line-height: var(--line-height-36);color: var(--color-24);}
.gallery_grid {margin-top: 2rem;}

/*manoj css*/
.col-sm-6.history_of_emission{background: #00246e;
    padding: 10px;
    margin-bottom: 20px;}
.col-sm-6.history_of_emission p{color: #fff;}
.category-cust {
    width: 50%;
}


.table-wrapper.table-custom th {
    padding: 10px 0px;
}
.table-wrapper.table-custom table>tbody>tr>td {
    font-size: 14px !important;
}
.table-wrapper.table-custom table>thead>tr>th {
    font-size: 15px !important;
}