.case-study-listing-section {
    padding: 70px 0 0;
}
.mdd-can-help .btn-wrap .c-btn:hover {
    background-color: #fff;
    color: #000;
}
.other-case-studies .c-btn:hover {
    background-color: #fff;
    color: #000;
}
.case-listing-boxes .img-wrap {
    width: 35%;
    overflow: hidden;
}

.case-listing-boxes 
 .content-wrap {
    width: 63%;
}
.case-study-box a.c-btn:hover {
    background-color: #000;
    color: #fff;
}
.case-listing-boxes .img-wrap img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.case-study-detail-page div#scrollbottom section.tags-section:nth-child(2n+1) ul li a {
    background-color: #f2f2f2;
}
.case-study-detail-page div#scrollbottom section.tags-section:nth-child(2n+1) ul li a:hover {
    background-color: var(--red);
}
.case-listing-wrapper .case-listing-boxes {
    border-bottom: 1px solid #c2c8d1;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.case-listing-wrapper .case-listing-boxes:last-child {
   border-bottom: none;
    margin: 0;
    padding: 0;    
}

.slick-dots li {
    display: inline-block;
}
.slick-dots li:only-child {
    display: none;
}



.case-listing-boxes .content-wrap h6 {
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #e31837;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    font-family: 'GothamBook';
}
.case-listing-boxes .c-btn {
    font-family: 'GothamBook';
    font-weight: 400;
}
.case-listing-boxes .content-wrap h2 {
    font-size: 28px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-study-detail-page ol {
    margin-left: 0px;
    padding-left: 0px;
}
.case-study-detail-page ol {
    padding-left: 24px;
}
.case-study-detail-page ol>li {
  position: relative;
    list-style: none;
    counter-increment: step-counter;
    padding: 3px 0;
}
.case-study-detail-page ol>li::before {
    content: counter(step-counter) ". ";
    position: absolute;
    color: var(--red);
    margin: 0px 0px 0 -25px;
    font-weight: bold;
    font-family: 'Gotham';
}

.case-listing-boxes .content-wrap h5 {
    font-size: 17px;
    line-height: 27px;
    color: #666666;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'GothamBook';
}
.case-listing-wrapper .content-text p, .case-listing-wrapper .content-text {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
    font-weight: normal;
}

.case-listing-wrapper .content-text {
  /*  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}
.case-listing-wrapper .content-text p strong, .case-study-detail-page .content-wrap p strong {
    color: var(--red);
}
.case-listing-boxes .content-wrap h5 img {
    margin: -3px 6px 0 0px;
}
.c-btn-black {
    background: #000;
    color: #fff !important;
    border: 1px solid transparent;
}
.c-btn-black:hover, .c-btn-black:focus {
    background-color: transparent;
    color: #000 !important;
    border-color: #000;
}
.case-listing-boxes .content-wrap h2 a {
    color: #000;
}
.case-listing-boxes .content-wrap h2 a:hover {
    color: var(--red);
}
.case-listing-wrapper .case-listing-boxes:hover .img-wrap img {transform: scale(1.05);}

.case-listing-boxes .img-wrap img {transition: 1s ease-in-out;}



/*====== case study detail =====*/
.case-study-banner .inner-banner-content {
    max-width: none;
}
.case-study-banner .inner-banner-content .inb-title {
    font-size: 49px;
    line-height: 1.3;
    margin: 0;
        text-align: left;
}
.case-study-banner .inner-banner-content h4 {
    font-size: 25px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 19px;
    text-transform: capitalize;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}
.case-study-banner .c-btn {
    padding: 14px 32px;   
    font-size: 16px;
}
.case-study-banner .c-btn:hover {
    background-color: #fff; 
    color: #000;
    border-color: #fff;
}
.case-study-banner .inner-banner-content h4 img {
    margin-right: 0px;
    margin-top: 0px;
}
span.user-icon {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-right: 10px;
        line-height: 30px;
}
.case-study-banner .inner-banner-content h5 {
    border-radius: 50px;
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    padding: 18px 30px;
    max-width: max-content;
    text-align: center;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    margin: 10px 0 19px;
}

.case-study-banner .inner-banner-content h5 img {
    margin-right: 12px;
}

.case-study-banner a.scroll-icon {
    right: auto;
    left: 22px;
    z-index: 11;  
    bottom: 20px;
}

.case-study-detail-page .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.case-study-detail-page .content-wrap h2 {
    font-size: 35px;
    line-height: 1.4;
    color: #000000;
    border-bottom: 1px solid #c2c8d1;
    margin-bottom: 35px;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: 15px;
}
.case-study-detail-page .content-wrap p, .case-study-detail-page .content-wrap li {
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}
.case-study-background .img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.case-study-background .img-wrap {
    height: 100%;
    padding: 25px 0 55px;
}
section.result-section {
    position: relative;
}
section.result-section::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -3px;
    z-index: 1;
}
.situation-section,.result-section {
   /* background-color: #eceff5;*/
}
.tags-section ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.case-study-detail-page .img-wrap {
    padding-bottom: 20px;
}
.tags-section ul li a {
    background-color: #fff;
    display: block;
    border-radius: 40px;
    padding: 12px 30px;
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    font-weight: 500;
    transition: 0.5s ease-in-out;
}

.tags-section ul li {margin-right: 10px;}

.tags-section ul li a:hover {
    background-color: var(--red);
    color: #fff;
}
.mdd-can-help {
    background-color: #13171b;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    border-top: 89px solid #fff;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 16px;
	font-weight: 400;
    font-family: 'GothamBook';

}
.mdd-can-help .img-wrap {
    position: relative;
    top: -160px;
}
.other-case-studies-wrapper {
    background-color: #1c1c1c;
    padding: 60px 25px 100px;
}

.our-case-study-wrap {
    position: relative;
    background-color: #1c1c1c;
    padding: 0px 14px 75px;  
}
.other-case-studies .inner-page-title .sec-description {
    max-width: 650px;
    font-weight: 400;
        font-family: 'GothamBook';
}
.our-case-studies-slider-wrapper .slider-wrapper .slick-list {
       /* margin-right: -100px!important; */
       padding: 0 15% 0 0 !important;
}
.our-case-studies-slider-wrapper .slider-wrapper:after {
    content: "";
    position: absolute;
    width: 265px;
    height: calc(100% - 10px);
    /*background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));*/
    background: rgba(255, 255, 255, 0.55);
    right: 0;
    top: 0px;
    z-index: 1;
}
.other-case-studies .sec-title-sec:before {
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
    height: calc(100% + 20px);
    z-index: 11;
}

.our-case-studies-slider-wrapper .slider-wrapper {
    width: 100vw;
    position: relative;
    margin-right: calc(-50vw + 50% - 8px);
        margin-left: 0;
}
.our-case-studies-slider-wrapper {
    overflow-x: hidden;
    margin-bottom: 80px;
    position: relative;
    z-index: 11;
}
.mdd-can-help .sec-title-sec:before {
    height: calc(100% + 70px);
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}
.blank-other-case-studies {
    margin-bottom: 70px;
}
.case-study-box {
    background-color: #fff;
    margin: 0px 10px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    
}
.case-study-box .img-wrap {
overflow: hidden;
}
.case-study-box:hover .img-wrap img {
    transform: scale(1.05);
}
.case-study-box .content-wrap {padding: 20px;}

.case-study-box .content-wrap .date-div img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
}
.case-study-box h3 {
    font-size: 19.5px;
    line-height: 1.3;
    color: #000000;
    font-weight: 500;
    margin: 15px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px;
}
.case-study-box h3 a {
    color: #000;  
}
.case-study-box .content-wrap .date-div {
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}
.case-study-box .img-wrap img {
    height: 240px;
    object-fit: cover;
    width: 100%;
    transition: 1s ease-in-out;
}
.other-case-studies {
    margin-top: -270px;
    position: relative;
    z-index: 11;
}


