body {
  font-family: 'Poppins', sans-serif !important;
}
.dropdown-menu[data-bs-popper]{left: auto !important;}
.dropdown-menu .menu-item-has-children:hover .dropdown-menu{
    top: -11px !important;
    left: 100% !important;
    display: block !important;
}
.c-button:hover{text-decoration:unset !important}
.c-section-head {
  text-align: center;
}

.c-section-head__title {
  font-weight: 300;
  font-size: 52px;
  margin-bottom: 30px;
}

.c-section-head__title--cl-white {
  color: #ffffff;
}

.c-section-head__title--cl-blue {
  color: #2E2E86;
}

.c-section-head__sub-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.c-section-head__sub-title--cl-black {
  color: #000000;
}

.c-section-head__sub-title--cl-yellow {
  color: #FBB800;
}

.c-section-head__desc {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 auto 36px;
}

@media all and (min-width: 768px) {
  .c-section-head__desc {
    max-width: 80%;
  }
}

@media all and (min-width: 992px) {
  .c-section-head__title {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 1200px) {
  .c-section-head__title {
    font-size: 72px;
    margin-bottom: 50px;
  }
  .c-research .c-section-head__title {
    font-size: 48px;
    margin-bottom: 50px;
    line-height: 52px;
  }
  .c-section-head__sub-title {
    margin-bottom: 30px;
  }
  .c-section-head__desc {
    font-size: 20px;
  }
}

@media all and (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
  }
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
}

.c-button--small {
  padding: 12px 16px;
}

.c-button--bg {
  border: 0;
}

.c-button--bg--black {
  background-color: #000000;
  color: #ffffff;
}
.c-research-card__buttons .c-button--bg--black {
  color: #FBB800
}

.c-button--bg--black:hover {
  background-color: #2E2E86;
  color: #ffffff;
}

@media all and (min-width: 992px) {
  .c-button {
    padding: 16px;
    border-radius: 12px;
  }
  .c-button--wd-194 {
    min-width: 174px;
  }
  .c-button--wd-264 {
    min-width: 214px;
  }
}

@media all and (min-width: 1200px) {
  .c-button {
    padding: 16px 20px;
    border-radius: 14px;
  }
  .c-button--wd-194 {
    min-width: 194px;
  }
  .c-button--wd-264 {
    min-width: 264px;
  }
}

.c-header {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 15px 0;
}

.c-header .c-logo img {
  height: 30px;
}

.c-header .navbar {
  padding: 0;
}

.c-header .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.c-header .navbar-nav .nav-item {
  font-size: 16px;
  color: #2E2E86;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}

.c-header .navbar-nav .nav-item .nav-link {
  color: #2E2E86;
}

.c-header .navbar-nav .nav-item .nav-link:hover, .c-header .navbar-nav .nav-item .nav-link.active, .c-header .current-menu-parent {
  color: #E30613;
}

 .c-header .current-menu-parent a.nav-link, .c-header .current-menu-item a{
  color: #E30613 !important;
}
.c-header .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0;
  padding: 10px 0;
  top:auto;
}

.c-header .navbar-nav .nav-item .dropdown-menu li a {
  padding: 0;
  color: #2E2E86;
  font-weight: 700;
  background: transparent;
}

.c-header .navbar-nav .nav-item .dropdown-menu li a:hover, .c-header .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #EF7A50;
}
.c-header .navbar-nav .nav-item .dropdown-menu li.menu-item-has-children:after {
    position: absolute;
    right: 12px;
    top: 11px;
    content: "\f0da";
    font-family: FontAwesome;
}
@media all and (min-width: 768px) {
  .c-header .navbar-nav {
    padding-top: 20px;
  }
  .c-header .navbar-nav .nav-item {
    padding: 0;
  }
  .c-header .navbar-nav .nav-item .dropdown-menu {
    border-top: solid 1px rgba(0, 0, 0, 0.25);
  }
  .c-header .navbar-nav .nav-item .dropdown-menu li {
    padding: 10px 15px;position:relative
  }
}

@media all and (min-width: 992px) {
  .c-header {
    padding: 25px 0;
  }
  .c-header .navbar-nav {
    padding-top: 0;
  }
  .c-header .navbar-nav .nav-item {
    font-size: 14px;
    padding: 0 0 0 25px;
  }
  .c-header .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    /*width: 225px;*/
    margin-top: 0px;
  }
  .c-header .navbar-nav .nav-item .dropdown-menu li {
    text-align: center;
    padding: 10px 30px;
  }
  .c-header .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
  }
}

@media all and (min-width: 1200px) {
  /* .c-header .c-logo img {
    height: auto;
  } */
  .c-header .navbar-nav .nav-item {
    padding: 0 0 0 50px;
  }
}

@media all and (min-width: 1400px) {
  .c-header {
    padding: 32px 150px;
  }
}

