/* .section {
  overflow: hidden;
} */

body {
  font-family: 'Lato', sans-serif;
  font-display: swap;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 400;
  color: #4a4a4a;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

p {
  margin-top: 0;
  text-align: justify;
  color: #000035;
}

html {
  scroll-behavior: smooth;
}

ul {

  list-style: none;
}

.navbar {
  padding: 0rem;
  padding: 0rem;
}

.page-bg-top header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1024;
  background: #fff;
  box-shadow: 30px #000 6;
}

.page-bg-top header .navbar .navbar-brand .logo {
  width: 100px;
  padding: 0.5rem 0;
}

.page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
  list-style: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}

.page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0px !important;
}

.page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000035;
  font-size: 0.95rem;
  display: block;
  line-height: 30px;
  font-weight: 500;
  opacity: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
  content: '.';
  color: transparent;
  transition: all 0.5s;
}

.page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #000;
}

.page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
  border-bottom: 3px solid #f05223
}

.page-bg-top header .navbar.scrolled {
  background: #fff;
  /* height: 60px; */
}

.page-bg-top header .navbar.scrolled .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #000035;
}

.page-bg-top header .navbar.scrolled .navbar-brand .logo {
  width: 100px;
}

.before-after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 78;
  opacity: 0.8;
  z-index: -1;
}

.home-slider .overlay {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.73;
  z-index: -1;
}

.home-slider .anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
}

.home-slider .anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.home-slider .anim-icons .icon-dotted-world {
  width: 430px;
  height: 430px;
  top: 20%;
  background-image: url(../images/slide-1.avif);
}

