:root {
  --primary: #04164a;
  --primaryFont: "Maven Pro", sans-serif;
}
body {
  background: #f7f9ff;
}
.main-wrap {
  font-family: var(--primaryFont);
}
.main-news-card {
  background: #fcfdff;
  border-radius: 10px;
  padding: 25px 50px;
  box-sizing: border-box;
  box-shadow: 0px 4px 56px #0042ff1c;
}
.news-card.main-card .news-content {
  height: 350px;
}
.news-content figure {
  height: 100%;
}
.split-cards {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.imgfluid {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}
/*==== Header ====*/
header {
  background: var(--primary);
  padding: 10px 0;
}
.login-btn {
  all: unset;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 45px;
  outline: none !important;
}
#loginModal .close {
  position: absolute;
  right: 20px;
}
.modal-content {
  max-width: 370px;
  margin: 0 auto;
}
.proceed-btn {
  width: 100% !important;
  line-height: 40px !important;
  background: #f8bb00 !important;
  border: none !important;
  border-radius: 16px;
  font-weight: 600;
  color: var(--primary) !important;
}
.modal-header {
  border: none;
  font-weight: 600;
  font-family: var(--primaryFont);
  color: var(--primary);
}
.modal-footer {
  border: none;
  padding-top: 0;padding-bottom: 0;
}
.news-content {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 5px solid #fff;
  cursor: pointer;
}

.news-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  z-index: 2;
  color: #fff;
  display: inline-block;
}
.news-meta figure {
  margin: 0;
}
.news-meta h3 {
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}
.news-meta p {
  font-size: 12px;
  margin: 0;
}
.news-content::after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(3, 5, 66, 0.0001) 0%, #303252 100%);
  position: absolute;
}
.split-cards .news-content {
  height: 170px;
}
.split-cards .news-content::after {
  opacity: 0.7;
}
.split-cards .news-meta h3 {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.article-card-caro {
  padding: 5px;
  border: 1px solid #f6f6f6;
  box-sizing: border-box;
  color: var(--primary) !important;
  text-decoration: none !important;
  cursor: pointer;
}
.slick.responsive {
  margin: 0 -5px;
  padding-right: 100px;
}
.slick.responsive .article-card-caro {
  margin: 0 5px;
}
.article-card-caro figure {
  width: 250px;
  height: 100px;
  margin-bottom: 0;
}
.article-card-caro figcaption {
  font-size: 12px;
  font-weight: 500;
}
.article-card-caro figcaption span {
  font-weight: 400;
  display: block;
}
.more_head {
  color: var(--primary);
  font-weight: 500;
}
.slick-holder {
  position: relative;
}
.slick-next {
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.slick-next-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: var(--primary);
  border: 1px solid #f6f6f6;
  border-radius: 50%;
  margin-bottom: 5px;
}
.slick-next h6 {
  font-size: 12px;
}
.slick-arrow {
  opacity: 1;
  transition: all 0.15s linear;
}
.slick-arrow.slick-hidden,
.slick-arrow.slick-disabled {
  display: inline-block;
  opacity: 0.5;
  /* pointer-events: none; */
  cursor: not-allowed;
}
.slick-prev {
  display: none !important;
}
.main-head {
  color: var(--primary);
  font-weight: 600;
  font-size: 22px;
}
.login-warn{width: 100%;max-width: 450px;margin: 1.2rem auto;}
@media screen and (max-width: 767px) {
  .main-news-card {
    padding: 25px;
  }
  .news-card.main-card .news-content {
    height: 170px;
  }
  .news-meta h3,
  .split-cards .news-meta h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .slick.responsive {
    padding-right: 0;
  }
  .slick-next {
    position: relative;
    top: 50px;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .split-cards {
    flex-direction: row;
  }
  .split-cards .news-content {
    width: 50%;
  }
}


button.login-btn {
    border: solid 1px #fafafa33;
    padding: 0 15px;
    line-height: 37px;
    border-radius: 6px;
    background: #0a236af0;
    transition-duration: 0.3s;
  }
  button.login-btn:hover{
    background: transparent;
    transition-duration: 0.3s;
  }

  .newsfeed .item {
        box-shadow: 0 0px 18px 0px #ddd;
        border: none !important;
  }
  .newsfeed{
      padding: 50px 0 !important;
  }
  footer.main-footer {
    width: 100%;
    background: #fafafa;
    display: inline-block;
    background: #04164a;
    color: #fff;
    padding: 17px 30px;
}
.font-sans{
  min-height: 100%;
}

.viewpg{
  padding: 50px 0;
}

.brDiv{
   box-shadow: 0 0px 18px 0px #ddd;
   padding: 20px 5px;
}
.viewpg h3.head {
    font-weight: 500;
    font-size: 21px;
    display: inline-block;
}

h4.common-head {
    font-size: 27px;
    font-weight: 500;
    color: #04164a;
    border-bottom: solid 1px #dfe1e9;
    width: 100%;
    padding-bottom: 15px;
}

@media(max-width: 767px){
  .viewpg figure{
    margin-bottom: 15px;
  }
  .newsfeed {
    padding: 30px 15px !important;
}
.viewpg {
    padding: 30px 0;
}
}