.c-home-banner {
  background: url(../images/home-banner-left-bg.svg) no-repeat left bottom, url(../images/home-banner-right-bg.svg) no-repeat right bottom;
  height: calc(100vh - 70px);
  background-size: auto 20%;
  padding: 40px 0;
}

.c-home-banner .container {
  height: 100%;
}

.c-home-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.c-home-banner__title {
  font-size: 36px;
  font-weight: 300;
  color: #2E2E86;
  text-align: center;
}

.c-home-banner__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
}

.c-home-banner__buttons .c-button {
  margin: 0 15px;
}

@media all and (min-width: 768px) {
  .c-home-banner {
    height: 420px;
    background-size: auto 40%;
  }
  .c-home-banner__title {
    font-size: 52px;
    margin-top: 60px;
  }
  .c-home-banner__title span{
    padding: 0 10%;
  }
  .news .c-home-banner__title {
    margin-top: 110px;
  }
  .news .c-inner-banner .c-home-banner__title span {
    font-size: 32px !important;
  }
}

@media all and (min-width: 992px) {
  .c-home-banner {
    height: 620px;
    background-size: auto 50%;
  }
  .c-home-banner__title {
    font-size: 72px;
  }
}

@media all and (min-width: 1200px) {
  .c-home-banner {
    height: 820px;
  }
}

@media all and (min-width: 1400px) {
  .c-home-banner {
    height: 920px;
    padding: 80px 150px;
  }
}
.c-vision-card__image{
  height: 100%;
}
.c-vision {
  background: url(../images/our-vision-bg.jpg) repeat-x left bottom;
  background-color: #fbcdab;
  background-size: auto 30%;
  padding: 40px 0;
}

.c-vision-card {
  background-color: #ffffff;
}

.c-vision-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-vision-card__body {
  padding: 20px;
}

.c-vision-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #2E2E86;
  line-height: 32px;
  margin-bottom: 50px;
}

.c-vision-card__title1 {
  font-size: 16px;
  font-weight: 600;
  color: #2E2E86;
  line-height: 22px;
  margin-bottom: 12px;
}

.c-vision-card__text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 32px;
}

.c-vision-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-vision-card__buttons .c-button:first-of-type{
  margin-right: 10px;
}
.c-vision-card__buttons .c-button + .c-button {
  margin-left: 10px;
}

@media all and (min-width: 768px) {
  .c-vision-card__body {
    padding: 38px 28px 28px 38px;
  }
}

@media all and (min-width: 992px) {
  .c-vision-card__image {
    text-align: center;
  }
  .c-vision-card__title {
    font-size: 18px;
    margin-bottom: 75px;
  }
  .c-vision-card__title1 {
    font-size: 14px;
  }
  .c-vision-card__text {
    font-size: 16px;
    margin-bottom: 50px;
  }
}

@media all and (min-width: 1200px) {
  .c-vision-card__body {
    padding: 68px 68px 38px 98px;
  }
  .research .c-vision-card__body {
    padding: 50px 50px 40px;
  }
  .c-vision-card__title {
    font-size: 20px;
    margin-bottom: 90px;
  }
  .c-vision-card__title1 {
    font-size: 16px;
  }
  .c-vision-card__text {
    font-size: 18px;
    margin-bottom: 60px;
  }
  .c-vision-card__buttons .c-button:first-of-type{
    margin-right: 15px;
  }
  .c-vision-card__buttons .c-button + .c-button {
    margin-left: 15px;
  }

}

@media all and (min-width: 1400px) {
  .c-vision {
    background-size: auto 30%;
    padding: 80px 150px;
  }
}

.c-research {
  background: url(../images/research-left-bg.svg) no-repeat left bottom, url(../images/research-right-bg.svg) no-repeat right bottom;
  background-color: #2E2E86;
  padding: 40px 0;
  background-size: auto 5%;
}

.c-research-card {
  margin: 15px 0;
  padding: 16px;
  text-align: center;
}

.c-research-card:hover {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 14px;
  /*cursor: pointer;*/
}

.c-research-card:hover .c-research-card__text {
  color: #CCCDCF;
}

.c-research-card__image {
  margin-bottom: 24px;
}

.c-research-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 32px;
}

.c-research-card__text {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 32px;
}

.c-research-card__buttons .c-button {
  padding: 12px 16px;
}

@media all and (min-width: 768px) {
  .c-research {
    background-size: auto 15%;
  }
  .c-research-card {
    margin: 20px 0;
    padding: 12px;
  }
}

@media all and (min-width: 992px) {
  .c-research {
    background-size: auto 30%;
  }
}

@media all and (min-width: 1200px) {
  .c-research {
    background-size: auto;
  }
  .c-research-card {
    margin: 30px 0;
    padding: 24px;
  }
}