.home-slider .anim-icons .icon-dotted-world.left {
  left: -280px;
  -webkit-animation: bounce-x 10s infinite;
  animation: bounce-x 10s infinite;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.home-slider .anim-icons .icon-dotted-world.right {
  right: -280px;
  -webkit-animation: bounce-x 10s infinite;
  animation: bounce-x 10s infinite;
}

.home-slider .banner-caption {
  /* z-index: 2;
  */
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}

.home-slider .banner-caption h3 {

  font-size: 1.5rem;
  margin-bottom: 20px;
  font-weight: 600;
  text-shadow: -4px 4px 12px #ff3a00;
}

.home-slider .banner-caption h1 {
  font-size: 2rem;
  color: #66328d;
  font-weight: 700;
}

.home-slider .banner-caption h2 {
  color: #fff;
  text-align: center;
  line-height: 0.5;
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 40px;
}

.home-slider p {
  color: #fff;
  margin: 0;
  padding: 0;
}

.home-slider h4 {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  padding: 5px;
}

.home-slider .banner-text {
  font-size: 1.5rem !important;
  /* background-color: #f9f9f9;
  */
  padding: 10px;
  font-weight: 700;
  color: #fffcf5;
  display: inline;
}

.home-slider .banner-text h6 {
  font-size: 1rem;
  font-weight: 300;
  padding: 10px;
  margin: 10px 0;
  font-family: "Alex Brush";
}

.banner-caption h5 {
  color: #ffc107;
  line-height: 1.6;
  font-weight: 700;
  font-size: 1.5rem;
}

.banner-caption .banner-cap {
  text-align: center;
  color: #fff;
  font-size: 1rem;
}

.banner-caption .widget-item {
  position: relative;
  margin: 10px;
}

.banner-caption .widget-item .widget-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-caption .widget-item .widget-img img {
  width: 115px;
  opacity: 0.1;
  filter: hue-rotate(145deg);
}

.inner-image {
  border-radius: 20px;
}

.home-headings-custom {
  color: #ee8231;
  margin: 20px;
}

.home-headings-custom .first-word {
  color: #009cde;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.nav-list ul li {
  color: #202020;
  font-size: 16px;
  font-weight: 300;
  transition: all 500ms ease;
  position: relative;
  line-height: 29px;
  padding-left: 33px;
  list-style-type: none;
}

.banner-pd {
  padding: 40px 0px;
}

.section {
  padding: 50px 0px;
  /* overflow: hidden; */
}

.bg-gray {
  background-color: #f2f2f2;
}

.footer-bottom {
  background: #0f4087;
}

.back-to-top {
  position: fixed;
  display: none;
  color: #66328d;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 7px;
  color: #f05223;
  font-size: 2rem;
}

.list-line li {
  margin-right: 25px;
  position: relative;
  color: #000;
  margin-bottom: 15px;
}

.list-line li:before {
  position: absolute;
  content: "\f123";
  left: -30px;
  top: 5px;
  transform: rotate(180deg);
  font-size: 14px;
  line-height: 20px;
  color: #009cde;
  font-weight: 600;
  font-family: FontAwesome;
}

@media screen and (max-width: 767px) and (min-width: 320px) {
  body {
    font-size: 0.8rem;
  }

  /* section {
    overflow: hidden;
  } */

  .speaker-info {
    height: 180px !important;
  }

  .speaker-col {
    height: 248px !important;
  }

  .overview-content .features-list {
    margin-left: 5px !important;
  }

  li.schedule-details.block {
    margin-left: 0px;
  }

  .banner-pd {
    padding: 10px 0px;
  }

  .outer-box {
    padding: 0 10px;
  }

  .imp-date .important-text {
    border-radius: 0px;
    margin-bottom: 0px;
  }

  .imp-date .important-text h5 {
    font-size: 1rem;
  }

  .home-slider .banner-caption {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    line-height: 10px;
    padding: 1em 5% 13px;
    text-align: left;
    color: #677294;
    font-size: 0.7rem;
  }

  .home-slider {
    height: 60vh;
  }

  .home-slider .banner-caption h1 {
    padding-top: 0px;
  }

  .home-slider .banner-caption .banner-text h2 {
    font-size: 0.71rem;
  }

  .home-slider .banner-caption .banner-text h6 {
    font-size: 0.6rem;
    margin: 0;
  }

  .home-slider .banner-caption .banner-text h4 {
    font-size: 1rem !important;
  }
}

@media (min-width: 600px) {
  .home-slider {
    height: 55vh;
  }

  .home-slider .banner-text {
    font-size: 1rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 1rem;
  }

  .home-slider {
    height: 47vh;
  }
}

@media only screen and (min-width: 1200px) {
  .home-slider {
    height: 100vh;
  }
}

@media screen and (max-width: 992px) and (min-width: 320px) {
  .page-bg-top header .navbar {
    background-color: #fff;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  .page-bg-top header .navbar .navbar-brand .logo {
    width: 60px;
  }

  .page-bg-top header .navbar.scrolled .navbar-brand .logo {
    width: 40px;
  }

  .home-slider .banner-caption h1 {
    font-size: 1.5rem;
  }

  .home-slider .banner-caption h2 {
    font-size: 1.4rem;
    margin: 10px 0;
  }

  .home-slider .banner-caption h5 {
    margin: 20px 0;
  }

  .home-slider .inner-image {
    width: 80%;
  }

  .google-map {
    height: 100px;
    width: 330px;
  }

  .date {
    height: 401px;
  }
}

@media (max-width: 992px) {
  .page-bg-top header .navbar .navbar-collapse .navbar-nav {
    overflow-y: scroll;
    height: auto;
  }
}

@media (max-width: 600px) {
  .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .page-bg-top header .navbar .navbar-collapse .navbar-nav .nav-item {
    text-align: center !important;
  }
}

@media (max-width: 991px) {
  .page-bg-top header .navbar-collapse {
    position: fixed;
    top: 53px;
    right: 0;
    min-width: 230px;
    height: 100%;
    background: #fff;
    box-shadow: 0 5px 10px 0 #000;
    z-index: 9;
    padding: 20px;
  }

  .page-bg-top header .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease;
  }

  .page-bg-top header .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out;
  }

  .page-bg-top header .navbar-toggler.collapsed~.navbar-collapse {
    transition: right 500ms ease-in-out;
  }

  .page-bg-top header .navbar-toggler {
    border: none;
    outline: none;
    background: transparent;
    color: #ff7800;
    box-shadow: none;
    font-size: 30px;
  }

  .page-bg-top header .navbar.fixed-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
  }

  .page-bg-top header .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
  }
}

@media only screen and (max-width: 1023px) {
  .home-slider .anim-icons {
    opacity: 0.1;
  }
}

.section-pd {
  padding: 40px 0px;
}

