.mt_20 {
  margin-top: 20px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mt_15 {
  margin-top: 15px;
}
.mb_15 {
  margin-bottom: 15px;
}
.p_15 {
  padding: 15px;
}
.p_tb20 {
  padding: 20px 0;
}

ul li,
ol li {
  margin-bottom: 15px;
  color: #54565a;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.red-color {
  color: red !important;
}

.placeholder ul {
  list-style: disc;
  margin: 0 0 0 20px !important;
}

[dir] p {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  word-wrap: break-word;
}

.heading-title {
  margin: 0 0 20px 0;
}
.heading-title h2 {
  line-height: 44px;
  margin: 0;
  font-weight: 800;
  font-size: 32px;
  background: linear-gradient(
    45deg,
    #000 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%; /* Ensures that the gradient is always scaled to 100% of the text */
  display: inline-block;
}
.heading-title .btn-heading {
  text-align: right;
}

h3.heading {
  margin: 0 0 10px 0;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  background: linear-gradient(
    45deg,
    #000 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%; /* Ensures that the gradient is always scaled to 100% of the text */
  display: inline-block;
}

.detailed-card--align-end > [class*='__header'] > [class*='__heading'] h2,
.detailed-card__heading .tile-heading-title h2 {
  line-height: 44px !important;
  margin: 0 !important;
  font-weight: 800 !important;
  font-size: 32px !important;
}
.detailed-card--align-end .detailed-card__content p {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
}

.clientt-sec .heading-title .btn-heading {
  text-align: left;
}
.clientt-sec .collaboration-owl.owl-carousel .owl-stage-outer {
  overflow: hidden !important;
}
.clientt-sec .collaboration-owl.owl-carousel aside .in-block {
  box-shadow: 0 4px 10px rgba(0, 10, 61, 0.16);
  padding: 0px;
}
.clientt-sec .heading-title .btn-heading a.btn.btn--link__primary {
  margin: 15px 0;
}
.clientt-sec {
  padding: 4% 0 0% 0;
  background: #fafafa;
}
.clientt-sec .owl-carousel .owl-nav button.owl-next,
.clientt-sec .owl-carousel .owl-nav button.owl-prev {
  text-align: center;
}

.plant-slider .item .item-ig img {
  transform: scale(1);
  transition: transform 1s ease;
}
.plant-slider .item:hover .item-ig img {
  transform: scale(1.1);
  transition: transform 1s ease;
}

.plant-slider .item:hover .item-nm h4 {
  color: #ffcd00;
}

.owl-carousel.plant-slider .owl-nav button.owl-next,
.owl-carousel.plant-slider .owl-nav button.owl-prev {
  font-size: 20px;
  text-align: center;
}
.explore-sec .explore_slider .owl-item .item {
  transform: translate3d(0, 0, 0);
  margin: 20px 0;
}

.explore-sec .explore_slider .owl-item .item {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.explore-sec .explore_slider .owl-item.center .item {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 100%;
}

.explore-sec .explore_slider .owl-nav {
  text-align: center;
}

.explore-sec .explore_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px 0;
  color: #033aff !important;
}

.explore-sec .explore_slider .item .in-block {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.explore-sec .explore_slider .item .in-block .txt-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  /* background: #ccc; */
  background: rgb(0, 0, 4);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 4, 0.8911939775910365) 0%,
    rgba(0, 212, 255, 0) 100%
  );
}
.explore-sec .explore_slider .item .in-block .txt-content h4.heading {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  margin: 0 0 5px 0;
}

.explore-sec .explore_slider .item .in-block:hover .txt-content h4.heading {
  color: #ffcd00;
}

.explore-sec .explore_slider .item .in-block .txt-content p {
  color: #fff;
  margin: 0 0 0px 0;
}

.explore-sec .explore_slider .item .in-block a.block-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.explore-sec .explore_slider .item .in-block img {
  transform: scale(1);
  transition: transform 1s ease;
}
.explore-sec .explore_slider .item .in-block:hover img {
  transform: scale(1.1);
  transition: transform 1s ease;
}

.breadcrumb-sec .fbc-page .fbc-wrap .fbc-items {
  background-color: transparent !important;
}
.breadcrumb-sec .fbc-page .fbc-wrap .fbc-items li {
  padding: 0px 2px !important;
}

.copyright_links_item p {
  color: #fff !important;
}
nav.navigation.post-navigation {
  display: none;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  background: transparent !important;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-row-2
  .mega-menu-columns-4-of-12 {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #1f2b38;
  padding: 30px;
  position: relative;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  width: max-content;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout:last-child
  ul.mega-sub-menu {
  right: 0 !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-row-2
  .mega-sub-menu:first-child {
  background-color: #1f2b38;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-row-2
  .mega-sub-menu::before {
  content: '';
  width: 100% !important;
  height: 100% !important;
  background-color: red !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: -1 !important;
  display: block !important;
  visible: visible !important;
  opacity: 1 !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 0 20px 0 0;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  h4.mega-block-title {
  margin-bottom: 0px;
  text-transform: unset;
  font-size: 16px;
  font-weight: 700;
  color: #a7a7a7;
  padding-left: 16px;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  .textwidget {
  padding: 0px;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  .textwidget
  img {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  .textwidget
  p {
  font-size: 16px;
  text-transform: unset !important;
  color: #fff;
  margin-bottom: 10px;
  text-transform: unset;
  padding: 20px 0 0 0;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  .textwidget
  .btn--link__arrow:before {
  display: none !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  .textwidget
  .btn--link__arrow:hover {
  text-decoration: none !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  .textwidget
  .btn--link__arrow {
  font-size: 13px !important;
  padding: 6px 14px;
  display: inline-block;
}
.mega-sub-menu li.heading .mega-sub-menu li.mega-menu-item,
.mega-sub-menu li.mega-menu-item {
  margin: 2px 0 !important;
}
.mega-sub-menu li.heading .mega-sub-menu li.mega-menu-item a.mega-menu-link,
.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  color: #fff !important;
  cursor: pointer !important;
  border-bottom: 0px solid #f2f2f2 !important;
  line-height: 16px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin: 0 !important;
  padding: 12px 12px !important;
}
.mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
  display: none !important;
}
.mega-sub-menu
  li.heading
  .mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover,
.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: none !important;
  background: linear-gradient(
    90.85deg,
    #fdc324 2.92%,
    #ed242f 92.17%
  ) !important;
  /* border: 1px solid #CCCCCC66 !important; */
  border-radius: 10px !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-current-menu-item
  a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  .mega-menu-link:hover,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:focus {
  text-decoration: none !important;
  background: linear-gradient(
    90.85deg,
    #fdc324 2.92%,
    #ed242f 92.17%
  ) !important;
  border-radius: 10px !important;
}
.mega-sub-menu li.heading a.mega-menu-link,
.mega-sub-menu li.heading a.mega-menu-link:hover {
  margin-bottom: 0px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #a7a7a7 !important;
  display: block !important;
  cursor: unset !important;
  text-transform: unset !important;
  background: none !important;
  padding-top: 0 !important;
}
#mega-menu-wrap-header-menu #mega-menu-header-menu a.mega-menu-link {
  cursor: pointer;
  display: inline;
  line-height: 32px;
  text-transform: unset !important;
  letter-spacing: 1px;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu {
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-header-menu {
  clear: both;
  position: relative;
  z-index: 20;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 16px !important;
  font-weight: 500 !important;
}
header.sticky-header
  #mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #262626;
}

.mega-sub-menu
  li.heading.mega-current-menu-parent
  .mega-sub-menu
  li.mega-current-menu-item
  a.mega-menu-link {
  text-decoration: none !important;
  background: linear-gradient(
    90.85deg,
    #fdc324 2.92%,
    #ed242f 92.17%
  ) !important;
  /* border: 1px solid #CCCCCC66 !important; */
  border-radius: 10px !important;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item:hover
  > a.mega-menu-link,
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-megamenu.mega-menu-item:hover {
  background-color: #1f2b38;
  color: #fff !important;
}

#mega-menu-header-menu
  li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-current-menu-item
  a {
  text-decoration: none !important;
  background: linear-gradient(
    90.85deg,
    #fdc324 2.92%,
    #ed242f 92.17%
  ) !important;
  border-radius: 10px !important;
}

.researchcenter-sec {
  padding: 20px 0 !important;
}
.researchcenter-sec .card-custome {
  background: #fff;
  padding: 20px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px 0;
  text-align: justify;
  width: 100%;
  display: block;
}
.researchcenter-sec .card-custome p {
  margin-bottom: 15px;
}
.researchcenter-sec .card-custome.card-img img {
  width: 100%;
  height: auto;
}
.researchcenter-sec ul {
  padding: 0 0 0 15px;
  color: #54565a;
}
.researchcenter-sec ul li {
  color: #54565a;
}
.researchcenter-sec .team aside .in-block h3 {
  height: auto;
}
.researchcenter-sec .event-sec .card aside {
  margin: 15px 0;
}
.researchcenter-sec .event-sec .card aside img {
  width: 100%;
}

.sidebar .menu {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.sidebar .menu li.menu-item {
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 5px;
}
.sidebar .menu li.menu-item:nth-last-child {
  margin-bottom: 0px;
}
.sidebar .menu li.menu-item.current-menu-item,
.sidebar .menu li.menu-item:hover {
  background: linear-gradient(
    90.85deg,
    #fdc324 20.92%,
    #ed242f 72.17%
  ) !important;
  color: #fff !important;
}
.sidebar .menu li.current-menu-item a,
.sidebar .menu li.menu-item a:hover {
  color: #fff !important;
}
.sidebar .menu li.menu-item.heading a,
.sidebar .menu li.menu-item.heading a:hover,
.sidebar .menu li.menu-item.heading:hover {
  background: transparent !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #333 !important;
  cursor: unset !important;
}
.sidebar .menu li.menu-item.heading .sub-menu li.menu-item.heading2 {
  padding: 0 0 5px 0 !important;
  border-bottom: #f44336 1px solid;
  border-radius: 0 !important;
}
.sidebar .menu li.menu-item.heading .sub-menu li.menu-item.heading2 a,
.sidebar .menu li.menu-item.heading .sub-menu li.menu-item.heading2 a:hover,
.sidebar .menu li.menu-item.heading .sub-menu li.menu-item.heading2:hover {
  background: transparent !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #333 !important;
  cursor: unset !important;
}
.sidebar .menu li.menu-item.heading ul.sub-menu {
  margin: 0 !important;
  padding: 10px 0 0 15px;
  position: relative;
  list-style: none;
}
.sidebar .menu li.menu-item.heading ul.sub-menu:before {
  content: '';
  width: 2px;
  height: 95%;
  position: absolute;
  border-left: 2px dotted #f9c520;
  left: 5px;
  top: 0;
}
.sidebar .menu li.menu-item a,
.sidebar .menu li.menu-item.heading ul.sub-menu li.menu-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  cursor: pointer !important;
}
.sidebar
  .menu
  li.menu-item.heading
  ul.sub-menu
  li.menu-item.current_page_item
  a,
.sidebar .menu li.menu-item.heading ul.sub-menu li.menu-item:hover a {
  color: #fff !important;
}
.sidebar .menu li .sub-menu li.submenu,
.sidebar .menu li .sub-menu li.submenu:hover,
.sidebar .menu li .sub-menu li.submenu:focus,
.sidebar .menu li .sub-menu li.submenu a,
.sidebar .menu li .sub-menu li.submenu a:hover,
.sidebar .menu li .sub-menu li.submenu a:focus {
  background: transparent !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 600;
  color: #333 !important;
  cursor: unset !important;
}
.sidebar .menu li .sub-menu li.submenu:hover,
.sidebar
  .menu
  li.menu-item.heading
  ul.sub-menu
  li.menu-item.submenu:hover
  a:first-child,
.sidebar .menu li .sub-menu li.submenu a:first-child:hover {
  color: #333 !important;
  cursor: unset !important;
}

.sidebar .menu li .sub-menu li.submenu .sub-menu li.menu-item.current-menu-item,
.sidebar .menu li .sub-menu li.submenu .sub-menu li.menu-item:hover,
.sidebar .menu li .sub-menu li.submenu .sub-menu li.menu-item:hover a {
  background: linear-gradient(
    90.85deg,
    #fdc324 20.92%,
    #ed242f 72.17%
  ) !important;
  cursor: pointer !important;
  color: #fff !important;
}

.notification-sec .notify-blk-in {
  height: auto;
  margin: 0 0 15px 0;
  overflow: hidden;
}
.notification-sec
  .corporate-governance-documents-widget
  .downloadable-file-tiles__left-content__text
  .text-title {
  height: auto;
/*   overflow: hidden; */
}


.center_cards .card {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  margin: 0 0 20px 0;
  padding: 20px;
  width: 100%;
  transition: all 0.3s ease;
}
.center_cards .card .image {
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.center_cards .card .image img {
  width: 50%;
  height: auto;
  margin: auto;
}

.center_cards .card .btn--link__arrow {
  color: #ef2233;
  padding: 0;
}
.center_cards .card .btn--link__arrow:hover {
  color: #ffce1d;
  background: none;
}

table {
  background: #ffff;
  margin-bottom: 0 !important;
}

.top-lang a {
  pointer-events: none;
  cursor: default;
  color: inherit;
  text-decoration: none;
}

.top-lang a[data-gt-lang='en'] {
  display: none;
}

.top-lang .gtranslate_wrapper {
  border: 1px solid #2f2f2f;
  background: #2f2f2f;
  height: 35px;
  border-radius: 4px;
  padding: 0 10px;
  color: #fff;
  display: flex;
  align-items: center;
}

.top-lang a.glink img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  margin-right: 2px;
  margin-top: -5px;
}

.top-lang select.gt_selector option:first-child {
  display: none;
}

.top-lang select.gt_selector {
  background: transparent;
  color: #fff;
  border: none;
  width: 80px;
  display: inline-block;
  line-height: 57px;
  padding: 10px 0;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}

.top-lang select.gt_selector option {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
header.sticky-header .top-lang select.gt_selector {
  padding: 4px 0 0 0;
}

@media only screen and (max-width: 767px) {
  header .nav--top {
    display: none;
  }
  .banner__slides .swiper-container {
    width: 100% !important;
  }
  [dir] .border-b {
    border-bottom: 0px solid #dbdcdb;
  }
  .search__form-wrap {
    display: none;
  }

  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner,
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-inner::after {
    height: 3px;
  }
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner {
    top: 4px;
  }
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    .mega-toggle-block-0
    .mega-toggle-animated-slider
    .mega-toggle-animated-inner::before {
    width: 28px;
  }
  #mega-menu-wrap-header-menu
    .mega-menu-toggle
    .mega-toggle-blocks-right
    .mega-toggle-block:only-child {
    margin-left: 4px;
  }
  header .nav__wrap__custom {
    flex: 100%;
    max-width: 100%;
  }
  [dir='ltr'] header .nav__wrap__custom {
    padding-left: 15px !important;
  }
  .mega-menu-toggle {
    position: absolute;
    right: 0;
    top: -40px;
  }

  header.sticky-header .logowithtxs .logo-txt {
    opacity: 1;
    position: absolute;
    top: 2px;
    right: -12px;
  }

  header.sticky-header .logowithtxs img {
    width: 40px;
    height: auto;
    margin: 0 0 0 6px;
  }

  header.sticky-header .mega-menu-toggle {
    top: 5px;
  }
  header.sticky-header .nav__wrap__custom {
    flex: 100%;
    max-width: calc(100% - 0px);
    padding-left: 0 !important;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle {
    position: absolute;
    top: -50px;
  }

  #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    .mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    .textwidget
    a.btn--link__arrow {
    font-size: 12px !important;
    padding: 6px 15px;
    margin: 10px 0;
    display: inline-block;
  }

  header.sticky-header
    #mega-menu-wrap-header-menu
    #mega-menu-header-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    color: #fff;
  }
  [dir='ltr'] header.sticky-header .nav__wrap__custom {
    padding-left: 0px !important;
  }

  .heading-title h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 0;
  }
  [dir] .tile-heading-title .h2,
  [dir] .tile-heading-title h2 {
    font-size: 20px !important;
  }
  [dir] .container {
    padding: 0 15px;
  }

  [dir] a.btn,
  [dir] button.btn {
    padding: 4px 15px 2px 15px;
    width: fit-content;
  }
  .btn--link__primary {
    min-width: auto !important;
  }
  .explore_slider {
    padding: 0 15px;
  }
  .item-wrapper {
    height: 300px;
  }
}

.service-catalog-card {
  padding: 20px 0;
}
.service-catalog-card aside .in-block {
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
  padding: 20px 20px 28px;
  transition: all 0.3s;
  text-align: left;
  position: relative;
  min-height: 300px;
  margin: 0px 0 15px 0;
  overflow: hidden;
  background-position: center top;
  background-size: cover !important;
  background-repeat: no-repeat;
}
.service-catalog-card aside .in-block .in-text {
  position: absolute;
  width: 80%;
  background: var(
    --gradient,
    linear-gradient(180deg, rgba(254, 201, 64, 0.8), rgba(249, 84, 0, 0.9))
  );
  padding: 20px 20px 30px 20px;
  border-radius: 0 8px 0 0;
  bottom: 0;
  left: 0;
}
.service-catalog-card aside .in-block h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  height: 62px;
}
.service-catalog-card aside .in-block img.feature-image {
  width: 120px;
  margin: 0 auto 20px auto;
}
.service-catalog-card aside .in-block img.new-taq {
  position: absolute;
  width: 60px;
  right: 20px;
}
.service-catalog-card aside .in-block:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  background: #f2f2f2;
}

.notification-sec
  .corporate-governance-documents-widget
  .downloadable-file-tiles__left-content__text
  img.new-taq {
  position: relative;
  width: 60px;
  display: block;
}
.downloadable-file-tiles {
  align-items: stretch;  /* NOT center */
}


.event-sec .news-box {
  position: relative;
}
.event-sec .news-box a.link-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-sec .news-box .image {
  background-size: cover;
  height: 100%;
  background-position: center center;
  overflow: hidden;
  transition: height 1s ease;
}
.event-sec .news-box:hover .image {
  height: 110%;
  transition: height 1s ease;
}
.event-sec .news-box .image figure {
  display: none;
}
.event-sec .mt_15 {
  margin-top: 10px;
}

[dir] .dark-bg-img a.btn--primary:hover,
[dir] .dark-bg-img button.btn--primary:hover,
[dir] .banner a.btn--primary:hover,
[dir] .banner button.btn--primary:hover {
  border: 1px solid #fff !important;
  color: #fff !important;
}

[dir] .banner a.btn--primary:hover:after,
[dir] .banner button.btn--primary:hover:after {
  color: #fff !important;
}

.new-tag-desk {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #00c853;
  display: inline-block;
  border-radius: 2px;
  background-repeat: no-repeat;
  padding: 0 3px;
  line-height: 12px; animation: blinkBackground 1s infinite; border-radius:4px;
}

.service-catalog-card aside .in-block .new-tag-desk {
  position: absolute;
  right: 10px;
  top: 10px;
}

@keyframes blinkBackground {
    0%, 100% {
        background-color: #00c853; /* Original green color */
    }
    50% {
        background-color: #140d58; /* Blinking red color */
    }
}
.prtBlm p {
  color: #fff !important;
}

.team aside .in-block {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
}
.team aside .in-block .team-img img {
  width: 100%;
}
.team aside .in-block .team-img figure {
  height: 125px;
  overflow: hidden;
  margin: 0;
}
.team aside .in-block .team-txt-in {
  min-height: 100px;
}
.team aside .in-block h3 {
  margin: 0;
  padding: 0;
  color: #01468d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.team aside .in-block:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#banner .text {
  background: #000000a1;
  padding:10px;
  border-radius: 14px;
  overflow: hidden;
}

.sidebar .menu li.current-menu-item a {
  color: #fff !important;
}

.item-wrapper .date-fullyear {
  position: absolute;
  top: 15px;
  z-index: 99;
  background: #f2f2f2;
  padding: 6px 10px;
  border-radius: 8px;
  left: 15px;
}

.item-wrapper .link-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

header .logo-txt.logo-txt1 p {
  width: 160px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 0 0 6px;
  font-weight: 600 !important;
  text-transform: uppercase;
  line-height: 20px;
  padding: 3px 0 0 12px;
  border-left: 1px solid #f2f2f2 !important;
  letter-spacing: 1px !important;
}

header.sticky-header .logo-txt.logo-txt1 p {
  color: #000;
  margin: 2px 0 0px 6px;
}

.two-colors {
  background: linear-gradient(
    45deg,
    #000 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  display: inline-block;
}

.vision_mission {
  padding: 20px;
}
.in_vision_mission span.green {
  background: #095a81;
  color: #fff;
  padding: 1px 8px;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 4px;
}
.in_vision_mission:first-child {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
}
.in_vision_mission p {
  text-align: justify;
}
.in_vision_mission h4 {
  font-weight: 900;
  font-size: 35px;
  line-height: 35px;
  background: linear-gradient(
    45deg,
    #000 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  display: inline-block;
  margin: 0;
}

.in_vision_mission ul,
.in_vision_mission ol {
  margin: 0 0 0 20px !important;
}

[dir] #banner .swiper-slide img.banner-mobile-img {
  display: none;
}

.mision-vision-title {
  position: relative;
  padding: 10px 0 0 80px;
}
.mision-vision-title img {
  position: absolute;
  width: 70px;
  left: 0;
  top: 0;
}

.corporate-governance-documents-widget .downloadable-file-tiles__left-content {
  position: relative;
}
.corporate-governance-documents-widget
  .downloadable-file-tiles__left-content
  a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  let: 0;
}
.corporate-governance-documents-widget
  .downloadable-file-tiles__row:hover
  .downloadable-file-tiles__right-content__download-btn {
  color: #fff !important;
  background: #ed242f !important;
}

#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  .mega-sub-menu {
  background-color: #1f2b38 !important;
  padding: 5px 10px !important;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-flyout
  .mega-sub-menu
  li
  .mega-sub-menu {
  width: max-content;
  top: 0px !important;
  position: absolute !important;
  margin: 0 !important;
}
#mega-menu-wrap-header-menu
  #mega-menu-header-menu
  > li.mega-menu-item.left-dropdown
  .mega-menu-item-has-children
  .mega-sub-menu {
  left: auto !important;
  right: 100% !important;
}
[dir] .inner-banner.placeholder--bg-fixed-cover {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
[dir] .inner-banner .page-cover {
  padding-top: 0px;
}
.inner-banner .page-cover__content .page-cover__details .page-cover__text {
  min-height: auto;
}
[dir] .inner-banner .page-cover__content .page-cover__details {
  padding-bottom: 0;
  position: absolute;
  left: 2%;
  bottom: 6%;
}
[dir]
  .inner-banner
  .page-cover__content
  .page-cover__details
  .page-cover__text
  h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.feed-wedget-fb {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid rgb(207, 217, 222);
  height: 300px !important;
  top: 0px !important;
  position: relative !important;
  padding: 0 15px 0 15px;
  width: 100%;
  text-align: center;
  background: #f5f6f7;
}
.feed-wedget-instagram {
  border-radius: 12px !important;
  overflow-y: scroll;
  border: 1px solid rgb(207, 217, 222);
  height: 300px !important;
  top: 0px !important;
  position: relative !important;
  padding: 5px;
  width: 100%;
  text-align: center;
  background: #f5f6f7;
}
.feed-wedget-instagram iframe#instagram-embed-0 {
  width: 100%;
}
.feed-wedget-instagram iframe#instagram-embed-0 .xwxc41k {
  padding: 0 10px !important;
}
.notification-sec .announcement .downloadable-file-tiles__row,
.corporate-governance-documents-widget .downloadable-file-tiles__right-content,
[dir]
  .corporate-governance-documents-widget
  .downloadable-file-tiles__row:last-of-type {
  background: #fff;
  border-radius: 10px;
}
[dir='ltr']
  .corporate-governance-documents-widget
  .downloadable-file-tiles__left-content {
  background: #fff;
}
[dir='ltr']
  .corporate-governance-documents-widget
  .downloadable-file-tiles__left-content {
  border-radius: 10px;
}
.notify-sec {
  background-size: cover;
  display: block !important;
}
.notify-sec .heading-title h2 {
  padding-top: 10%;
  width: 310px !important;
  font-size: 44px !important;
  line-height: 51px !important;
  margin-left: 10%;
}
.notify-sec section {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  margin: auto;
  box-shadow: 0 4px 32px rgba(0, 10, 61, 0.16);
}
.notify-sec section .heading-title {
  background: linear-gradient(45deg, #fac51d 30.07%, #e92829 88.1%);
  text-align: center;
  margin: 0;
}
.notify-sec section:hover .heading-title {
  background: #e92829;
}
.notify-sec section .heading-title h3 {
  color: #fff !important;
  margin: 0;
  text-align: center;
  font-size: 24px;
}
.notify-sec .notify-blk-in {
  padding: 20px 20px 0px 20px;
  min-height: 452px;
}
.notify-sec section .btn-sec {
  padding-bottom: 20px;
}
.notify-sec section .downloadable-file-tiles__row {
  position: relative !important;
}
.vc-message-sec-h .tile-heading-title h2 {
  line-height: 44px;
  margin: 0;
  font-weight: 800;
  font-size: 32px;
  background: linear-gradient(
    45deg,
    #000 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
  /* display: inline-block; */
  line-height: 40px;
}

.team__content .team__card-wrapper .team__card-media {
  height: 270px;
  overflow: hidden;
}

.data-card-reverse__content .data-card-reverse__media img {
  box-shadow: 0 1px 2px rgb(0 0 0 / 62%);
  border-radius: 8px;
  padding: 8px;
  background: linear-gradient(
    45deg,
    #fff 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
}

section.announcement .btn-sec {
  text-align: right;
}

table thead tr {
  background: linear-gradient(45deg, #fac51d 30.07%, #e92829 88.1%);
  margin: 0;
}
table thead tr td,
table thead tr th {
  color: #fff;
  vertical-align: text-bottom;
}
table tbody tr td {
  text-align: left;
}

.home-register-info-box-container {
  background: #f5f7f9;
  border-radius: 10px;
  padding: 25px;
}
.home-register-info-box-container .in-block {
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid; /* Set border width */
  border-image: linear-gradient(
    45deg,
    #000 20.07%,
    #fac51d 56.07%,
    #e92829 88.1%
  );
  border-image-slice: 1;
}
.home-register-info-box-container .in-block p.phone-email {
  margin: 15px 0;
  font-size: 20px;
}
.home-register-info-box-container .in-bloc h3.heading {
  margin: 20px 0 !important;
}
[dir] .about-sec-h.placeholder--bg-cover-overlay:after {
  background: linear-gradient(270deg, #00000000 0%, #fac51d 0%, #e92829 70%);
  width: 54%;
  left: auto;
}

.formset-sec form .form-control,
.formset-sec form .form-control:focus {
  color: #000;
  border-radius: 8px;
  background: #fdc51b40;
  height: 50px;
  border: 0;
}

.formset-sec form .form-control:-webkit-autofill {
  background-color: #fdc51b40 !important;
}
.formset-sec form .form-control:-webkit-autofill:focus {
  background-color: #fdc51b40 !important;
}
.formset-sec form .form-control:autofill {
  background-color: #444f5c !important;
}

.formset-sec form textarea.form-control {
  min-height: 90px;
}
.formset-sec form .intl-tel-input {
  position: relative;
  display: block;
}
.formset-sec form input.btn--primary {
  border: 0;
  color: #1e1e1e;
  background: var(--gradient, linear-gradient(180deg, #fec940, #f90));
  padding: 16px 20px 14px 20px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 45px;
  position: relative;
  border: 1px solid transparent !important;
  transition: all 0.2s ease-in;
}

.formset-sec form input.btn--primary:after {
  content: 'arrow_forward';
  transition: all 0.5s;
  font-family: Material Icons;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  top: 4px;
  left: 5px;
  right: 5px;
}
.formset-sec form input.btn--primary:hover {
  color: #000 !important;
  background: transparent !important;
  border: 1px solid #000 !important;
  transition: all 0.2s ease-in;
}
.formset-sec form input.btn--primary:hover:after {
  transition: all 0.2s ease-in;
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  -o-transform: translateX(6px);
  transform: translateX(6px);
}

header .position-static {
  position: relative !important;
}
header .position-static .search__form-wrap.active {
  background: linear-gradient(45deg, #fac51dba 30.07%, #e9282991 88.1%);
  width: 100%;
  height: 100vh;
  padding: 20px;
  border-radius: 12px;
  position: fixed;
  top: 5px;
  z-index: 99;
  left: 0;
}
header .position-static .search__form-wrap .search-form {
  z-index: 99;
  display: none;
}
header .position-static .search__form-wrap.active .search-form {
  display: block;
  position: relative;
  top: 50%;
  padding: 0 5%;
}
header.sticky-header .search__form-wrap a.close__icon,
header .search__form-wrap a.close__icon {
  top: 26px !important;
  right: 10px !important;
  font-weight: 300;
  font-size: 32px;
  color: #fff !important;
  border-left: 1px solid #000000;
  padding: 0 4px;
}
header .position-static .search__form-wrap .search-form input.search-field,
header
  .position-static
  .search__form-wrap
  .search-form
  input.search-field:focus {
  width: 100%;
  border-radius: 5px;
  border: none;
  padding: 6px 20px 4px 20px;
  line-height: 50px;
  outline: none;
  height: auto;
}
header .position-static .search__form-wrap .search-form input.search-submit {
  position: absolute;
  background: #e92829 !important;
  border: none;
  color: #fff;
  padding: 16px 10px !important;
  transition: 2s;
  margin-left: 4px;
  top: 1px;
  right: auto !important;
  width: 60px;
  height: 60px;
  font-family: 'Material Symbols Outlined';
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  right: 0;
  border-radius: 8px !important;
}
header
  .position-static
  .search__form-wrap
  .search-form
  input.search-submit:hover {
  opacity: 0.8 !important;
  background: #fdc51b !important;
}
header .position-static .search__form-wrap .search-form label {
  width: 92%;
}

.searchresults_sec header,
.searchresults_sec header.sticky-header {
  background: none !important;
  position: unset !important;
}

.pop-up-sec .modal-dialog {
  width: 80%;
  margin: 8% auto 2% auto;
  max-width: 80%;
}
.pop-up-sec .modal-dialog .modal-body {
  padding: 0;
}
.pop-up-sec .modal-dialog .modal-body {
}
.pop-up-sec .modal-dialog .modal-body .brouch-download-sec .form-sec {
  padding: 0px 0;
}
.pop-up-sec .close {
  opacity: 1;
  color: #e62933;
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: 12px;
  border: none;
  background: transparent;
}
.pop-up-sec .close:hover {
  opacity: 0.7;
}
.pop-up-sec .section-title {
  text-align: left;
  padding: 0 15px 15px 15px;
}
.pop-up-sec .modal-dialog {
  top: 15% !important;
}
.pop-up-sec .modal-dialog .succfail-box.succ {
  text-align: center;
  padding: 20px !important;
}
.pop-up-sec .modal-dialog .succfail-box.succ img {
  width: 100%;
  height: auto;
}
.pop-up-sec .modal-dialog .succfail-box.succ h2 {
  color: #00a651;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.pop-up-sec .modal-dialog .succfail-box.succ p {
  margin: 10px;
  line-height: 20px;
  font-size: 16px;
}
.pop-up-sec .modal-dialog .modal-content .modal-body img.tick-img {
  width: 220px;
  margin: 20px auto;
}
.pop-up-sec.success-pop .modal-dialog {
  margin-top: 30px;
  width: 400px;
  background: linear-gradient(-60deg, #fac51d 42.07%, #e92829 49.1%);
  padding: 5px;
  border-radius: 5px;
}
.pop-up-sec .modal-dialog.home_modal_icon {
  margin-top: 0%;
  width: 48%;
}
.modal-backdrop.fade.in {
  height: 100% !important;
}
.pop-up-sec .modal-dialog.home_modal_icon .succfail-box.succ img {
  width: 100%;
  height: auto;
}
.pop-up-sec.success-pop .modal-dialog .modal-body {
  padding: 0;
}
.modal-backdrop {
  opacity: 1 !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}


.filter-search-sec.text-right {
  text-align: right;
}
.placeholder .filter-search-sec .searchandfilter ul,

.filter-search-sec .searchandfilter ul {
  margin: 0 !important;
  padding: 0;
}
.filter-search-sec .searchandfilter ul li {
  margin: 0 0 0px 0;
  padding: 0;
}
.filter-search-sec .searchandfilter select.sf-input-select,
.filter-search-sec .searchandfilter select.sf-input-select:focus {
  min-width: 170px;
  padding: 8px 10px;
  border: 0px solid #fac51d;
  background: var(
    --gradient,
    linear-gradient(180deg, rgba(254, 201, 64, 0.8), #f95400e6)
  );
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 6px;
  outline: none;
}

.filter-search-sec .searchandfilter select.sf-input-select option {
  background: #f57e1c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  min-height: auto;
}

.wp-pagenavi { text-align:center; margin-top:30px; display:block;  }
.wp-pagenavi span.pages{ display:none;  }
.wp-pagenavi a, 
.wp-pagenavi span {
    text-decoration: none;
    border: 0px solid #BFBFBF;
    padding: 2px 8px;
    margin: 2px;
    background: var(--gradient, linear-gradient(180deg, rgba(254, 201, 64, 0.8), #f95400e6));
    color: #fff;
    border-radius: 5px;
}
.wp-pagenavi span.current{padding: 5px 12px;}
.wp-pagenavi a:hover, 
.wp-pagenavi span:hover,
.wp-pagenavi span.current{background:#eb242e; }


.telemanas14416{ margin:-30px 0 0 0; width:100%; }

/* Custom numbering */
ol.decimal-num {
	counter-reset: item;
	list-style: none;
}
ol.decimal-num li {
	counter-increment: item;
	margin-bottom: 10px;
}
ol.decimal-num li:before {
	content: counter(item) ".";
	font-weight: bold;
	margin-right: 5px;
}
/* For sub-items */
ol.decimal-num li .sub-list {
	    counter-reset: sub-item;
    list-style: none;
    margin: 0;
    padding: 0px 0 0 18px;
}
ol.decimal-num li .sub-list li {
	counter-increment: sub-item;
	position: relative;
    padding: 0 0 0 34px;
}
ol.decimal-num li .sub-list li:before {
	content: counter(item) "." counter(sub-item) " ";
	    position: absolute;
    left: 0;
}





.nocopy {
      user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      -moz-user-select: none;
    }