@media all and (min-width: 1400px) {
  .c-research {
    padding: 80px 150px;
  }
}

.c-team {
  background: url(../images/our-team-bg.jpg) repeat-x left bottom -1px;
  background-color: #2E2E86;
  background-size: auto 47.35%;
  padding: 40px 0;
}

.c-team-card {
  background-color: #ffffff;
  padding: 18px;
  height: 100%;
  width: calc(100% - 18px);
  margin: 0 auto;
  min-height: 385px;
}

.c-team-card__image {
  margin-bottom: 10px;
}

.c-team-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #2E2E86;
  text-transform: uppercase;
}

.c-team-card__address {
  font-size: 12px;
  color: #2E2E86;
  margin-bottom: 6px;
  width: 60%;
}

.c-team-card__designation {
  font-size: 14px;
  font-weight: 700;
  color: #EF7A50;
  margin-bottom: 6px;
}

.c-team-card__lead {
  font-size: 12px;
  color: #000000;
  line-height: 18px;
}

.c-team-slider .slick-arrow {
  border: 0;
  background-color: #2E2E86;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  font-size: 0;
}

.c-team-slider .slick-arrow.slick-prev {
  left: -60px;
  background: url(../images/arrow-prev.svg) no-repeat center center #2E2E86;
}

.c-team-slider .slick-arrow.slick-next {
  right: -60px;
  background: url(../images/arrow-next.svg) no-repeat center center #2E2E86;
}

.c-team-slider .slick-arrow.slick-disabled {
  background-color: transparent;
}

@media all and (min-width: 992px) {
  .c-team-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .c-team-slider .slick-arrow.slick-prev {
    left: -31px;
    background-size: auto 50%;
  }
  .c-team-slider .slick-arrow.slick-next {
    right: -31px;
    background-size: auto 50%;
  }
}

@media all and (min-width: 1200px) {
  .c-team-card {
    padding: 18px;
  }
  .c-team-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .c-team-slider .slick-arrow.slick-prev {
    left: -51px;
    background-size: auto;
  }
  .c-team-slider .slick-arrow.slick-next {
    right: -51px;
    background-size: auto;
  }
}

@media all and (min-width: 1400px) {
  .c-team {
    background-size: auto 47.35%;
    padding: 80px 150px;
  }
}

.c-news {
  background: url(../images/news-bg.jpg) repeat-x left bottom;
  background-color: #FBB800;
  background-size: auto 61.5%;
  padding: 75px 0;
}
.ajax-news-related .row .col-lg-4{
  margin-bottom:25px;
}
.c-home-banner__buttons.pt-4{
  padding-top:60px !important
}
.c-recent-updates .nav-tabs {
  border-bottom: 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-recent-updates .nav-tabs .nav-item {
  padding: 0 10px;
}

.c-recent-updates .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2E2E86;
  padding: 12px 16px;
  text-transform: uppercase;
}

.c-recent-updates .nav-tabs .nav-item .nav-link:hover {
  color: #E30613;
}

.c-recent-updates .nav-tabs .nav-item .nav-link.active {
  color: #E30613;
}

.c-recent-updates .nav-tabs .nav-item .nav-link:hover, .c-recent-updates .nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
  border-radius: 14px;
}

.c-news-card {
  background: #ffffff;
  padding: 18px;
  width: calc(100% - 18px);
  margin: 0 auto;
}

.c-news-card__image {
  margin-bottom: 24px;
}

.c-news-card__text {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}

.c-news-card__pub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 2px #CCCDCF;
  padding: 20px 0 10px;
  font-weight: 700;
}

.c-news-card__pub__label {
  color: #2E2E86;
   font-size: 12px;
}

.c-news-card__pub__date {
  color: #EF7A50;
   font-size: 14px;
}

.c-news-slider .slick-arrow {
  border: 0;
  background-color: #2E2E86;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  font-size: 0;
}

.c-news-slider .slick-arrow.slick-prev {
  left: -60px;
  background: url(../images/arrow-prev.svg) no-repeat center center #2E2E86;
}

.c-news-slider .slick-arrow.slick-next {
  right: -60px;
  background: url(../images/arrow-next.svg) no-repeat center center #2E2E86;
}

.c-news-slider .slick-arrow.slick-disabled {
  background-color: transparent;
}

@media all and (min-width: 768px) {
  .c-recent-updates .nav-tabs .nav-item {
    padding: 0 10px;
  }
  .c-news-slider .slick-arrow .slick-prev {
    left: -30px;
  }
  .c-news-slider .slick-arrow .slick-next {
    right: -31px;
  }
}

@media all and (min-width: 992px) {
  .c-news-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .c-news-slider .slick-arrow.slick-prev {
    left: -40px;
    background-size: auto 50%;
  }
  .c-news-slider .slick-arrow.slick-next {
    right: -40px;
    background-size: auto 50%;
  }
}

