.case-study-sec { width: 100%; display: inline-block; padding: 60px 0; }
.case-study-sec .sec-title { display: inline-block; width: 27.33%; text-align: left; padding-right: 60px; }
.case-study-sec .sec-title .title { width: 100%; display: inline-block; margin-bottom: 0; }
.case-study-sec .sec-title .contain { width: 100%; display: inline-block; }
.case-study-sec .sec-title .title h3 { width: 100%; display: inline-block; margin-bottom: 30px; }
.case-study-sec .sec-title .contain p { width: 100%; display: inline-block; }
.case-study-sec .sec-title .contain a { color: #0261b5; }
.case-study-sec .case-study-wrap { display: inline-block; width: 72.66%; overflow: hidden; padding-bottom: 50px; }
.case-study-sec .case-study-slider { display: inline-block; width: 100%; line-height: 0; position: relative; z-index: 1; }
.case-study-sec .case-study-inner { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; flex-wrap: wrap; padding-left: calc(50% - 1329px / 2); }
.case-study-sec .case-study { overflow: hidden; position: relative; width: 100%; display: inline-block; margin: 0 15px; }
.case-study-sec .case-study .case-img { width: 100%; display: inline-block; }
.case-study-sec .case-study .case-title { width: auto; display: inline-block; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; margin: 30px; background: rgba(255, 255, 255, 0.72); box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06); }
.case-study-sec .case-study .case-title h2 { width: 100%; display: inline-block; margin: 0; font-size: 20px; line-height: 30px; font-weight: 700; position: relative; }
.case-study-sec .case-study .case-title h2 a { color: #4a4a4a; display: inline-block;  /* padding: 38px 50px 33px 50px; */ text-transform: capitalize !important; padding: 20px; width: 100%; }
.case-study-sec .case-study .case-img img { width: 100%; display: inline-block; max-width: 100%; object-fit: cover; object-position: center; height: 300px; transition: all .2s ease-in-out; }
.case-study-sec .case-study:hover .case-img img { transform: scale(1.3); }
.case-study-sec .case-study-cta { width: auto; display: inline-block; margin: 30px 0 0 0; }
.case-study-sec .case-study-slider .slick-list.draggable { padding-left: 0 !important; }

.slick-slider .slick-dots { bottom: -45px; }
.slick-slider .slick-dots li button { background-color: #005eb8; }

/* .case-study-sec .case-study .case-title h2:after { content: ''; position: absolute; top: -6px; left: 0; right: 0; bottom: unset; width: 100%; height: 6px; background: #fff; }
.case-study-sec .case-study .case-title h2:before { content: ''; position: absolute; top: unset; bottom: -6px; left: 0; right: 0; width: 100%; height: 6px; background: #fff; }
.case-study-sec .case-study .case-title:after { content: ''; position: absolute; top: unset; bottom: -6px; left: -6px; width: 6px; height: 80%; background: #fff; }
.case-study-sec .case-study .case-title:before { content: ''; position: absolute; top: -6px; right: -6px; bottom: 0; width: 6px; height: calc(100% + 12px); background: #fff; }
*/

/* .case-study-sec .case-study .case-title:before { background: #fff; bottom: 0; content: ""; height: calc(75% + 0px); position: absolute; right: 24px; top: 15px; width: 6px; }
.case-study-sec .case-study .case-title h2:before { background: #fff; bottom: 15px; content: ""; height: 6px; left: 28px; position: absolute; right: 0; top: unset; width: 88%; }
.case-study-sec .case-study .case-title h2:after { background: #fff; bottom: unset; content: ""; height: 6px; left: 27px; position: absolute; right: 0; top: 15px; width: 88%; }
.case-study-sec .case-study .case-title:after { background: #fff; bottom: 15px; content: ""; height: 50%; left: 27px; position: absolute; top: unset; width: 6px; }
*/

{#
.case-study-sec .case-study .case-title h2 a:hover:after {
    transition-delay: 0s,.6s,0s;
}

.case-study-sec .case-study .case-title h2 a:hover:after, .case-study-sec .case-study .case-title h2 a:hover:before {
    border-color: #fff;
    height: 100%;
    transition: border-color 0s,width .6s,height .6s;
    width: 100%; 
}

.case-study-sec .case-study .case-title h2 a:after, .case-study-sec .case-study .case-title h2 a:before {
    border: 0 solid transparent;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 0;
}

.case-study-sec .case-study .case-title h2 a:hover:before {
    transition-delay: 0s,0s,.6s;
}

.case-study-sec .case-study .case-title h2 a:hover:after, .case-study-sec .case-study .case-title h2 a:hover:before {
    border-color: #fff;
    height: 100%;
    transition: border-color 0s,width .2s,height .2s;
    width: 100%;
}

.case-study-sec .case-study .case-title h2 a:after, .case-study-sec .case-study .case-title h2 a:before {
    border: 0 solid transparent;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: 0;
}

.case-study-sec .case-study .case-title h2 a {
    border: none;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    transition: color .2s;
}

.case-study-sec .case-study .case-title h2 a:before {
    border-bottom-width: 6px;
    border-left-width: 6px;
}

.case-study-sec .case-study .case-title h2 a:after {
    border-right-width: 6px;
    border-top-width: 6px;
}
#}
.case-study-sec .case-study .case-title h2 a:hover:before {
  transition-delay: 0s,0s,.2s;
}
.case-study-sec .case-study .case-title h2 a:hover:after, .case-study-sec .case-study .case-title h2 a:hover:before {
  border-color: #fff;
  height: 100%;
  transition: border-color 0s,width .2s,height .2s;
  width: 100%;
}

.case-study-sec .case-study .case-title h2 a:before {
  border-bottom-width: 6px !important;
  border-left-width: 6px !important;
}
.case-study-sec .case-study .case-title h2 a:after, .case-study-sec .case-study .case-title h2 a:before {
  border: 0 solid transparent;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 0;
}

.case-study-sec .case-study .case-title h2 a:hover:after {
  transition-delay: 0s,.2s,0s;
}

.case-study-sec .case-study .case-title h2 a:hover:before {
  transition-delay: 0s,.2s,0s;
}

.case-study-sec .case-study .case-title h2 a {
  border: none;
  border-radius: unset;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  transition: color .2s;
}

.case-study-sec .case-study .case-title h2 a:after {
  border-right-width: 6px;
  border-top-width: 6px;
}

:after, :before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.case-study-sec .case-study .case-title h2 a:hover:after {
    right: 0;
    left: unset;
}

.case-study-sec .case-study .case-title h2 a:hover:before {
    left: 0;
    right: unset;
}

@media(max-width:1407px){
  .case-study-sec .case-study-inner {  padding-left: calc(50% - 1122px / 2); }
  .case-study-sec .sec-title { padding-right: 15px; }
}

@media(max-width:1215px){
  .case-study-sec .case-study-inner { padding-left: calc(50% - 930px / 2); }
  .case-study-sec .case-study-wrap { width: 70%; }
  .case-study-sec .case-study .case-img img { height: 260px; }
  .case-study-sec .sec-title { width: 30%; }
  .case-study-sec .case-study .case-title h2 a { padding: 15px; }
  .case-study-sec .case-study .case-title h2 { font-size: 16px; line-height: 24px; }

} 

@media(max-width:1023px){
  .case-study-sec .sec-title { width: 100%; padding: 0 0 30px 0; text-align: center; }
  .case-study-sec .case-study-inner { padding: 0 15px; }
  .case-study-sec .case-study-wrap { width: 100%; }
  .case-study-sec { padding: 30px 0; }
  .case-study-sec .sec-title .title h3 { margin-bottom: 20px; font-size: 30px; line-height: 34px; }
  .case-study-sec .case-study-cta { margin: 20px 0 0; }
  .case-study-sec .case-study-slider .slick-list.draggable { margin-left: -15px; }
}

@media(max-width:991px){
  .case-study-sec .sec-title .title h3 { font-size: 28px; margin-bottom: 15px; }
  .case-study-sec .case-study-cta { margin: 15px 0 0 0; }
}

@media(max-width:767px){
  .case-study-sec .case-study-slider .slick-list.draggable {  margin-left: -7px; }
}

@media(max-width:560px){
  .case-study-sec .case-study { margin: 0; }
  .case-study-sec .case-study-slider .slick-list.draggable { margin: 0; }
}