.banner-img {
  background-image: url(../../assets/images/slide-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: rotateY(180deg);
  height: 700px;
  width: 100%;
}

.banner-caption {
  transform: rotateY(-180deg);
}

.banner-about {
  background-image: url(../../assets/images/slide_02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-about-us {
  /* background-image: url(../../assets/images/4.jpg); */
  background-color: #fff;
}

.call-bg {
  background-image: url(../../assets/images/1.webp);
}

.banner-important {
  background-image: url(../../assets/images/4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* .tech-img{
  margin-bottom: 50px;
} */

/* .chair {
  background: #e2e9cd;
  /* background-image: url(../../assets/images/4.jpg);
} */

@media (max-width: 767px) and (min-width: 320px) {
  .text-inner {
    padding: 1px 20px !important;
    margin: 0px;
  }

  .patron-chairs-inner .patron-chairs-sub-title {
    background: #f05223;
    padding: 20px 14px;
  }

  .patron-chairs-inner .patron-chairs-sub-title h4 {
    font-size: 1rem;
  }

  .patron-details {
    margin-bottom: 20px;
  }
}

.text-inner {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  padding: 24px;
  margin: 10px;
  line-height: 60px;
  text-align: center;
  display: table-cell;
  border: 2px solid #6b6b6b;
}

table thead th {
  color: #0b0b31;
}

.section-heading-1 h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #001830;
  padding-bottom: 10px;
}

.section-heading-1 span {
  color: #66328d;
}

.section-heading h2 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #0b0b31;
  padding-bottom: 20px;
}

.section-heading span {
  background: -webkit-linear-gradient(0deg, #041338 22%, #ff6300 67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inner {
  color: #fff;
  margin: 0;
  padding: 10px;
  line-height: 1.6;
  min-height: 300px;
}

.inner p {
  margin: 0;
  text-align: justify;
}

.overlay {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #252525 c7;
  opacity: 0.68;
  z-index: -1;
}

.footer-top {
  text-align: center;
  padding: 10px;
  background: #fff 66;
  color: #000;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #66328d;
}

.section-bg {
  background-color: #1e344e;
}

.notify {
  border: 1px solid #d7b56d;
  background-color: #eee 33;
  padding: 20px;
  border-radius: 29px;
}

.notify h5 {
  color: #000;
  font-size: 1.3rem;
}

.notify h5 span {
  color: #66328d;
  font-weight: 700;
}

.event-calendar .single-about-box {
  box-shadow: 9px 20px 30px #dfdfdf;
}

.single-about-box:hover,
.event-single-block:hover,
.event-single-about-box:hover {
  background-color: #fff;
  box-shadow: 0 10px 55px 5px #000 26;
  transform: translateY(-5px);
}

.single-about-box {
  /* position: relative;
  */
  transition: 0.4s;
  background: #fff;
  box-shadow: 0 0 14px -5px #000 8a;
  padding: 10px;
}

.single-about-box {
  min-height: 190px;
}

.single-about-box .unit-left {
  color: #66328d;
}

.single-about-box .unit-left h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #66328d;
}

.unit-body {
  color: #000;
}

.unit-body h6 {
  font-size: 0.9rem;
}

.unit-body ul {
  margin: 0;
}

.bg-commitee {
  position: relative !important;
  background-color: #000035;
  padding: 50px;
}

.bg-commitee .span {
  color: #fff;
}

.bg-commitee .food-menu-tabs a {
  font-size: 1rem;
  display: block;
  color: #fff;
  border: 1px solid #f06d4394;
  border-radius: 10px;
  position: relative;
  padding: 3px 15px;
  margin: 5px;
  text-transform: none;
  transition: background 0.3s, color 0.3s;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #ffffff;
  background-color: #f05223;
}

.bg-commitee .tab-content .h5 {
  color: #fff;
}

.section-title .food-menu-tabs .active {
  color: #fff;
  background-color: #696161;
}

.patron {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.patron .color-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.patron .patron-sub-title {
  background: #fff;
  padding: 10px 0;
  display: inline-block;
  width: 73%;
  transition: 0.6s;
}

.patron .patron-sub-title h3 {
  font-size: 1.3rem;
}

.patron .patron-details:hover .patron-img {
  transition: 0.6s;
  background: #f05223;
  opacity: 0.7;
}

.patron .patron-details:hover .patron-sub-title {
  color: #66328d;
}

.patron .patron-details:hover h3 {
  font-weight: 600;
}

.patron-sub-title-1 {
  background-color: #000;
  padding: 10px;
}

.patron-sub-title-1 h3 {
  color: #fff;
}

.patron-chairs-sub-title {
  padding: 10px 0;
  display: inline-block;
  width: 73%;
  transition: 0.6s;
  color: #000;
  background-color: #fff;
  box-shadow: 0 10px 55px 5px #000 26;
}

.patron-chairs-sub-title:hover {
  color: #adc639;
}

.patron-chairs-sub-title h3 {
  font-weight: 600;
}

.tracks ul li {
  color: #0b0b31;
}

.team {
  margin: 8px;
  border: 2px solid #000 2b;
  transition: 0.6s;
  min-height: 321px;
}


.team img {
  width: 100%;
  height: auto;
}

.team:hover {
  border: 2px solid #777;
  transform: scale(1.03);
}

.team-details {
  padding: 6px;
  text-align: center;
}

.team-details h5 {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
}

.team-details p {
  line-height: 1.3;
  font-size: 0.87rem;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.aim {
  position: relative;
  z-index: 1;
}

.aim .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0a0a09;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.bg-color {
  background-color: #dfbb70;
}

.th {
  color: #fff;
}

.bg-color {
  background-color: #0b0b31;
}

.th {
  color: #fff;
}

ul li {
  font-size: 1rem;

}

.call-text h5 {
  color: #66328d;
  font-weight: 800;
}

.schedule .schedule-contents {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}

.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;
}

.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
  display: inline-block;
}

li.schedule-details.block {
  padding: 17px 40px;
  margin-bottom: 20px;
  background: #fff;
  width: 100%;
  transition: 0.2s ease-in;
  box-shadow: 0px 4px 9px #838383 a3;
  color: #000;
  font-weight: 500;
  font-size: 1.2rem;
  list-style-type: none;
}

li.schedule-details.block:hover {
  background: #b80924;
  transition: all 0.2s linear;
  color: #fff;
}

.overview-content .features-list li span {
  display: block;
  background-color: #f9fafc;
  border-radius: 15px 2px 15px 2px;
  padding: 20px 16px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #0b0b31;
  /* border-right: 8px solid #000035; */
  border: 1.5px solid #f05223;
  font-weight: 600;
  box-shadow: 9px 20px 30px #dfdfdf;
  font-size: 1rem;
  /* -webkit-box-shadow: -1px 3px 6px 0px #152c72; */
  box-shadow: -1px 1px 2px 1px #f05223;
  text-align: justify;
  /* min-height: 119px; */
  line-height: 1.5;
  min-height: 122px;
}

.overview-content .features-list li span h6 {
  color: #001830 !important;
  font-weight: normal;
  font-size: 1rem;
  text-align: start;
  margin-bottom: 1rem;
}

.overview-content .features-list li span h4 {
  font-weight: 600;
  margin: 0;
  font-size: 1.1rem;
}

.overview-content ul {
  list-style-type: none;
  padding-bottom: 10px;
  padding-left: 0;
}

.overview-content:hover .features-list {
  transform: translateY(-10px);
  transition: all 0.2s linear;
}

.contact {
  background-color: #0b0b31
}

.contact .footer-section {
  border: 1px solid #fff
}

.footer-contact p {
  color: #fff;
  padding-top: 5px;
}

.footer-contact ul li a {
  color: #c5c4c4;
}

.footer-contact ul li {
  display: block;
  border: 2px solid #f05223d6;
  width: 100%;
  /* background-color: #fff; */
  /* min-height: 191px; */
  position: relative;
  /* text-align: center; */
  margin-bottom: 30px;
  padding: 20px;
}

.footer-contact ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #66328d;
  font-size: 19px;
  position: absolute;
  top: 0;
  left: -46px;
  /* margin-left: -17px;
 */
}

.btn-readmore {
  padding: 14px 20px;
  background-color: #001830;
  font-weight: 700;
  /* margin-top: 1rem;
  */
  /* border-radius: 5.25rem;
  */
  /* transition: 0.3s;
  */
  margin: 20px;
  display: inline-block;
  border-radius: 50px 0;
  box-shadow: inset 0.2rem 0.2rem 0.5rem inset -0.2rem -0.2rem 0.5rem #fff, 0.3rem 0.3rem 0.5rem;
}

.btn-readmore:hover {
  background-color: #66328d;
  color: #fff;
}

.team-member {
  background-image: url(../../assets/images/4.jpg);
}

.team-member .team_block {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 21px 1px #b1a9a9;
  background-color: #fff;
  margin-top: 30px
}

.team-member .team_block .team_image {
  position: relative;
}

.team-member .team_block .team_image img {
  width: 100%;
}

.team-member .team_block .team_image .social_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-60px);
  z-index: -1;
  background-color: #0000358c;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out
}