@media all and (min-width: 1200px) {
  .c-news-card {
    padding: 18px;
  }
  .c-news-card__text {
    font-size: 16px;
  }
  .c-news-card__pub__label {
  font-size: 12px;
}

.c-news-card__pub__date {
   font-size: 14px;
}
  .c-news-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .c-news-slider .slick-arrow.slick-prev {
    left: -51px;
    background-size: auto;
  }
  .c-news-slider .slick-arrow.slick-next {
    right: -51px;
    background-size: auto;
  }
}

@media all and (min-width: 1500px) {
  .c-news {
    background-size: auto 61.5%;
    padding: 80px 150px;
  }
  .c-news-card {
    padding: 32px;
  }
  .c-news-card__text {
    font-size: 18px;
  }
   .c-news-card__pub__label {
  font-size: 14px;
  line-height: 22px;
}

.c-news-card__pub__date {
   font-size: 16px;
}
}

.c-partners {
  padding: 40px 0;
  background-image: url(../images/partner-1.svg), url(../images/partner-2.svg);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: auto 38%;
}

.c-partners .c-section-head__desc {
  color: #2E2E86;
}

.c-partners-card {
  padding-bottom: 20px;
}

.c-partners-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #2E2E86;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.c-partners-card__logo {
  margin: 20px 0;
  text-align: center;
}

.c-partners-card .col-lg-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media all and (min-width: 1400px) {
  .c-partners {
    padding: 80px 150px;
  }
}

.c-footer {
  padding: 40px 0px;
  background-color: #2E2E86;
}

.c-footer__logo {
  background-image: url(../images/footer-left-bg.svg), url(../images/footer-right-bg.svg);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  background-size: auto 70%;
}

.c-footer__logo > img {
  height: 25px;
}

.c-footer-links__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FBB800;
}

.c-footer-links__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-footer-links__link {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  margin-right: 10px;
  text-decoration: none;
  padding: 10px;
}
.c-footer-links__link:hover{
     border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FBB800 !important;
    text-decoration: unset !important;
}


.c-footer-connect__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FBB800;
}

.c-footer-connect__link {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-footer-connect__link > img {
  margin-right: 16px;

}

footer.c-footer .c-footer-connect__link>img {
  max-width: 22px;
}
.c-footer-connect__link + .c-footer-connect__link {
  margin-top: 16px;
}

.c-footer-connect__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.c-footer-contact__title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FBB800;
}

.c-footer-contact__address {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}

.c-copyright {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
}

.c-copyright-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-copyright-links a {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  margin-top: 8px;
  margin-right: 10px;
  padding: 10px;
}
.c-copyright{
  padding-top: 10px;
}

.c-copyright-links a:hover{
  border-radius: 14px;
 background-color: rgba(0, 0, 0, 0.3) !important;
 color: #FBB800 !important;
 text-decoration: unset !important;
}


.c-footer-links,
.c-footer-row-1,
.c-footer-connect {
  margin-bottom: 30px;
}
.form-control {
    padding: 0.575rem 0.75rem 0.375rem 0.75rem !important;
}
@media all and (min-width: 768px) {
  .c-footer__logo {
    height: 75px;
    background-size: auto 100%;
  }
  .c-footer__logo img {
    height: 30px;
  }
  .c-footer-links,
  .c-footer-row-1 {
    margin-bottom: 40px;
  }
  .c-copyright-links a {
    margin-top: 8px;
    margin-right: 16px;
  }
  .c-footer-connect {
    margin-bottom: 0;
  }
    footer .c-footer-links__body {
      margin-left: -9px; }
}

@media all and (min-width: 992px) {
  .c-footer__logo {
    height: 100px;
  }
  /* .c-footer__logo img {
    height: auto;
  } */
  .c-footer-contact__title,
  .c-footer-connect__title,
  .c-footer-links__title {
    margin-bottom: 30px;
  }
  .c-footer-links {
    margin-bottom: 0;
  }
  .c-copyright-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-copyright-links a {
    margin: 0 0 0 16px;
  }
}

