a.link-color {
  color: #4a90e2;
}
a.link-color:hover {
  color: #4a90e2;
}
.link-color svg {
  fill: #4a90e2;
}
.link-color:hover svg {
  fill: #4a90e2;
}
.show-more {
  background-color: #4a90e2;
}
.search-bg-color {
  background-color: #1a769c;
}
.header-text-color * {
  color: #ffffff;
}
.header-bg-color {
  background-color: #1a769c;
}
.bg-color {
  background-color: #ffffff;
}
.page-text-color {
  color: #4d4d61;
}
.logged-in .login-link,
.logged-out .logout-link {
  display: none
}
.search-bg-color {
    background: rgb(32,59,138);
background: linear-gradient(90deg, rgba(32,59,138,1) 0%, rgba(25,95,200,1) 100%);
}

body{
  font-family: Poppins;
}

.header-bg-color {
   background: rgb(32,59,138);
background: linear-gradient(90deg, rgba(32,59,138,1) 0%, rgba(25,95,200,1) 100%);
}

.searchRoot .searchInput {
    font-family: Poppins;
    font-size: 14px;
}

.subcategory-link {
    background-color: #D9DFED;
    padding: 13px 14px 14px 6px;
    font-weight: 500;
}


.subcategory-link svg {
    fill: #303B58;
    height: 10px;
    width: 23px;
}

.container.index {
    padding: 80px 0;
}

.article-link a {
    font-size: 16px;
    color: #0A99D6;
    line-height: 20px;
   
}
 

.page-text-color {
    color: #303B58;;
    font-size: 13px;
}

.back-link, .category-title h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 29px;
    color: #32457A;
}


.col-lg-4 {
    width: 30%;
}

.header h1 a {
    font-size: 45px;
    color: #fff;
}


.category-title h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 29px;
}

.back-link, .category-title h4 {
    margin-bottom: 23px;
    font-size: 30px;
    line-height: 29px;
}


.category-title a {
  font-size: 22px;
  color: #32457A;
  line-height: 16px;
}


.articleTitle{
  font-family: Poppins;
  margin-top: 52px;
}

svg[Attributes Style] {
   fill: #00D8C7;
}

.search-container {
   padding: 0px 0px 36px 0px;
}

.articles-list {
    margin-bottom: 12px;
}

.image-1 {
     filter: invert(48%) sepia(100%) saturate(0%) hue-rotate(86deg) brightness(200%) contrast(119%);
    margin:10px;
}

.header h1 {
  font-size: 23px;
}

p {
    color: #32457A;
  font-weight: 400;
}

.header{
    padding: 40px 0;
}

.col{
    padding: 0 21px;
}
