.casestudy-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -26px;
}
.casestudy-wrapper .case-study-post {
  width: 33.33%;
  padding: 0 26px;
  margin-bottom: 56px;
  position: relative;
  display: inline-block;
}
.case-s-title {
  clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#017cec+0,005aa9+100 */
  background: rgb(1, 124, 236); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(1, 124, 236, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(1, 124, 236, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(1, 124, 236, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017cec', endColorstr='#005aa9',GradientType=0 ); /* IE6-9 */
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 20px 5px 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  min-height: 72px;
  width: 250px;
}
.case-study-post a {
  position: relative;
  background-color: #000000;
  display: block;
  overflow: hidden;
  -webkit-transition: background 0.3s, opacity 0.3s;
  text-decoration: none;
  transition: background 0.3s, opacity 0.3s;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  height: 100%;
  flex-direction: column;
  flex-flow: column;
}
.case-study-post a img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
.case-s-title:before {
  position: absolute;
  left: 10px;
  background: rgb(1, 124, 236);
  background: -moz-linear-gradient(
    top,
    rgba(1, 124, 236, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(1, 124, 236, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(1, 124, 236, 1) 0%,
    rgba(0, 90, 169, 1) 100%
  );
  width: 6px;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  transform: skew(-14deg);
  /* opacity: 0; */
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sort-input {
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.sort-input label {
  color: #2e3233;
  font-size: 18px;
  font-family: "League Spartan";
  font-weight: 600;
  margin-bottom: 25px;
}
.sort-input select.form-control {
  padding: 0 15px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  border: 0;
  min-width: 160px;
  height: auto;
  margin-bottom: 25px;
}
.case-s-title p {
  font-size: 14px;
  font-weight: normal;
  display: block;
  width: 100%;
}
.case-s-title p span {
  font-weight: bold;
}
.case-s-title > span,
.case-s-title > p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  width: 100%;
}
.case-study-post a:hover .case-s-title:before {
  opacity: 1;
  background: #ffdf00;
}
.case-study-post a:hover img {
  opacity: 0.5;
}
.banner-inslider .slick-prev,
.banner-inslider .slick-next {
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  text-align: center;
}
.casestudy-panel-left {
  width: 304px;
  position: sticky;
  top: 120px;
  align-self: flex-start;
}
.panel-info {
  background: #f5f5fc;
  border-top: 2px solid #40beea;
  padding: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.panel-detail .line {
  width: 24px;
  margin-bottom: 30px;
}
.panel-detail .line:after {
  background-color: #2e54a1;
}
.panel-detail p {
  margin-bottom: 30px;
}
.panel-detail p span.col {
  display: block;
}
.panel-detail p:first-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.casestudy-panel-left .heading-26 {
  /*border-bottom: 1px solid #E1E9F8;*/
  margin-bottom: 30px;
  padding-bottom: 25px;
  position: relative;
}
.casestudy-panel-left .heading-26:after {
  position: absolute;
  content: "";
  height: 1px;
  width: calc(100% + 80px);
  left: -40px;
  right: -40px;
  right: 0;
  bottom: 0;
  background: #e1e9f8;
}
.case-study-detail {
  width: calc(100% - 355px);
}
.case-study-detail .sectiontitle {
  text-align: left;
  margin-bottom: 30px;
}
.case-study-detail p {
  margin-bottom: 30px;
}

.casestudy-panel-left span {
  font-weight: bold;
  color: #2e54a1;
}
.banner-inslider .slick-prev {
  left: 12%;
  z-index: 1;
}
.banner-inslider .slick-next {
  right: 12%;
}
.banner-inslider .slick-prev:before,
.banner-inslider .slick-next:before {
  content: none;
}
.banner-inslider .slick-prev img,
.banner-inslider .slick-next img {
  margin: 0 auto;
}
.casestudy-panel-left .social,
.casestudy-panel-left .social a {
  color: #2e3233;
}

.casestudy-panel-left .social a {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 20px;
  text-align: center;
}
.casestudy-panel-left .social a:hover {
  color: #178afc; /*border-bottom: 2px solid #40BEEA;*/
}
.casestudy-panel-left .cta-wrapper {
  background-color: #f5f5fc;
  padding: 50px;
  position: relative;
  min-height: 360px;
  z-index: 1;
}
.casestudy-panel-left .cta-wrapper .cta-heading {
  font-family: "League Spartan";
  font-weight: 600;
  line-height: 30px;
}
.pagination {
  background-color: #f5f5fc;
  min-height: 50px;
  padding: 9px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 50px;
  width: 100%;
}
.pagination a {
  font-size: 18px;
  color: #2e3233;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
}
.pagination a .arrow {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 100%;
  text-align: center;
}
.pagination a[rel="next"] .arrow {
  margin-right: 20px;
}
.pagination a[rel="prev"] .arrow {
  margin-left: 20px;
}
.pagination a[rel="prev"] {
  display: inline-flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.pagination a:hover,
.rel-product li a:hover .heading-18 {
  color: #40a3fa;
}
.casestudy-panel-left .social {
  background-color: #ffffff;
  padding: 10px 20px;
  display: inline-flex;
}
.rel-product .btn-theme.outlinebtnb {
  padding: 12px 15px;
  height: auto;
}
.rel-product li .heading-18 {
  font-weight: 500;
}
.case-study-detail h3,
.case-study-detail h2 {
  font-size: 24px;
  color: #2e54a1;
  padding-bottom: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "League Spartan";
  font-weight: 600;
}
.navigation.pagination .nav-links {
  text-align: center;
  width: 100%;
}
.navigation.pagination .page-numbers {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
  font-weight: 600;
  border: 1px solid #e8e8f2;
}
.navigation.pagination .next.page-numbers,
.navigation.pagination .prev.page-numbers {
  width: auto;
  margin: 0 30px;
  border: 0px !important;
}
.navigation.pagination .next.page-numbers,
.navigation.pagination .prev.page-numbers {
  background: transparent !important;
  color: #40a3fa !important;
}
.navigation.pagination .page-numbers:hover,
.navigation.pagination .page-numbers.current {
  background: #40a3fa;
  color: #ffffff;
}
.post-type-archive-case_study
  .wpc-filters-widget-wrapper
  .wpc-filter-content
  select {
}
.post-type-archive-case_study .wpc-filters-widget-wrapper .search-case-studies {
  background: transparent;
}
@media (min-width: 991px) {
  .case-study-detail .mrgb50 {
    margin-bottom: 50px;
  }
  .case-study-detail p ~ h2,
  .case-study-detail h3 {
    margin-top: 50px;
  }
}
@media (max-width: 1366px) {
  .casestudy-wrapper {
    margin: 0 -20px;
  }
  .casestudy-wrapper .case-study-post {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .casestudy-panel-left {
    width: 280px;
  }
  .case-study-detail {
    width: calc(100% - 325px);
  }
  .panel-info {
    padding: 30px;
  }
  .casestudy-wrapper {
    margin: 0 -10px;
  }
  .casestudy-wrapper .case-study-post {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1120px) {
  .casestudy-panel-left .cta-wrapper {
    padding: 30px 20px 175px 50px;
  }
}

@media (max-width: 992px) {
  .casestudy-panel-left {
    top: inherit;
    align-items: none;
    margin-bottom: 50px;
  }
  .case-study-detail,
  .casestudy-panel-left {
    width: 100%;
    position: relative;
  }
  .casestudy-panel-left .cta-wrapper {
    padding: 30px 65px;
    position: relative;
    min-height: 260px;
    width: 50%;
  }
  .casestudy-panel-left {
    margin-bottom: 0;
  }
  .casestudy-panel-left .cta-wrapper {
    display: none;
  }
  .case-study-detail .cta-wrapper {
    background-color: #f5f5fc;
    padding: 50px;
    position: relative;
    min-height: 360px;
    margin: 0 auto;
    border-bottom: 2px solid #40beea;
    width: 500px;
    z-index: 1;
  }
  .casestudy-wrapper .case-study-post {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wpc-filters-section.wpc-filters-section-6710.wpc-filter-layout-submit-button {
    width: 100%;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .wpc-filters-widget-main-wrapper a.wpc-filters-reset-button,
  .wpc-filters-widget-main-wrapper a.wpc-filters-submit-button {
    width: auto !important;
  }
  .sort-input label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .sort-input select.form-control {
    margin-right: 10px;
    padding: 0 9px;
    margin-bottom: 15px;
  }
  .casestudy-panel-left .cta-wrapper {
    width: 100%;
  }
  .casestudy-panel-left .cta-wrapper .abs-right {
    right: 10%;
  }
  .banner-inslider .slick-next {
    right: 3%;
  }
  .panel-info {
    padding: 20px;
  }
  .banner-inslider .slick-prev {
    left: 3%;
  }
  .banner-inslider .slick-prev,
  .banner-inslider .slick-next {
    width: 35px;
    height: 35px;
  }
  .banner-inslider .slick-prev img,
  .banner-inslider .slick-next img {
    width: 15px;
  }
  .rel-product li {
    padding: 0 5px;
  }
  .rel-product {
    margin: 0 -5px;
  }
  .case-s-title {
    bottom: 20px;
  }
  .case-study-detail h3,
  .case-study-detail h2 {
    font-size: 22px;
  }
}
@media (max-width: 580px) {
  .case-study-detail .cta-wrapper {
    width: 100%;
    padding: 30px 21px 30px 45px;
    z-index: 1;
  }
  .rel-product .btn-theme {
    padding: 12px 10px;
  }
  .casestudy-wrapper {
    margin: 0 -5px;
  }
  .case-study-detail .cta-wrapper .cta-heading {
    padding-right: 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .casestudy-wrapper .case-study-post {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .case-s-title:before {
    content: none;
  }
  .case-s-title {
    clip-path: none;
    position: relative;
    right: 0;
    bottom: inherit;
    padding: 10px;
    font-size: 16px;
    min-height: auto;
    height: 100%;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    flex-flow: column;
    text-align: center;
    min-width: auto;
  }
  .case-s-title p {
    text-align: center;
    margin-top: 5px;
  }
}
@media (max-width: 480px) {
  .pagination a {
    margin: 0;
  }
  .pagination a[rel="next"] .arrow {
    margin-left: 5px;
  }
  .pagination a[rel="prev"] {
    margin-left: -15px;
  }
  .pagination a[rel="prev"] .arrow {
    margin-right: 5px;
  }
  .pagination a[rel="next"] {
    margin-right: -15px;
  }
  .case-study-detail h3,
  .case-study-detail h2 {
    font-size: 20px;
  }
  .post-type-archive-case_study
    .wpc-filters-widget-wrapper
    .wpc-filters-section {
    padding-left: 0;
    justify-content: flex-start;
    width: 100%;
  }
  .post-type-archive-case_study
    .wpc-filters-widget-wrapper
    .search-case-studies {
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 10px;
  }
  .post-type-archive-case_study
    .wpc-filters-widget-wrapper
    .wpc-filter-content
    select {
    width: 100%;
    border: 1px solid #e8e8e8 !important;
  }
  .post-type-archive-case_study
    .wpc-filters-widget-wrapper
    .wpc-filter-content
    select {
    background-position: right 10px top 14px;
  }
  .case-study-detail .pagination a[rel="prev"] {
    margin-left: 0;
  }
  .pagination a {
    font-size: 16px;
  }
  .pagination a[rel="next"] .arrow {
    margin-right: 5px;
  }
  .case-study-detail .pagination a[rel="next"] {
    margin: 0;
  }
  .pagination a[rel="prev"] .arrow {
    margin-left: 5px;
  }
  .pagination a .arrow {
    width: 20px;
    height: 20px;
  }
  .pagination {
    padding: 9px 10px;
  }
}

@media (max-width: 375px) {
  .pagination a {
    margin: 0px;
  }
  .pagination a[rel="prev"] .arrow {
    margin-right: 5px;
  }
  .pagination a[rel="next"] .arrow {
    margin-left: 5px;
  }
  .pagination a {
    font-size: 14px;
  }
  /* .pagination a .arrow {
    width: 24px;
    height: 24px;
  } */
}

.banner-single-slider {
  margin: 0 auto;
  text-align: center;
}