@media all and (min-width: 1200px) {
  .c-footer__logo {
    height: 176px;
  }
  .c-footer-row-1 {
    margin-bottom: 30px;
  }
  .c-footer-contact__title,
  .c-footer-connect__title,
  .c-footer-links__title {
    margin-bottom: 30px;
  }
  .c-copyright-links a {
    margin-left: 32px;
  }
}
.c-footer-connect__body a{color: #fff;}

@media all and (min-width: 1400px) {
  .c-footer {
    padding: 80px 150px;
  }
}
.navbar-toggler:focus{
  box-shadow: unset;
}
.team-list .tab-pane .col-lg-4, .ajax-news .col-lg-4{
    margin-top: 25px;
  }
@media all and (max-width: 1024px) {
  .newfilter .aa {
        width: 300px !important;
        margin: 0 6px !important;
    }
  .tab-pane .col-lg-4{
    margin-top: 25px;
  }
  .c-partners {background-size: auto 14%;}
  /*#navbarNav {position: absolute;
    top: 56px;
    z-index: 99;
    background: rgb(255, 255, 255);
    width: calc(100% + 20px);
    left: -10px;
    padding: 15px 30px;
    border-bottom: 1px solid rgb(239, 239, 239);
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 10px;
  }*/
}
@media all and (min-width: 1024px) and (max-width: 1300px) {
  .c-partners {background-size: auto 26%;}
  .c-research {background-size: auto 20%;}
}
@media all and (min-width: 1300px) and (max-width: 1400px) {
	.c-partners {padding:100px 0 40px 0;}
	.c-partners {background-size: auto 34%;}
}
@media all and (max-width: 767px) {
.article-body{
      margin-top: -30px !important;
}
  .c-partners {background-size: auto 6%;}
  .slick-dots{padding-left: 0;}

  .c-button{
    padding: 12px;
    font-size: 14px;
  }
  .c-recent-updates .nav-tabs .nav-item .nav-link{
    font-size: 14px;
  }
  .c-section-head__title{
    font-size: 30px;
  }
  .c-header {
    padding: 15px 10px;
  }
  .c-home-banner{
    height: 300px;
  }
  .c-home-banner__title{
    font-size: 25px;
    margin-top: 70px;
  }
  .c-footer-links__link, .c-copyright-links a{
    width: 100%;
  }
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -40px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 14px;
    height: 14px;
    padding: 0px;

    cursor: pointer;
    color: transparent;
    outline: none;
      margin: 5px;

    background: #2E2E86;
    border-radius: 20px;
    border:none;

}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li.slick-active button
{
         background: #E30613;
}


/*# sourceMappingURL=main.css.map */

/*News page start*/
.third-header{
color: rgba(0,0,0,1) !important;
}
@media(min-width:1200px) {
  .c-inner-banner .c-home-banner__title span {
    font-size: 48px;
  }

  .newfilter .form-control {
    height: 64px;
  }
}
.c-inner-banner .breadcrumb-container.theme1 a{padding:0}
.c-inner-banner .breadcrumb{align-items:center}
.breadcrumb-container ol{padding-left:17px}
.breadcrumb-container li .separator{
    font-size: 22px;
    vertical-align: middle;
    line-height: 100%;
        font-weight: 400;
}
.breadcrumb-container ol li:first-child a{
  color: #2E2E86 !important
}
.active .breadcrumb-container ol li:first-child a{
  color: #E30613 !important
}
.breadcrumb-item+.breadcrumb-item::before {
  content: '\f105' !important;
  font-family: FontAwesome;
  color: #E30613 !important;
}
.breadcrumb-item.active{
  padding-top: 2px;
}
.c-inner-banner .breadcrumb-container.theme1 a{
  font-weight: 500;
  font-size: 14px;
  color: #E30613;
}
.c-inner-banner .breadcrumb-item{
  color:#858585;  font-weight: 500;
  font-size: 14px;
}
.c-inner-banner {
  padding: 30px 0 50px;
  text-align: center;
  position: relative;
}
.single-news{
  padding: 0px 0 20px;
}
.single-news{
  padding: 0px 0 20px;
}
.single-news .breadcrumb{
  padding: 25px 0px 0px;
}

.breadcrumb-item.active a{
  color: #E30613;
  text-decoration:unset;
}
.new-tabs h4{
  color: #000;
  margin-bottom: 1.5rem;
}
.c-inner-banner::before {
  position: absolute;
  content: '';

  background-repeat: no-repeat;
  background-size: 100%;
  top: 80px;
  left: 0;
  height: 100%;
  width: 20%;
  z-index: -1;
}

.c-inner-banner::after {
  position: absolute;
  content: '';

  background-repeat: no-repeat;
  background-size: 100%;
  top: 0;
  right: 0;
  height: 100%;
  width: 30%;
  z-index: -1;
}

.c-inner-banner__container {
  max-width: 800px;
  margin: 0 auto;
}

.c-inner-banner .c-home-banner__title span {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 35px;
  display: block;
}

.c-inner-banner h5 {
  color: #2E2E86;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}

.c-inner-banner p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}

.c-inner-banner p span,.c-inner-banner p span a {
  color: #2E2E86;
  text-decoration:unset;
}
.c-inner-banner p span a:hover{
  color: #E30613;
}
.c-news-inner {
  background-color: #cdced0;
  background-size: auto;
}

.c-news-inner .c-news-card {
  margin: 15px 0;
  width: 100%;
  padding: 25px 30px 0px;
  height:100%;
  /*min-height: 420px;*/
}

.c-news-inner .c-news-card__image {
  margin-bottom: 15px;
  height: 224px;
  overflow: hidden
}

.c-news-inner .c-news-card__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.c-news-inner .c-news-card__text {
  color: #2E2E86;
  text-align: left;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c-news-inner .c-news-card__pub {
  border: 0;
  padding: 0;
  font-weight: 400;
  display: block;
  line-height: 100%;
}
.team-list.c-news-inner .c-news-card__pub {min-height: 98px;}
.c-news-inner .c-news-card__pub__date {
  font-weight: 700;
  text-decoration: underline;
  padding-top: 10px;
}

.c-news-inner .c-news-card__pub__label span {
  position: relative;
  border-left: 1px solid #2E2E86;
  padding-left: 10px;
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
}

.news-pagination ul {
  justify-content: center;
  margin: 64px 0 0;
}

.news-pagination .page-link {
  background-color: transparent;
  border: 0;
  color: #2E2E86;
  font-size: 16px;
  font-weight: 700;
  border-radius: 14px !important;
  padding: 10px 20px;
}

.news-pagination .active .page-link {
  background-color: #fff;
  color: #E30613;
}

.newfilter .form-control {
  border-radius: 14px;
  height: 52px;
  background-color: #ffffff85;
  border: 0;
  font-weight: 700;
  color: #0000008f;
  box-shadow: none !important;
  margin: 15px 0;
text-transform: uppercase;
}

.newfilter select.form-control {
  background-image: url(../images/caret-down.png);
  background-position: 95% center;
  background-size: 16px;
  background-repeat: no-repeat;
}

.newfilter .aa {
    display: inline-block;
    width: 370px;
    margin: 0 15px;
}

.new-tabs h4 {
  font-weight: 700;
  font-size: 16px;
  padding: 0 20px;
  text-transform: uppercase;
}

.new-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.team-list .c-news-card__pub__date {
  text-decoration: none !important;
}


@media (max-width:767px) {
  .news-pagination .page-link {
    padding: 10px 12px;
    font-size: 14px;
  }

  .c-inner-banner::before {
    width: 95px;
  }

  .c-inner-banner::after {
    width: 120px;
  }
}



/*single-news*/
.article-banner-img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
}

.article-body {
  background-color: #fff;
  margin: 0 auto 50px;
  margin-top: -100px;
  position: relative;
  padding: 40px 60px;
  text-align: center;
  max-width: 1005px;
}

.article-body h2 {
  font-weight: 300;
  font-size: 48px;
  color: #2E2E86;
  line-height: 52px;
}

.article-body h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  padding: 15px 0;
  color: #2E2E86;
  margin: 0;
}