.team-member .team_block .team_details {
  margin-bottom: -23px;
  transform: translateY(0);
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out
}

.team-member .team_block .team_details .team_name {
  text-align: center;
  padding: 14px 0 10px;
  background-color: #fff
}

.team-member .team_block .team_details .team_name h3 {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 3px;
  text-transform: capitalize;
  font-weight: 600
}

.team-member .team_block .team_details .team_name p {
  color: #f05223;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}

.team-member .team_block .team_details .team_name span {
  display: block;
  width: 50px;
  height: 2px;
  background-color: #000035;
  margin: 15px auto 10px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out
}

.team-member .team_block:hover .team_image .social_overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1
}

.team-member .team_block:hover .team_details {
  transform: translateY(-60px)
}

.table {
  border-color: #f05223;
  background-color: #fff;
}

.scrolling-text {
  background-color: #f05223a1;
  padding: 4px;
  height: 33px;
  margin: 0px 0 27px 0;
}

.scrolling-text h3 {
  color: #ffffff;


}

.accordion-header {
  height: 53px;
  margin-bottom: 5px;
  padding: 0px;
  box-shadow: 0 0 21px 1px #b1a9a9;
  border: 1px solid #f05223;
}

.accordion-item {
  border: #000035
}

.accordion-item .accordion-header a {
  color: #f05223;
}