/*.our-case-studies-slider-wrapper ul.slick-dots {
    width: 580px;
    background: rgb(255 255 255 / 59%);
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}

.our-case-studies-slider-wrapper ul.slick-dots li {
    width: 25%;
    height: 4px;
    margin: 0;
}

.our-case-studies-slider-wrapper ul.slick-dots li.slick-active {
    background: #fff;
}

.our-case-studies-slider-wrapper ul.slick-dots li button {
    width: 100%;
    padding: 0;
    height: 3px;
}

.our-case-studies-slider-wrapper .slick-dotted.slick-slider {
    margin: 0;
}
*/

.tags-section {
    position: relative;
}
.case-study-author::before, .tags-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: #fff;
    bottom: -8px;
    z-index: 9;
}
.case-study-author {
    position: relative;
}
.case-studies-slider ul.slick-dots {
    width: 580px;
    background: rgb(255 255 255 / 59%);
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.case-studies-slider ul.slick-dots {
    width: 390px;
    background: rgb(255 255 255 / 40%);
    bottom: -45px;
    left: 40%;
    transform: translateX(-40%);
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
}
.case-studies-slider ul.slick-dots li {
    width: 25%;
    height: 4px;
    margin: 0;
    padding: 0 !important;
}

.case-studies-slider ul.slick-dots li.slick-active {
    background: var(--red);
}   

.case-studies-slider ul.slick-dots li button {
    width: 100%;
    padding: 0;
    height: 3px;
}

.case-studies-slider .slick-dotted.slick-slider {
    margin: 0;
}
.inner-page-title .sec-title {
    font-size: 48px;
}

.inner-page-title .sec-description {
    font-size: 16px;
    text-transform: inherit;
}
.mdd-can-help .sec-description {
    font-weight: normal;
    font-family: 'GothamBook';
}

/*.no-result {text-align: center;background-color: #f4d3d3;padding: 15px 0;border: 1px solid #d4a7a7;border-radius: 5px;}*/

.no-result p {font-weight: 500;font-size: 20px;margin: 0;}
.single-case-studies .site-header,  .tax-case_studies_tags .site-header  {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.single-case-studies .b-right-line, .tax-case_studies_tags .b-right-line {
    background: rgb(255 255 255 / 20%);      
}
.single-case-studies .c-menu-toggle, .tax-case_studies_tags .c-menu-toggle {   
    border-left: 1px solid rgb(255 255 255 / 20%);
}
.case-study-detail-page .tags-section h2 {
    border-bottom: none;
    margin-bottom: 22px;
}
/*=== ask the author ==*/
.ask-author {
    padding: 100px 50px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 50px;
    margin-bottom: 80px;
}

.ask-author:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}

.ask-author-contnet {
    position: relative;
    color: #fff;
    max-width: 751px;
    margin: 0 auto;
}

.ask-author-contnet h3 {
    font-size: 35px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}

.ask-author-contnet p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center !important;
}
.ask-author-contnet a.c-btn-red:hover, .ask-author-contnet .c-btn-red:hover, .ask-author-contnet a.c-btn-red:focus {
    background-color: #fff;
    color: #000;
}