.article-body h5 {
  font-size: 38px;
  font-weight: 300;
  line-height: 46px;
  padding: 10px 0;
  margin: 0;
}

.article-body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  padding: 10px 0;
  margin: 10px 0;
}

.article-cat label {
  font-weight: 700;
  font-size: 14px;
  color: #2E2E86;
}
.article-cat a {
  text-decoration: underline;
  color: #EF7A50;
  font-weight: 700;
  margin-left: 20px;
  font-size: 14px;
}
.c-news-card__text a{
  color:#2E2E86;
  text-decoration:unset;
}
.single .c-recent-updates .new-tabs h4 {
    color: #2E2E86 !important;
}
.article-info {
  background-color: #FBB800;
  padding: 12px 30px;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 1005px;
}

.article-info p {
  font-size: 12px;
  font-weight: 400;
  margin: 0;
}

.article-info a {
  color: #2E2E86;
}

.article-info img {
  width: 20px;
  margin: 0 5px;
}
.accordion-button::after{
  height: unset;
}
@media (max-width:767px) {
  .news-pagination .page-link {
    padding: 10px 12px;
    font-size: 14px;
  }

  .c-inner-banner::before {
    width: 95px;
  }

  .c-inner-banner::after {
    width: 120px;
  }

  .article-body {
    padding: 25px;
  }

  .article-body h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .article-body p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }

	.single-news .article-body ul, .single-news .article-body ul li, .single-news .article-body ol, .single-news .article-body ol li {
    margin: 0;
	}

  .article-body h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

/*Research start*/
.research-vision-body {
  padding: 40px 0;
}

.research-vision-body h3 b {
  font-weight: 800;
}

.research-vision-body h3 {
  font-size: 48px;
  color: #2E2E86;
  font-weight: 300;
  margin: 0;
  padding-right: 20px;
}

.research-vision-body h4 {
  color: #2E2E86;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0;
  line-height: 32px;
}

.research-vision-body p {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}

.research-vision-body p a {
  display: inline-block;
  color: #2E2E86;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.research-vision-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: item;
}

