/*case-study-lisitng-CSS*/
.main-container {
    max-width: 1200px;
    margin: 0 auto;
}

.featured-case-study-wrapper {
    padding: 80px 0 50px;
}

.featured-case-study-wrapper [class*="col-"] {
    margin-bottom: 30px;
}

.fetaured-case-study-content span {
    font-family: 'Segoe UI';
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #CE1F26;
    margin-bottom: 20px;
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 2px #CE1F26 solid;
}

.fetaured-case-study-content h1 {
    font-family: 'Segoe UI';
    font-size: 36px;
    line-height: 54px;
    color: #000;
    font-weight: 700;
}

.case-study-search-bar {
    margin-bottom: 50px;
    position: relative;
}

.case-study-search-bar .form-control {
    height: 50px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #8C8B8B;
    padding: 0 20px 0 60px;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.case-study-search-bar .form-control::placeholder {
    color: #8E8F8F;
}

.case-study-search-bar .form-control:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #8C8B8B;
}

.case-study-search-bar span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.case-study-filter-outer {
    background-color: #F6F6F6;
    padding: 20px 0;
}

.case-study-filter-inner {
    display: flex;
    align-items: center;
}

.case-study-filter-label {
    width: 160px;
}

.case-study-filter-label p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #000;
}

.case-study-filter-menu-outer {
    display: flex;
}

.case-study-filter-type .select-box {
    width: 190px;
    margin-right: 40px;
}

.case-study-filter-type .select-box:last-child {
    margin-right: 0;
}

.case-study-filter-type .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    min-width: fit-content;
}

.case-study-filter-type .select-box .bootstrap-select>.dropdown-toggle {
    height: 28px;
    line-height: 26px;
    width: 100%;
    border-radius: 0;
    padding: 0 20px;
    border: 0;
    background-color: transparent;
    color: #000;
    font-weight: 700;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.case-study-filter-type .select-box .dropdown-menu {
    border-radius: 0;
}

.case-study-filter-type .select-box .btn-light:not(:disabled):not(.disabled).active:focus,
.case-study-filter-type .select-box .btn-light:not(:disabled):not(.disabled):active:focus,
.case-study-filter-type .select-box .show>.btn-light.dropdown-toggle:focus,
.case-study-filter-type .select-box .bootstrap-select .dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.case-study-filter-type .select-box .btn-light:not(:disabled):not(.disabled).active,
.case-study-filter-type .select-box .btn-light:not(:disabled):not(.disabled):active,
.case-study-filter-type .select-box .show>.btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: #CE1F26 !important;
}

.case-study-filter-type .select-box .filter-option-inner {
    font-size: 16px;
}

.case-study-filter-type .select-box .bootstrap-select .dropdown-menu li a {
    font-size: 16px;
}

.case-study-filter-type .select-box .dropdown-item:hover,
.case-study-filter-type .select-box .dropdown-item:focus,
.case-study-filter-type .select-box .dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #CE1F26;
    color: #fff;
}

.case-study-filter-type .bootstrap-select .dropdown-toggle::after {
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.case-study-filter-type .dropdown-toggle::after {
    border-top-color: #878787 !important;
}

.case-study-filter-type .dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
    border-bottom-color: #878787;
}

.latest-case-study-wrapper {
    padding: 60px 0;
}

.latest-case-study-wrapper .title h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #000;
}

.case-study-box .pic {
    height: 185px;
}

.case-study-box .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-case-study-wrapper [class*="col-"] {
    margin-bottom: 35px;
}

.case-study-box .content {
    padding: 25px 35px;
    background-color: #fff;
    border: 1px solid #E4E3E3;
    transition: all 0.4s ease-in-out;
}

.case-study-box:hover .content {
    background-color: #000;
    border-color: #000;
}

.case-study-box .content span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #8C8B8B;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.case-study-box .content span::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 67px;
    height: 4px;
    background-color: #CE1F26;
    transform: scaleX(0);
    transition: all 0.4s ease-in-out;
}

.case-study-box .content a {
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.case-study-box:hover .content {
    background-color: #000;
    border-color: #000;
}

.case-study-box:hover .content span {
    padding-left: 90px;
    color: #fff;
}

.case-study-box:hover .content span::before {
    transform: scaleX(1);
}

.case-study-box:hover .content a {
    color: #fff;
}

.case-study-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}

.case-study-pagination ul {
    position: relative;
}

.case-study-pagination ul,
.case-study-pagination li {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #F4F2F2;
}

.case-study-pagination li {
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F2F2;
}

.case-study-pagination li a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #464646;
    text-decoration: none;
}

.case-study-pagination li.current,
.case-study-pagination li.current a {
    background-color: #CE1C23;
    color: #fff;
}

.case-study-pagination .navigation-arrow {
    position: absolute;
    top: 16px;
}

.case-study-pagination .navigation-arrow.prev {
    left: 0;
    transform: rotate(180deg);
}

.case-study-pagination .navigation-arrow.next {
    right: 0;
}

.case-study-pagination .navigation-arrow-next {
    width: auto !important;
}

.case-study-pagination .navigation-arrow-prev {
    width: auto !important;
}

.case-study-pagination .navigation-arrow-prev,
.case-study-pagination .navigation-arrow-next {
    position: relative;
    height: auto !important;
    position: static !important;
}

.case-study-pagination .navigation-arrow-prev a,
.case-study-pagination .navigation-arrow-next a {
    font-size: 0 !important;
}

.case-study-pagination .navigation-arrow-prev a::before,
.case-study-pagination .navigation-arrow-next a::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 12px;
    height: 24px;
    background-image: url(https://staging.exavalu.com/wp-content/uploads/2022/02/case-study-navigation-arrow.png);
    background-repeat: no-repeat;
}

.case-study-pagination .navigation-arrow-prev a::before {
    transform: translateY(-50%) rotate(180deg);
    left: -55px;
}

.case-study-pagination .navigation-arrow-next a::before {
    right: -55px;
    transform: translateY(-50%);
}




@media only screen and (max-width: 767px) {
    .fetaured-case-study-content h1 {
        font-size: 25px;
        line-height: 34px;
    }

    .fetaured-case-study-content span {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .featured-case-study-wrapper {
        padding: 50px 0 20px;
    }

    .caf-filter-layout {
        margin-top: -20px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .case-study-box .content {
        padding: 15px;
    }

    .case-study-box .content span::before {
        width: 40px;
        height: 2px;
    }

    .case-study-box:hover .content span {
        padding-left: 50px;
    }

    .caf-row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .caf-row .caf-mb-5 {
        padding: 0 5px;
    }

    ul#caf-layout-pagination.post-layout1 span.page-numbers.current,
    ul#caf-layout-pagination.post-layout1 li a {
        padding: 10px !important;
        font-size: 16px !important;
        width: 40px;
        height: 40px;
    }

    .case-study-filter-outer {
        padding-bottom: 40px !important;
    }

    .solution-process-wrapper {
        padding: 40px 0;
    }

    .latest-case-study-wrapper {
        padding: 0px 0 40px;
    }

    .latest-case-study-wrapper .title h2 {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 34px;
    }

    .case-study-pagination {
        margin: 20px auto 0;
    }

    .case-study-pagination li {
        width: 50px;
        height: 50px;
    }
}
.our-capabilities-box {
	min-height: 430px;
}
.partners-banner-text-outer h2 {
  font-size:20px !important;
}
}