.blog-wrap {
  padding: 30px 0;
}
.case-studies-wrap{
    background-color: #f5f6f6;
}
.blog-wrap .blog-box {
    border: 1px solid #f2f3f4;
/*     padding: 20px; */
    border-radius: 20px;
    height: 100%;
    overflow: hidden;
    background-color: white;
}
.blog-wrap .blog-box .img-bx {
  padding-bottom: calc((220 / 360) * 100%);
  width: 100%;
  position: relative;
}
.content-wrap{
	padding: 20px; 
}

.content-wrap p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom: 0rem;
}
.blog-wrap .blog-box img {
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
	overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 20px 20px 0px 0px;
	 transition: 0.001s all ease-in-out;
}
.blog-wrap .blog-box:hover .img-bx img{
	transform: scale(1.01);
}
.btn-wrap{
  padding-bottom: 15px;
}
.blog-wrap .blog-box .content-wrap h3 {
  margin-top: 5px;
  line-height: 1;
}
.blog-wrap .blog-box .content-wrap h3 a {
   min-height: 36px;
  letter-spacing: -.2px;
  font-size: 1.3rem;
  color: #045697;
  font-family: Larsseit-Bold,sans-serif;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
	line-height: 19px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.blog-wrap .blog-box .content-wrap h3 a:hover {
  color: #0584E2;
	line-height: 24px;
    display: block;
}
.blog-wrap .blog-box .content-wrap .btn-wrap a {
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  color: #01213A;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
	float:right;
	margin: 1rem;
}

.blog-wrap .blog-box:hover .content-wrap .btn-wrap a{
    background-color: #474c7d;
    padding: 6px 12px;
    border-radius: 0px 25px 25px 25px;
    color: white !important;
}

.blog-wrap .blog-box .content-wrap .btn-wrap a:hover {
  color: #0584E2;
}
.blog-wrap .blog-box .content-wrap .blog-date {
  margin: 6px 0 6px;
    display: block;
    font-weight: 800;
    font-size: 14px;
}

.img-bx:empty {
  background: #ededed;
  border-radius: 20px;
}

.blog-details {
  padding: 50px 0 100px;
}
.blog-details p {
    font-size: 16.6px;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #242529;
    font-weight: 300;
    text-align: justify;
}
.blog-details a {
  color: #01213A;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.blog-details a:hover {
  color: #0584E2;
}
.blog-details .head p {
  font-size: 1.8rem;
  color: #01213A;
  font-family: "DM Sans", sans-serif;
}

.categories {
    padding: 40px 30px 40px;
    margin-left: 0px;
/*     border: solid 1px #f2f3f4; */
/*     background-color: #f6f6f6; */
}
.categories.sticky {
  position: fixed;
  top: 80px;
  width: 285px;
}
.categories h3 {
  font-size: 1.8rem;
  color: #01213A;
  font-family: "DM Sans", sans-serif;
  margin: 0 0 30px;
  font-weight: 800;
    text-decoration: underline;
    letter-spacing: -.5px;
}
.categories ul li {
  list-style: none;
}
.categories ul li a {
    font-size: 1.1rem !important;
    line-height: 0.98;
    color: #6d6a74;
    font-weight: 400 !important;
    font-weight: 00;
    margin: 15px 0 30px;
/*     border-bottom: solid 1px #ededed; */
    display: block;
}
.categories ul li:last-child a {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

@media screen and (max-width: 991.98px) {
  .categories.sticky {
    position: inherit;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .blog-wrap {
    padding: 50px 15px;
  }
}
.pagination {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0;
}
.pagination .page-numbers {
  padding: 10px;
  background: #0584E2;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0 5px 0 0;
  text-decoration: none;
  border-radius: 5px;
  outline: none;
}
.pagination .page-numbers:hover {
  opacity: 0.8;
}
.pagination .page-numbers.current {
  background: #01213A;
}
.side-image{
	width: 286px;
    margin-top: -40px;
    margin-left: -32px;
    padding-bottom: 30px;
}