@import url('./fonts.css');
body,
html {
  font-family: 'Museo Sans', Arial, Helvetica, sans-serif;
  background: #F5F7FF;
  font-size: 16px;
  min-height: 100vh;
  /* overflow: hidden; */
  --placeholder-color: #fff;
}
.text-blue {
  color: #1070B7;
}
.pointer {
  cursor: pointer;
}
.bg-pink{
  background: #FF9A92;
}
.text-primary {
  color: #1070b7 !important;
}
.text-dark {
  color: #6A6A6A !important;
}
.text-danger {
  color: #a04f48 !important;
}
.text-light {
  color: #8f9aa3 !important;
}
.text-lighter {
  color: #f8f9fa !important;
}
.text-black {
  color: #121212 !important;
}
.btn.btn-primary {
  background: #1070b7;
  border: 1px solid #1070b7;
  color: #ffffff;
}
.btn {
  border-radius: 4px;

  font-size: 14px;
  /* line-height: 100%; */
  transition: 0.3s;
}
.text-decoration-underline {
  text-decoration: underline;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.font-weight-600 {
  font-weight: 600;
}


/* ends here  */
* {
  /* font-size: 0.95rem; */

  /* transition: all 0.8s ease-in-out; */
}
.text-white {
  color: white;
}
.text-grey1 {
  color: #DDDDDD;
}
.text-grey {
  color: #8f9aa3;
}
.navbar {
  background-color: #171E40;
}
.search-input {
  width: 200px;
  border: 0.5px solid #fff;
  background: transparent;
}
.search ::placeholder{
  color: var(--placeholder-color);
  background: transparent;
}
.update-search ::placeholder {
  color: #6A6A6A
}
.search svg {
  color: #fff;
}
.search {
  position: relative;
}
.search input {
  padding-left: calc(15px + 20px + 0.2rem);
  color: #fff;
  font-size: 14px;
}
.search input:focus {
  background: transparent;
  color: #fff;
}
.search-icon{
  position: absolute;
  top: 10px;
  font-size: 16px !important;
}
.navbar-collapse {
  flex-grow: 0 !important;
}
.categories-list ul{
  list-style: none;
}
.categories-list ul li {
  /* background: #fff; */
  border-radius: 99px;
  font-size: 14px;
  color: #171E40;
  border: 0.5px solid #171E40;
}
/* .landing-page {
  margin-top: 50px;
} */
.top-post h3 {
  border-bottom: 2px solid #333333;
  width: 113px;
}
.top-post img {
  /* max-width: 100%; */
  width: 240px;
  height: 200px;
  aspect-ratio: 240/200;
  border-radius: 5px;
}
.more-post img {
  /* max-width: 100%; */
  width: 200px;
  height: 180px;
  aspect-ratio: 200/180;
  border-radius: 5px;
}
.section-3 {
  background: #ffd0cc;
}
.register-school img{
  width: 403px;
    height: 240px;
    object-fit: cover;
}
.register-school .school-desc a{
  color: #EE6A5F !important;
}
.register-school p {
  color: #4b4b4b !important;
}
.school-desc h4 {
  font-size: 32px;
  line-height: 120%;
}
.school-desc p{
  line-height: 150%;
}
.books-articles {
  position: relative;
}
.articles .articles-content {
  position: relative;
  width: 100%;
}
.articles .card-text {
  position:absolute;
  bottom: 4vh;
}
.articles h4{
  font-size: 1.5vw;
}
.articles span {
  font-size: 1vw !important;
}
.articles img {
  border-radius: 8px;
}
.section-4 .articles img {
  aspect-ratio: 368/331;
  height: 331px;
  width: 100%;
}
.section-4 .articles img {
  filter: brightness(70%);
}
.release-date {
  padding-left: 120px;
}
.footer {
  background: #171E40;
}
.person-img img {
  width: 50px !important;
  height: 50px !important;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
.categories-list .active {
  background: #171E40;
  color: #fff;
  border: none;
}
.carousel-item img {
  height: 500px;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.carousel-caption {
  left: 5%;
  right: 50%;
  text-align: left;
  bottom: 50px;
  width: 70vw;
}
.carousel-caption .caption-text {
  bottom: 50px;
  width: 70vw;
}
.footer-nav {
  flex-direction: column !important;
}
.subscribe input, .subscribe input:focus {
  width: 250px;
  background: transparent;
  padding-left: calc(15px + 10px + 0.2rem);
  color: #fff;
}
.subscribe {
  position: relative;
}
.subscribe .iconify{
  position: absolute;
  top: 11px;
  font-size: 16px !important;
}
.subscribe input::placeholder {
  color: #fff;
}
.blog-hero img {
  width: 620px;
  height: 380px;
  border-radius: 5px;
  aspect-ratio: 620/380;
  float: left;
  margin-right: 20px;
    margin-bottom: 20px;
}
.leave-reply, .leave-reply:focus {
  background: transparent;
  font-size: 14px;
}
.featured-post img {
  width: 130px;
  height: 100px;
  aspect-ratio: 130/100;
}
.featured-img img {
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
    object-position: top;
  border-radius: 50%;
}
.carousel-indicators {
  justify-content: end;
  margin-right: 10%;
}
.category-hero {
  background: url(../../assets/img/carousel2.png);
  width: 100%;
  height: 162px;
  object-fit: cover;
}
.category2-hero {
  background: url(../../assets/img/cover.png);
  width: 100%;
  height: 114px;
  object-fit: cover;
}
.about-page .staff-content {
  position: relative;
}
.about-page .ceo, .about-page .coo, .about-page .cto {
  position: absolute;
  /* top: 15; */
}
.about-page .title {
  margin-top: 80px;
}
.staff-header {
  position: relative;
  margin-bottom: 80px !important;
}
.header-banner {
  position: relative;
  background: #FFEDEB;
  overflow: hidden;
}
.about-page .card {
  border: 0.5px solid #d6d9ec;
}
.core-values .card {
  height: 340px;
  overflow: hidden;
}
.circle-box {
  border-radius: 50%;
  background-color: #e0f2ffc2;
  padding: 20px;
}
.circle1-box {
  border-radius: 50%;
  background-color: #F1E0FFC2;
  padding: 20px;
}
.circle2-box {
  border-radius: 50%;
  background-color: #DCFFD7;
  padding: 10px;
}
.about-page .academic {
    color: #1070B7;
}
.about-page .innovation {
    color: #461870;
}
.about-page .collab{
    color:#1D9D0A;
}
.staff-content img {
  width: 100px;
  height: 100px;
}
.staff-content .card {
  height: 360px;
}
.left-side {
  width: 50%;
  height: 450px;
  background: #FFD0CC;
  padding: 30px 100px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.right-side {
  width: 50%;
  height: 450px;
  background: #ffff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.social-icons .icon {
  padding: 10px;
  background-color: #FDFFFC40;
  border-radius: 50%;
}
.social-icons svg {
  fill: #4F4F4F;
}
.contact {
  color: #4F4F4F;
}
hr {
  border: 0.2px solid #b8bcd5;
}
.likes {
  color: #EB5757;
}
.print {
  color: #1070B7;
}
.top-post h4 {
  font-weight: 600;
  font-size: 26px !important;
}
.top-post p {
  font-weight: 300;
}
.other-products img{
  width: 350px;
  height: 208px;
  border-radius: 5px;
  object-fit: cover;
}
.other-products p {
  width: 450px;
}
.right-text {
  height: 100px;
  overflow: hidden;
}
.more-post-content h4 {
  font-size: 2.2vh !important;
}
.blog-page, .landing-page, .contactus, .categories-page, .about-page, .category-index {
  animation: slide-fade .75s ease-out 0s;
  padding-top: 55px;
}
.navbar-nav li a {
  color: #828282 !important;
}
.navbar-nav li a:hover {
  color: #828282 !important;
}
.category {
  padding: 5px 10px;
  font-size: 12px;
  background: #fff;
  color: #121212;
  border-radius: 99px;
  display: inline-block;
  /* position: absolute;
    top: 50px;
    right: 10%;
    z-index: 1001; */
}
.blog-area {
  background: #fff;
}
.tag {
  padding: 5px 10px;
  font-size: 12px;
  background: #1070B7;
  color: #fff;
  border-radius: 99px;
  display: inline-block;
}
.blog-tag {
  padding: 3px 8px;
  font-size: 12px;
  background: #EB5757;
  color: #fff;
  border-radius: 99px;
  display: inline-block;
}
.cat-tag {
  padding: 5px 10px;
  font-size: 12px;
  background: #F178B6;
  color: #F2F2F2;
  border-radius: 99px;
  display: inline-block;
}
.contactus {
  min-height: 70vh;
}
nav li.active a {
  color: #fff !important;
}
.img-abs {
  position: absolute;
  right: 0;
  opacity: 0.1;
}
.fixed {
  position: fixed;
  width: 100%;
  z-index: 1001;
}
a, a:hover {
  color: inherit;
  text-decoration: none;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  top: 450px !important;
  height: 20px;
}
.education img, .economy img, .entertainment img, .politics img, .sports img, .tech img {
  width: 364px;
  height: 303px;
  aspect-ratio: 364/303;
}
.education-abs {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.category-index {
  margin-bottom: 100px;
}
.contactus, .categories-page, .category-index {
  min-height: 100vh;
}