body,html {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

.carousel-inner {
  padding:0px !important;
}

.section_title_all h2 {
  color: #1c05cd;
  font-weight: bold;
}

.publications .section_title_all h2 {
  color:#fff !important;
}

/* header and menu */
    @import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
.speedyui-header {
  --su-primary-color: #4c6f9d;
  font-family: "Heebo", sans-serif;
}
.speedyui-header .top-bar {
  background-color: var(--su-primary-color);
}
.speedyui-header .top-bar .nav-link {
  font-size: 14px;
  transition: 300ms;
  color: #fff;
}
.speedyui-header .top-bar .nav-link:hover {
  color: gold !important;
  text-decoration: underline;
}
.speedyui-header .navbar-brand {
  width: 126px;
}
@media (min-width: 576px) {
  .speedyui-header .navbar-brand {
    width: auto;
  }
}
.speedyui-header .navbar-nav .nav-link {
  font-size: 18px;
}

.social-wrapper .fa {
  font-size: 24px;
}
.speedyui-header .navbar-nav .nav-link:hover {
  color: var(--su-primary-color);
}
@media (min-width: 992px) {
  .speedyui-header .dropdown.dropdown-megamenu:hover .dropdown-menu {
    display: block;
    opacity: 1;
    margin-top: 0.125rem;
    pointer-events: all;
  }
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-menu {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .speedyui-header .dropdown.dropdown-megamenu .dropdown-menu {
    opacity: 0;
    display: block;
    margin-top: 1rem;
    pointer-events: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-menu h4 {
  font-size: 12px;
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-item {
  font-size: 14px;
  color: var(--bs-nav-link-color);
  background-color: transparent;
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-item:hover {
  color: var(--su-primary-color);
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-toggle::after {
  display: none;
}
.speedyui-header .dropdown.dropdown-megamenu .dropdown-toggle::after {
  color: var(--bs-gray-500);
}
.speedyui-header .primary-btn {
  font-weight: 500;
  transition: 0.3s ease-in;
  color: var(--bs-gray-800);
  border: 2px solid var(--su-primary-color);
}
.speedyui-header .primary-btn:hover {
  color: var(--bs-white);
  background-color: var(--su-primary-color);
}
.speedyui-header .social-wrapper span {
  cursor: pointer;
  color: var(--bs-nav-link-color);
}
.speedyui-header .social-wrapper span:hover {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas {
  --su-width: 400px;
  --bs-border-color: #444;
  width: var(--su-width);
  color: var(--bs-white);
  background-color: var(--bs-white);
}
.speedyui-header .offcanvas .offcanvas-body .menu-heading {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas .offcanvas-body ul li .nav-link {
  font-size: 14px;
  color: var(--bs-dark);
  transition: color 0.3s ease;
  border-bottom: 1px solid #eeeeee;
}
.speedyui-header .offcanvas .offcanvas-body ul li .nav-link:hover {
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas .offcanvas-body ul li h4 {
  border-bottom: 1px solid #eeeeee;
}
.speedyui-header .offcanvas .offcanvas-body li:last-child .nav-link {
  border-bottom: 0;
}
.speedyui-header .offcanvas .submenu {
  transition: 0.65s cubic-bezier(0.48, 0, 0.12, 1) 0.2s;
}
.speedyui-header .offcanvas .submenu .submenu-header span {
  cursor: pointer;
  transition: 260ms ease;
  transform: translateX(0);
  color: var(--su-primary-color);
}
.speedyui-header .offcanvas .submenu .submenu-header span:hover {
  transform: translateX(0);
  color: var(--bs-dark);
}
.speedyui-header .translate-x-full {
  transform: translateX(-100%);
}
.speedyui-header .btn-close {
  width: 0.4rem;
  height: 0.4rem;
}
/* header and menu end */

/* about us */

.section_all {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 100vh;
}
.section-title {
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.section-subtitle {
    letter-spacing: 0.4px;
    line-height: 28px;
    max-width: 550px;
}

.section-title-border {
    background-color: #090135;
    height: 1 3px;
    width: 44px;
}

.section-title-border-white {
    background-color: #fff;
    height: 2px;
    width: 100px;
}
.text_custom {
    color: #00bd2a;
}

.about_icon i {
    font-size: 22px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    display: inline-block;
    background: #fff;
    border-radius: 35px;
    color: #0b028b;
    box-shadow: 0 8px 20px -2px rgba(158, 152, 153, 0.5);
}

.about_header_main .about_heading {
    max-width: 450px;
    font-size: 24px;
}

.about_icon span {
    position: relative;
    top: -10px;
}

.about_content_box_all {
    padding: 38px;
    border-color: #0b028b !important;
    background-color: #dfe2f8;
    transition: all 1s;
}

.about_content_box_all h5, .about_content_box_all p {
      color: #0a0158 !important;
}

.about_content_box_all h5 {
  font-weight: bold !important;
}

.about_content_box_all:hover {
  box-shadow: 3px 3px 8px 8px #0b028b;
  transition: all 1s;
}
/* about us */

/* publications section */

.publications
{
  background-color: #0b028b;
  color: #fff;
  padding: 50px 12px;
}

.publications p.section_subtitle {
  color: #fff !important;
}

.publications .card {
  border:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
  transition: all 1s;
}

.publications .card .card-title {
  color: #0b028b;
  font-weight: bold;
}

.publications .card .btn {
  background-color: #5c64f5;
  color: #fff;
  border: 1px solid #0b028b;
}

.publications .card img {
  border-radius: 15px 15px 0px 0px;
}

.publications .card p {
  color: #150080;
}

.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-inner {
  padding: 1em;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #e1e1e1;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-control-prev span,
.carousel-control-next span {
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (min-width: 577px) {
  .cards-wrapper {
    display: flex;
  }
  .card {
    margin: 0 0.5em;
    width: calc(100% / 2);
  }
  .image-wrapper {
    height: 20vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .card:not(:first-child) {
    display: none;
  }
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.publication_date small {
    color:grey;
}

.publications #carouselExampleControls .card:hover {
  transform: scale(1.03);
  transition: all 1s;
}

/* academic */

.academicData .border .btn:hover {
transform: scale(1.06);
transition: all 1s;
}

/*academic */

/* footer */
.footer-content a {
  color: #fff;
  text-decoration: none;
}
.pg-footer {
  font-family: 'Roboto', sans-serif;
}


.footer {
    background-color: #150080;
    color: #fff;
}
.footer-wave-svg {
    background-color: transparent;
    display: block;
    height: 30px;
    position: relative;
    top: -1px;
    width: 100%;
}
.footer-wave-path {
    fill: #f8f9fa;
}

.footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 450px;
    position: relative;
}

.footer-content-column {
    box-sizing: border-box;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    color: #fff;
}

.footer-content-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-logo-link {
    display: inline-block;
}
.footer-menu {
    margin-top: 30px;
}

.footer-menu-name {
    color: #fffff2;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-menu-list {
    list-style: none;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0;
}
.footer-menu-list li {
    margin-top: 5px;
}

.footer-call-to-action-description {
    color: #fffff2;
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer-call-to-action-button:hover {
    background-color: #fffff2;
    color: #735cf5;
}
.button:last-of-type {
    margin-right: 0;
}
.footer-call-to-action-button {
    background-color: #735cf5;
    border-radius: 21px;
    color: #fffff2;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    padding: 12px 30px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .2s;
    cursor: pointer;
    position: relative;
}
.footer-call-to-action {
    margin-top: 30px;
}
.footer-call-to-action-title {
    color: #fffff2;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .1em;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
}
.footer-call-to-action-link-wrapper {
    margin-bottom: 0;
    margin-top: 10px;
    color: #fff;
    text-decoration: none;
}
.footer-call-to-action-link-wrapper a {
    color: #fff;
    text-decoration: none;
}

.footer-social-links {
    bottom: 0;
    height: 54px;
    position: absolute;
    right: 0;
    width: 236px;
}

.footer-social-amoeba-svg {
    height: 54px;
    left: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 236px;
}

.footer-social-amoeba-path {
    fill: #735cf5;
}

.footer-social-link.linkedin {
    height: 26px;
    left: 3px;
    top: 11px;
    width: 26px;
}

.footer-social-link {
    display: block;
    padding: 10px;
    position: absolute;
}

.hidden-link-text {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    top: 50%;
}

.footer-social-icon-svg {
    display: block;
}

.footer-social-icon-path {
    fill: #fffff2;
    transition: fill .2s;
}

.footer-social-link.twitter {
    height: 28px;
    left: 62px;
    top: 3px;
    width: 28px;
}

.footer-social-link.youtube {
    height: 24px;
    left: 123px;
    top: 12px;
    width: 24px;
}

.footer-social-link.github {
    height: 34px;
    left: 172px;
    top: 7px;
    width: 34px;
}

.footer-copyright {
    background-color: #735cf5;
    color: #fff;
    padding: 15px 30px;
  text-align: center;
}

.footer-copyright-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.footer-copyright-text {
  color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    margin-top: 0;
}

.footer-copyright-link {
    color: #fff;
    text-decoration: none;
}

/* Media Query For different screens */
@media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
  .footer-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 1230px;
    padding: 40px 15px 1050px;
    position: relative;
  }
}
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */

}
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

}
@media (min-width:1281px) { /* hi-res laptops and desktops */

}

@media (min-width: 760px) {
  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 450px;
      position: relative;
  }

  .footer-wave-svg {
      height: 50px;
  }

  .footer-content-column {
      width: 24.99%;
  }
}
@media (min-width: 568px) {
  /* .footer-content-column {
      width: 49.99%;
  } */
}

/* footer end */