.case-study-detail-page ul li:not(.tags-section ul li)::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--red);
    border-radius: 50%;
    margin: 7px 0 0 -22px;
}
.case-study-detail-page ul li:not(.tags-section ul li) {
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.case-study-detail-page ul:not(.tags-section ul) {
    margin-left: 0px;
    list-style: none;
    padding-left: 0;
}
.case-study-detail-page div#scrollbottom section:nth-child(2n):not(.mdd-can-help, .other-case-studies ) {
    background-color: #eceff5;
}
.case-study-detail-page .mdd-can-help .img-wrap {
    padding-bottom: 0;
}
.mdd-can-help .text-wrap .info-text-light {
    padding-top: 5px !important;
}
/*==== responsive =====*/
@media (max-width:1600px) {
.our-case-studies-slider-wrapper .slider-wrapper:after {
    width: 275px;
    background: linear-gradient(270deg,#fff,hsla(0,0%,100%,0));
}
.case-study-box h3 {
    font-size: 18px;
}
.case-study-box .img-wrap img {
    height: 220px;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 18px;
}


}
@media (max-width: 1450px) {
    .case-listing-wrapper .content-text p, .case-listing-wrapper .content-text {
    font-size: 14px;
}
.case-study-detail-page .content-wrap p, .case-study-detail-page .content-wrap li {
    font-size: 14px;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 14px;
}
}

@media (max-width:1440px) {
.ask-author-contnet p {
    font-size: 14px;
}
.case-study-banner .inner-banner-content .inb-title {
    font-size: 40px;
}
.case-study-banner .inner-banner-content h4 {
    font-size: 23px;
}
.case-listing-boxes .content-wrap h6 {
    font-size: 17px;
}
.case-study-banner .inner-banner-content h5 {
    font-size: 16px;
}
.case-listing-boxes .content-wrap h2 {
    font-size: 25px;
}
.case-listing-wrapper .content-text p, .case-study-detail-page .content-wrap p {
    font-size: 14px;
    line-height: 1.6;
}
.case-listing-boxes .content-wrap h5 {
    font-size: 16px;
}
.our-case-studies-slider-wrapper .slider-wrapper:after {
    width: 215px;
}
.other-case-studies {
    margin-top: -237px;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 14px;
}
.inner-page-title .sec-description {
    font-size: 14px;
}
.case-study-box .img-wrap img {
    height: 170px;
}

}

@media (max-width:1199px) {
 .mdd-can-help .img-wrap {
    top: 0;
}
.case-study-author::before, .tags-section::before {
    display: none;
}
.case-study-detail-page .mdd-can-help.section-padding {
    padding-bottom: 0px !important;
    background-image: none !important;
}
.case-study-detail-page .img-wrap {
    padding-bottom: 0;
}

.mdd-can-help {
    -webkit-clip-path: initial;
    clip-path: initial;
    border-top: 0px solid #fff;
}
.mdd-can-help .img-wrap img {
    margin: 0 auto;
    display: block;
}

.other-case-studies-wrapper {
    padding: 60px 25px 90px;
}
.other-case-studies .sec-title-sec:before {
    height: calc(100% - 0px);
}
.other-case-studies {
    margin-top: 70px;
}
.case-study-detail-page .section-padding.tags-section {
    padding-bottom: 60px !important;
    padding-top: 60px;
}
.case-study-banner .inner-banner-content .inb-title {
    font-size: 32px;
    margin: 0 0 10px;
    max-width: 800px;
}
.case-study-banner .inner-banner-content h5 {
    font-size: 18px;
    padding: 15px 8px;
    min-width: 200px;
}
.case-study-banner .inner-banner-content h4 {
    font-size: 14px;
}
.case-listing-boxes .content-wrap h6 {
    font-size: 14px;
}
.case-study-banner .c-btn {
    padding: 12px 25px;
    font-size: 14px;
}

}

@media (max-width:991px) {
.case-listing-wrapper .case-listing-boxes {
    width: calc(100%/2 - 10px);
    border-bottom: none;
    padding: 0;
    flex-direction: column;
    justify-content: start !important;
}

.case-listing-boxes .img-wrap img {
    object-fit: cover;
    height: 250px;
    width: 100%;
}
.case-study-detail-page .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}
.our-case-study-wrap {
    padding: 0px 14px 50px;
}
.case-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    justify-content: space-between;
}
.case-listing-boxes .img-wrap {
    width: 100%;
    margin-bottom: 20px;
}
.case-listing-boxes .content-wrap {
    width: 100%;
}
.case-study-listing-section {
    padding: 40px 0 0;
}