.research-vision-body .research-vision-ul li::before {
  content: counters(item, ".", upper-roman)" ";
  counter-increment: item;
  color: #E30613;
  font-weight: 800;
  background-color: transparent;
  height: auto;
  width: auto;
  top: auto;
}

.research-vision-body .research-vision-ul li span:first-child {
  width: 140px;
  display: inline-block;
}
.research__faq .c-vision-card__buttons {
    align-items: flex-start;
    justify-content: left;
}
.research-vision-body .research-vision-ul li span:nth-child(2) {
  width: calc(100% - 200px);
  padding-left: 10px;
}

.research-vision-body ul li::before {
  position: absolute;
  content: '';
  height: 4px;
  left: 0;
  width: 10px;
  background: #E30613;
  top: 11px;
}

.research-vision-body ul li {
  font-size: 18px;
  font-weight: 500;
  padding-left: 30px;
  position: relative;
  line-height: 32px;;
}

.c-vision-card__ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-vision-card__ul li {
  font-weight: 700;
  color: #EF7A50;
  padding: 5px 0;
}

.research-top-body {
  background-color: #fde7d6;
  padding: 50px 35px 120px 35px;
  position: relative;
}

.research-top-body:before {
  position: absolute;
  content: '';
  background: #FBB800;
  height: 100px;
  width: 200px;
  left: 50px;
  bottom: 0;
  z-index: 0;
}

.research-top-body:after {
  position: absolute;
  content: '';
  background: #2E2E86;
  height: 160px;
  width: 200px;
  right: 50px;
  bottom: -60px;
  z-index: 0;
}

.research-body:after {
  position: absolute;
  content: '';
  background: #E30613;
  height: 160px;
  width: 72px;
  left: -72px;
  top: 130px;
}

.research-body:before {
  position: absolute;
  content: '';
  background: #EF7A50;
  height: 240px;
  width: 32px;
  right: -32px;
  top: 0;
}

.res-text {
  min-width: 80px;
}

.research-block {
  text-align: center;
  padding: 10px 0 26px;
  position: relative;
  min-height: 100%;
}

.research-block h4 {
  color: #2E2E86;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}
.research-block h4.ps-2 {
  font-size: 18px;
  line-height: 22px;
}
.research-block h5 {
  font-weight: 300;
  font-size: 38px;
  color: #E30613;
  line-height: 1.2;
}

.research-block p {
  font-weight: 500;
  font-size: 16px;
  color: #00362680;
  position: absolute;
  margin: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.research-mid {
  background-color: #FBCDAB;
  padding: 0 0 100px;
}

.research-body h4 {
  font-size: 20xp;
  font-weight: 600;
  margin-bottom: 25px;
  color: #2E2E86;
}

.research-body p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}

.research-body {
  padding: 60px;
  max-width: 870px;
  margin: 0 auto;
  background-color: #fff;
  text-align: center;
  position: relative;
  top: -70px;
  z-index: 1;
  margin-bottom: -70px;
}

.research__faq .accordion-body {
  padding: 0 135px 50px;
}

.research__faq .accordion-body p {
  font-size: 18px;
  font-weight: 500;
}

.research__faq .accordion-collapse {
  background-color: #fff;
}

.research__faq .accordion-body .c-button--bg--black {
  color: #FBB800;
}

.research__faq .accordion-item {
  background-color: transparent;
  border: 0;
  margin: 10px 0;
  border-radius: 14px !important;
  overflow: hidden;
}

.research__faq {
  padding-bottom: 100px;
}

.research__faq .accordion-button {
  background-color: #14143b;
  padding: 20px 35px;
  color: #fff;
  box-shadow: none !important;

}
/*.research__faq .accordion-button img {
    filter: grayscale(1) invert(1);
}*/
.research__faq .accordion-button.collapsed img {
  filter: grayscale(1) invert(1);
}

.research__faq .accordion-button:not(.collapsed) {
  background-color: #fff;
}

.research__faq .accordion-button:not(.collapsed) .faqtitle h4 {
  color: #E30613;
}

.research__faq .accordion-button:not(.collapsed) .faqtitle h4 span {
  color: #2E2E86;
}

.faqtitle {
  position: relative;
  padding-left: 100px;
}

.faqtitle h4 {
  font-weight: 300;
  font-size: 24px;
  margin: 0;
  line-height: 1.2;
}

.faqtitle h4 span {
  font-weight: 600;
  display: block;
}

.faqtitle img {
  position: absolute;
  left: 0;
  top: 0;
}

.research__faq .accordion-button::after {
    content: "\f0d7";
  background-image: none;
  font-family: FontAwesome;

  font-size: 30px;
  transform: none !important;
  line-height: 100%;
}

.accordion-button:not(.collapsed)::after {
content: "\f0d8";

  color: #E30613;
}

@media (max-width:767px) {
  .c-research{background: #2E2E86 !important;}
  .research-vision-body h3 {
    padding: 0;
    font-size: 26px;
  }

  .research__faq .accordion-body {
    padding: 0 25px 25px;
  }

  .faqtitle h4 {
    font-size: 18px;
  }

  .research-vision-body ul li {
    font-size: 16px;
  }

  .research-vision-body {
    padding: 0 0 25px;
  }

  .research-vision {
    padding: 40px 0;
  }

  .research-body {
    top: auto;
    margin-bottom: auto;
    padding: 25px;
  }

  .research-mid {
    padding: 40px 0;
  }

  .research-body:before,
  .research-body:after,
  .research-top-body::before,
  .research-top-body::after {
    display: none;
  }
  .research-top-body{padding: 25px;}

  .faqtitle {
    padding-left: 54px;
  }

  .faqtitle img {
    max-width: 40px;
  }

  .research__faq .accordion-body p,
  .research-body p {
    font-size: 14px;
  }

  .news-pagination .page-link {
    padding: 10px 12px;
    font-size: 14px;
  }

  .c-inner-banner::before {
    width: 95px;
  }

  .c-inner-banner::after {
    width: 120px;
  }

  .article-body {
    padding: 25px;
  }

  .article-body h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .article-body p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
  }

  .article-body h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
/*Hidden class for adding and removing*/
    .lds-dual-ring.hidden {
        display: none;
    }

    /*Add an overlay to the entire page blocking any further presses to buttons or other elements.*/
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,.8);
        z-index: 999;
        opacity: 1;
        transition: all 0.5s;
    }

    /*Spinner Styles*/
    .lds-dual-ring {
        display: inline-block;
    }
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 25% auto;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

 .search-box { position: relative; }
