/* dus update */
.color-primary{
  color: #1a75bb !important;
}
.bg-primary{
  background-color: #1a75bb !important;
}
.color-secondary{
  color: #fedd14 !important;
}
.bg-secondary{
  background-color: #fedd14 !important;
}
.color-primary-dark{
  color: #012f5c !important;
}
.bg-primary-dark{
  background: #012f5c !important;
}
.color-light{
  color: #fafafa !important;
}
.d-flex{
  display: flex;
}
.btn-block {
  display: block;
  width: 100%; }
.mx-auto{
  float: none !important;
  margin: 0 auto;
}
.pt-4{
  padding-top: 5rem !important;
}
.pt-3{
  padding-top: 3rem !important;
}
@media (min-width: 1200px){
  .cont {
      padding-left: 4rem;
      padding-right: 4rem;
  }
}

.d-none {
  display: none !important; }
  @media (min-width: 576px) {
    .d-sm-none {
      display: none !important; }
    .d-sm-inline {
      display: inline !important; }
    .d-sm-inline-block {
      display: inline-block !important; }
    .d-sm-block {
      display: block !important; }
   }
.py-4{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-2{
  padding: .5rem !important;
}
.m-2{
  margin: .5rem !important;
}
.pl-4{
  padding-left: 4rem;
}

.border-primary{
  border: 1px solid #1a75bb !important;
}

.main{
  font-family: "open sans";

}

.topbar span{
  color: #777;
}

.main h2 {
  text-align: center !important;
}


.immersive_slider .is-slide .content p{
    font-family: "Montserrat";
    float: left;
    font-weight: 400;
    width: 100%;
    font-size: 17px;
    margin-top: 5px;
    color: #fff;
  }

  .banner-events ul{
    padding: .3rem 1.3rem;
    border: 2px solid #1a75bb;
    margin-top: 3.3rem;
    margin-right: 2rem;
    list-style: none;
  }

  .banner-events a{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 5px 0;
  }

  .d-block{
    display: block;
  }

  @media  (max-width: 1365px){
    .search-social{
      display: none;
    }
    .cont{
      padding: 0 !important;
    }
  }
  @media screen and (max-width: 991px){
    .banner-events ul{
      margin: 1rem 1rem;
    }
  }
  .banner-events h5 {
    padding: 2px;
    margin-bottom: 7px;
  }
  .banner-events p {
    margin-bottom: 0;
    line-height: 1.3rem;
  }
  .banner-events .fa{
    margin-right: 4px;
  }

  hr {
  margin-top: .6rem;
  margin-bottom: .6rem;
  border: 0;
  border-top: 1px solid rgba(19,55,92,0.7);
}

.partners-section .grid img{
  height: 88px;
  width: auto;
}

.blog-section p{
  color: rgb(110, 110, 110);
}


/* ------------------- donate btn ---------- */
  .btn-donate{
    font-family: Poppins;
    font-weight: 600;
    color: #fff;
  }
/* ---------------- end ------------------- */


/* ------------------ publications & online resources  ------------ */

  .news-grids .btns a {
    font-family: "Poppins", sans-serif;
    background-color: #012f5c;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #fafafa;
    padding: 7px 25px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
  }
  .news-grids .btns a:hover {
    font-family: "Poppins", sans-serif;
    background-color: #fafafa;
    border: 1px solid #012f5c;
    font-size: 16px;
    font-size: 1.06667rem;
    color: #012f5c;
    padding: 7px 25px;
    display: inline-block;
    border-radius: 5px;
  }

/* ------------------------- end ---------------------------------- */




/* ---------------------------- physical library --------------------- */

    .library .grid{
      padding: 0 !important;
      width: calc(70%) !important;
      border-radius: 7px;
      float: left;
      display: flex;
    }

    .library .grid .grid-cover{
      width: 100%;
      height: 100%;
    }

    .library .grid .grid-content{
      padding: .2rem .6rem;
    }

    .library .grid .grid-content a{
      padding: 3px 15px;
      font-size: 14.5px;
    }
/* -------------------------- end ------------------------------------ */




/* ---------------------------- membership ---------------------------- */
    .membership-general-information .service-sidebar .fa{
      margin-left: .8rem;
      font-size: 18px;
    }
    .membership-general-information h3{
      display: inline-block;
    }
    .membership-general-information .btn{
      display: inline-block;
      float: right;
      font-weight: 600;
      font-family: Poppins;
      padding: .4rem 1rem;
    }
/* ---------------------------- end ---------------------------------- */



/* --------------------------- media --------------------------------- */


      /* -------- events --------- */
      .events .news-grids .grid {
        width: calc(30%);
        float: left;
        margin: 0 15px 30px;
        height: 450px !important;
      }

      @media (max-width: 600px) {
        .events .news-grids .grid {
          width: calc(100% - 30px);
          float: none;
        }
      }

      .news-grids .entry-header h3 {
        font-size: 20px;
        font-size: 1.33333rem;
        font-weight: 600;
        margin: 0.2em 0;
      }

      #events-main  .news-grids .grid h5{
        color: #fedd14;
        border: 1px solid #fedd14;
        padding: 3px 5px;
        margin: .8rem 0;
        display: inline-block;
      }

      .events .date-time{
        font-size: 16px;
        font-weight: 600;
      }


/* -------------------------- end ------------------------------------ */



/* --------------------- small changes ---------------------------- */

.intro{
  margin: 0 15px 30px;
}
.intro p{
  color: #666;
}

.social-media{
  margin-top: 2rem;
}
.social-media span {
  padding: 1rem 1.5rem;
  margin-right: .5rem;
  border-radius: 2rem;
  box-shadow: 0px 0px 20px 0px rgba(46,61,73,0.15);
}

.social-media a .fa {
  color: #333;
}



.events-extra h2{
  margin-bottom: 2rem;
  margin-left: 2rem;
  border-bottom: 2px solid #012f5c;
  display: inline-block;
}
/* -------------------------- end -------------------------------- */