.ask-author {
    padding: 40px 15px;
    margin-top: 0;
}

  .case-listing-boxes .content-wrap h2 {
    font-size: 22px;
}  
.case-listing-wrapper .content-text p {
    font-size: 14px;
}
.tags-section {
    padding: 60px 0 !important;
}
.who-we-are-section .sec-title {
    font-size: 40px;
}
.situation-section .row {
    flex-direction: column-reverse;
}
.other-case-studies {
    margin-top: 40px;
}
.blank-other-case-studies {
    margin-bottom: 40px;
    overflow: hidden;
}

.mdd-can-help .sec-title-sec:before {
    height: calc(100% - 100px);
}
.our-case-studies-slider-wrapper .slider-wrapper:after {
    width: 105px;
}
.case-study-box .content-wrap .date-div {
    font-size: 14px;
}
}

@media (max-width:767px) {
    .inner-page-title .sec-title {
        font-size: 35px;
    }
    .case-study-box h3 {
        font-size: 16px;
    }
.other-case-studies .sec-title-sec:before {
    height: calc(100%);
}
.other-case-studies.blank-other-case-studies .sec-title-sec:before {
    height: calc(100% - 0px);
}
.case-study-box {
    margin: 0px 10px 10px 10px;
}
.other-case-studies .sec-title-sec:before {
    z-index: 1;
}
.mdd-can-help .sec-title-sec:before {
    height: calc(100% - 100px);
}
.case-listing-wrapper .case-listing-boxes {
    flex-wrap: wrap;
} 
.case-listing-boxes .content-wrap {
    width: 100%;
}
.case-listing-boxes .img-wrap {
    width: 100%;
    margin-bottom: 20px;
}
.case-listing-wrapper {
    display: flex;
    flex-wrap: wrap;
    display: -ms-flexbox;
    justify-content: space-between;
}

.case-listing-wrapper .case-listing-boxes {
    width: calc(100%/2 - 10px);
    border-bottom: none;
    padding: 0;
    flex-direction: column;
}

.load-more-div {
    width: 100%;
}

.case-listing-boxes .content-wrap h6 {
    font-size: 14px;
    letter-spacing: 1px;
}

.case-listing-boxes .content-wrap h2 {
    font-size: 19px;
}

.case-listing-boxes .content-wrap h5 {
    font-size: 15px;
}

.case-listing-wrapper .content-text p {
    font-size: 14px; margin-bottom: 0px;
}
.case-study-detail-page .content-wrap p {
    font-size: 14px;
}
.case-study-detail-page .content-wrap h2 {
    font-size: 30px;
}

.who-we-are-section .sec-title {
    font-size: 35px;
}
.inner-page-title .sec-description {
   /* font-size: 16px;*/
}
.case-study-banner a.scroll-icon {
    left: auto;
    right: 40px;
}
.case-study-detail-page .section-padding {
    padding-top: 50px;
    padding-bottom: 50px !important;
}
.tags-section ul li a {
    padding: 10px 20px;
    font-size: 14px;
}
.mdd-can-help .text-wrap .info-text-light {
   /* font-size: 16px;*/
}
.case-listing-boxes .img-wrap img {
    height: 220px;
}

}