.search-box img { position: absolute;    top: 28px; right: 20px; cursor: pointer;}
.select-box { position: relative; }
.select-box img {  position: absolute; top: 35px; right: 20px; }
.banner-image{padding: 0px 60px 40px 60px !important;}

.menu-item:hover > ul {
    display: block !important;
}

.single-news .article-body ul li {
	text-indent: -1em;
	padding-left: 1em !important;
}



/* banner section style start */

.banner-slider {
  position: relative;
  overflow: hidden;
}

.banner-slider .item {
  position: relative;
  height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 60px;
  padding-bottom: 120px;
}

.banner-slider .content-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.banner-slider .content-box h2 {
  font-size: 30px;
  margin-bottom: 22px;
  color: #000;
  font-weight: 600;
  line-height: 1.4;
}
.banner-slider .action-wrap{
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.banner-slider .action-wrap .date {
  font-size: 16px;
  color: #000;
  display: block;
}

.banner-slider .action-wrap .read-more {
  display: flex;
  color: #106CF6;
  font-weight: 600;
  text-decoration: none;
  font-weight: bold;
  gap: 0.5rem;
    align-items: center;
}

.banner-slider .action-wrap .read-more:hover {
  text-decoration: none;
  color: #000000;
}

/* Custom navigation */
.banner-slider .slick-prev,
.banner-slider .slick-next {
  display: none !important;
}

/* Custom navigation arrows */
.controls-nav{
  position: absolute;
    width: 100%;
    bottom: 0;
    height: 120px;
}
.controls-nav-inner{
  position: relative;
}
.custom-arrows {
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  height: 120px;
}

.custom-arrow {
  position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    background-image: url(../images/left-arrow-svgrepo-com.svg) !important;
    background-position: center !important;
    background-size: 25px !important;
    background-repeat: no-repeat !important;
}

.custom-arrow:hover {
  background: #C9C9C9;
}

.custom-arrow i {
  display: none;
}

.custom-prev {
  left: 0px;
}

.custom-next {
  right: 0;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}

/* Custom dots */
.custom-dots-container {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  pointer-events: none;
}

.custom-dots {
  display: inline-flex;
  background: #fff;
  border-radius: 6px;
  padding: 4px;
}

.custom-dot {
  width: 22px;
  height: 10px;
  pointer-events: fill;

  margin: 0 5px;
  border-radius: 4px;
  background: #C9C9C9;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.custom-dot:hover {
  background: #2E2E86;
}

.custom-dot.active {
  background: #2E2E86;
}



@media (max-width: 768px) {
  .banner-slider .content-box h2 {
    font-size: 20px;
  }
}
@media(max-width:767px){
  .banner-slider .item{
    min-height: 400px;
    height: calc(100vh - 70px);
  }
  .banner-slider .content-box{
    padding: 20px;
  }
  .banner-slider .item,
  .controls-nav-inner{ padding-inline: 10px; }
    .controls-nav,
        .custom-arrows{
      height: 90px;
    }
    .banner-slider .item{
      padding-bottom: 90px;
    }
    .custom-dots-container{
      bottom: 30px;
    }
}