.accordion-button {
  font-weight: 600;
  background-color: #ffffff !important;
  padding-left: 40px;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";
  box-shadow: none;
  line-height: 28px;
  background-image: none;
}

.accordion-item .accordion-button:hover::after {
  /* transform: rotate(360deg); */
  /* content: "\f068"; */
}

.description-one h5 {
  color: #000035;
}



.sub-inner p{
margin-top: 35px;

}

.inner-btn a {
    /* background-color: #0b0b31; */
    padding: 15px;
    color: #000035;
    /* text-align: center; */
    /* border: 1px solid #f05223; */
    box-shadow: 0px 0px 10px 1px #41464be6;
    border-radius: 5px;
    margin: 15px;
  transition: all 0.3s ease;
}
.inner-btn :hover{
  /* box-shadow: 0 10px 55px 5px #000 26;
  transform: translateY(-5px); */

  background-color: #fff;
  transform: translateY(-3px);    /* Slight lift on hover */
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  padding: 18px;
  margin: 13px;
  /* border: 1px solid #f05223;
   */
  box-shadow: 0px 0px 10px 1px #212529;
}


.publication-inner .pub-inner{
  border: 1px solid #f05223;
  border-radius: 10px;
  padding: 19px;
  min-height: 281px;
  box-shadow: -1px 1px 5px 1px #f0532355;
}

.publication-inner .pub-sign ul li{
  color: #000035;
  font-weight: 700;
  list-style-type: disc;
}
.publication-inner .pub-inner p{
  font-size: 1rem;
  font-weight: 600;
}

.publication-inner .pub-inner ul li {
list-style-type: disc;
font-size: 0.9rem;}

.media-link{
  font-size: 1.3rem;
  margin-top: 35px;
}
.media-link a{
  color: #3b6e7f;
  padding: 20px;
  background: #e9ecef;
  border: 1px solid #6c757d5c;
  box-shadow: 0px 0px 6px #d3d6d9;
}
.media-link a:hover{
  color:#f05223;
}