@media (max-width:576px) {
.case-listing-wrapper .case-listing-boxes {
    width: 100%;
    border-bottom: 1px solid #c2c8d1;
    padding-bottom: 30px;
}
.case-study-detail-page .content-wrap p {
    font-size: 14px;
}
.case-study-detail-page .content-wrap h2 {
    font-size: 27px;
}
.mdd-can-help .text-wrap .info-text-light {
    font-size: 14px;
}

.inner-page-title .sec-title {
    font-size: 22px;
}
.inner-page-title .sec-description {
    font-size: 14px;
}
.case-study-background .img-wrap {
    padding: 5px 0 20px;
}
.case-study-banner .inner-banner-content .inb-title {
    font-size: 20px;
    margin: 0 0 13px;
}
.case-study-banner .inner-banner-content h5 {
    font-size: 14px;
    padding: 10px 5px;
    min-width: 180px;   
}
.case-study-banner a.scroll-icon {
    left: 50%;
    transform: translateX(-50%);
}
.our-case-studies-slider-wrapper .slider-wrapper:after {
    display: none;
}
.our-case-studies-slider-wrapper .slider-wrapper {
    width: 100%;
    margin-right: 0;
}
.our-case-studies-slider-wrapper .slider-wrapper .slick-list {
   padding: 0px!important;
}

.other-case-studies-wrapper {
    padding: 60px 25px 65px;
}
.case-studies-slider ul.slick-dots {
    width: 220px;
}
}




