.case-study-wrapper .entry-content{
    background: #f0f4f7;
}

.case-study-wrapper .content-header {
        background: transparent;
    text-align: center;
}

.case-study-wrapper .page-title-wrap {
    width: 100% !important;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.justify-content-between {
    justify-content: space-between;
}

.align-item-center {
    align-items: center;
}

.mb-15{
    margin-bottom: 15px;
}

.case-study-wrapper .site-content .page-title .subtitle {
    margin-top: 0px !important;
}

.case-study-wrapper .main-card {
    margin: 0 10px;
}

.case-study-wrapper .content-footer {
    display: flex;
    margin: 40px auto;
    width: 100% !important;
    text-align: center;
}

.case-study-wrapper .button:hover {
    background: #204ECF !important;
    border-color: #204ECF !important;
}

.case-study-wrapper .button::after {
    background: #204ECF !important;
    border-color: #204ECF !important;
}

/*-- show more css start --*/

.sidebar-box {
    max-height: 120px;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.sidebar-box .read-more {
    position: absolute;
    bottom: -6px;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, #fff);
}

.text-overflow {
    display: block;
    background: linear-gradient(to bottom, #627792, transparent);
    color: transparent;
    background-clip: text;
    max-height: 110px;
}

.sidebar-box .read-more .link-btn {
    color: #0e2b5c;
}
/*-- show more css end --*/


/*-- modal css start --*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px;
  position: relative;
}

.close-button {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
}
/*-- modal css end --*/