.related-case-studies .content_item h3 {
    text-align: center;
    font-size: 36px;
    color: #000;
    line-height: 40px;
    margin: 100px 0px;
}

.related-case-studies {
    padding-bottom: 80px;
}
.footer_section {
    display: block;
}

.related-case-studies .content_item {
    padding: 0;
    opacity: 1;
    padding-bottom: 80px;
    text-align: center;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.related-case-studies .content_item .projects_wrap {
    display: flex;
    justify-content: center;
    padding: 0px 80px;
}

.related-case-studies .content_item .projects_wrap .project {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 35px 15px -20px rgb(0 0 0 / 30%);
    width: 30%;
    margin: 0% 1%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    cursor: pointer;
}

.related-case-studies .project .banner {
    background: no-repeat center;
    background-size: cover;
    height: 200px;
}

.related-case-studies .project_detail {
    padding: 30px 40px;
    text-align: left;
}

.related-case-studies .project_detail h4 {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    margin: 0;
}

.related-case-studies .project_detail p {
    color: #666;
    font-family: montserrat_light, sans-serif;
    font-size: 14px;
    line-height: 24px;
    height: 160px;
    width: 99%;
    display: -webkit-box;
    text-align: left;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-case-studies .project_detail .btn {
    border: 1px solid #ef0d33;
    color: #ef0d33;
    background: none;
    display: block;
    margin: 30px auto 0px;
}

.related-case-studies .project:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0px 45px 15px -20px rgb(0 0 0 / 30%);
}

.related-case-studies .project_detail .btn:hover {
    background: #ef0d33;
    color: #fff;
}

.case-inner {
    height: 70%;
    z-index: 10;
}

.case-header {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-header:after {
    content: "";
    background: #00000057;
    position: absolute;
    width: 100%;
    height: 100%;
}

.case-content ul li {
    margin: 0;
    color:black;
    /* color: rgba(0, 0, 0, 0.6); */
    font-family: montserrat_light;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}
iframe{
    width: 100%;
    height: 33vw;
}
.case-header-inner {
    text-align: center;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-header-inner h1 {
    line-height: 1.2;
    margin: 0;
    color: white;
    font-size: 64px;
    font-family: montserrat_bold;
}

.case-header-inner p {
    font-family: montserrat_light;
    font-size: 18px;
    color: white;
    text-align: center;
    padding-top: 3%;
}

.case-content {
    padding-top: 80px;
    width: 65%;
    margin: auto;
}

.case-content p {
    margin: 0;
    color:black;
    /* color: rgba(0, 0, 0, 0.6); */
    font-family: montserrat_light;
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    margin-bottom: 9px;
    margin-top: 9px;
}
blockquote{
    font-size: 16px;
    border-left: 4px solid #ef0d33;
    margin-left: 0;
    padding-left: 15px;
    line-height: 1.7;
}
.case-content h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000;
    font-weight: bold;
    line-height: 1.2;
}
h1,h2,h3,h4,h5,h6{
    font-weight: bold;
    font-family: montserrat_bold;
    line-height: 1.2;
}
strong{
    font-family: montserrat_bold;
    /* color:rgba(0, 0, 0, 0.6); */
    color:black;
}
ol li{
    margin: 0;
    /* color: rgba(0, 0, 0, 0.6); */
    color:black;
    font-family: montserrat_light;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
}
.case-content h1{
    font-size: 40px;
    line-height: 1.2;
}
.case-content h2{
    font-size: 30px;
}
.case-content h3{
    font-size: 22px;
}
.case-content h4{
    font-size: 18px;
}
.case-content h5{
    font-size: 16px;
}
.case-content h6{
    font-size: 14px;
}
.case-content img {
    margin: auto;
    display: block;
    border-radius: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}
img.alignleft{
    display: initial;
}
.success-story {
    width: 100%;
    margin: auto;
    padding-top: 20px;
}

.success-story h2 {
    margin-top: 24px;
    font-size: 24px;
    font-family: 'montserrat_regular';
    font-weight: 500;
    color: black;
    font-style: italic;
    text-align: center;
}

.success-story p {
    color: rgba(0, 0, 0, 0.6);
    font-family: montserrat_light;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.success-story-link {
    text-align: center;
    padding-top: 35px;
    justify-content: center;
    display: flex;
}

.success-story-link a {
    border: 2px solid #ef0d33;
    color: black;
    padding: 14px 30px;
    border-radius: 5px;
    font-size: 18px;
}

.contact-us-animation {
    transition: all 0.8s;
}

.contact-us-animation:hover {
    transform: translateY(-5px);
}

.success-story-link a.contact-us {
    background: #ef0d33;
    color: white;
}

.success-story-link a:hover {
    background: #ef0d33;
    color: white;
}

.case-highlight {
    padding-top: 80px;
    width: 65%;
    margin: auto;
}

.case-highlight h2 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    font-family: montserrat_bold;
    letter-spacing: 2px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.highlight-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.highlight-card:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.highlight-wrap .highlight-card {
    transition: all 0.8s;
    font-size: 17px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 3%;
    color: rgba(0, 0, 0, 0.6);
    width: 44%;
    margin-right: 2%;
    background: #F7F7F7;
    margin-bottom: 2%;
    border-radius: 5px;
    border-left: 2px solid #ef0d33;
    padding-left: 30px;
    box-shadow: 0px 3px 10px 1px #ddd;
}

.highlight-wrap .highlight-card p {
    line-height: 20px;
    font-size: 18px;
    color: rgb(0 0 0 / 48%);
}

.case-technologies {
    width: 65%;
    margin: auto;
}

.case-technologies h2 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
    font-family: montserrat_bold;
    letter-spacing: 2px;
    line-height: 24px;
    padding-top: 37px;
    padding-bottom: 15px;
    text-align: center;
}

.technologies-wrap {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
}

.technologies-wrap .technologies-card {
    width: 26%;
    background: #F7F7F7;
    margin-bottom: 5%;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 1px #ddd;
    text-align: center;
}

.technologies-wrap .technologies-card img {
    padding: 10px 0;
    height: 55px;
}

.success-story-section {
    background: #F7F7F7;
    padding-bottom: 53px;
    margin-top: 60px;
}

@media only screen and (max-width: 900px) {
    .related-case-studies .content_item .projects_wrap {
        display: block;
        padding: 0px 20px 0 20px;
    }
    .related-case-studies .content_item .projects_wrap .project {
        width: auto;
        margin: 50px 0
    }
}

@media only screen and (max-width: 1440px) {
    .case-inner {
        height: 65%;
    }
    .case-header-inner h1 {
        font-size: 50px;
    }
    .case-header-inner p {
        padding-top: 2%;
    }
    .case-content {
        padding-top: 110px;
    }
    .case-content h2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .case-content img {
        margin-bottom: 60px;
    }
    .success-story {
        padding-top: 36px;
        line-height: 39px;
    }
    .success-story h2 {
        font-size: 30px;
    }
    .case-highlight {
        padding-top: 60px;
    }
    .case-highlight h2 {
        font-size: 30px;
    }
    .highlight-wrap {
        margin-top: 72px;
    }
    .highlight-wrap .highlight-card {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1373px) {
    .highlight-wrap .highlight-card {
        width: 41%;
    }
    .success-story {
        width: 53%;
    }
}

@media only screen and (max-width: 755px) {
    .success-story {
        width: 80%;
    }
    .case-content img {
        width: 100%;
    }
    .highlight-wrap .highlight-card {
        width: 100%;
        margin-bottom: 4%;
    }
    .case-header-inner h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 500px) {
    .success-story-link a {
        padding: 9px 34px !important;
        font-size: 12px;
    }
    .highlight-wrap .highlight-card p {
        line-height: 18px;
        font-size: 12px;
    }
    .highlight-wrap .highlight-card {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 20px;
    }
    .case-header-inner p {
        font-size: 15px;
    }
    .case-header-inner h1 {
        font-size: 31px;
    }
    .case-content {
        padding-top: 60px;
        width: 90%;
    }
    .case-content ul li {
        font-size: 14px;
        line-height: 30px;
    }
    iframe{
        height: 63vw;
    }
    .case-content p {
        font-size: 14px;
        line-height: 30px;
    }
    .case-content h1 {
        font-size: 26px;
    }
    .case-content h2 {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 22px;
    }
    .case-content h3 {
        font-size: 18px;
    }
    .case-content h4 {
        font-size: 17px;
    }
    .case-content h5 {
        font-size: 16px;
    }
    .case-content h6 {
        font-size: 15px;
    }
    .success-story h2 {
        font-size: 18px;
    }
    .success-story {
        padding-top: 10px;
    }
    .success-story p {
        font-size: 14px;
        line-height: 30px;
    }
    .success-story-link {
        padding-top: 20px;
    }
    .case-highlight {
        padding-top: 30px;
    }
    .case-highlight h2 {
        font-size: 22px;
    }
    .highlight-wrap {
        margin-top: 40px;
    }
    .case-technologies h2 {
        font-size: 22px;
    }
    .technologies-wrap {
        margin-top: 30px;
    }
    .technologies-wrap .technologies-card {
        width: 42%;
    }
}

@media only screen and (max-width: 400px) {
    .success-story {
        width: 65%;
    }
    .success-story-link {
        display: unset;
    }
    .success-story-link div {
        width: 100%;
        float: unset !important;
    }
    .success-story-link a {
        padding: 1px 38px !important;
        font-size: 12px;
    }
    .case-header-inner h1 {
        width: 80%;
        margin: auto;
        line-height: 35px;
    }
    .success-story-link a {
        margin-right: 0!important;
        display: block;
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 4000px) and (min-width: 3000px) {
    .case-content h2 {
        font-size: 40px;
    }
    .case-highlight h2 {
        font-size: 40px;
    }
    .case-technologies h2 {
        font-size: 40px;
    }
    .success-story h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 3000px) and (min-width: 2000px) {
    .case-content h2 {
        font-size: 30px;
    }
    .case-highlight h2 {
        font-size: 30px;
    }
    .case-technologies h2 {
        font-size: 30px;
    }
    .success-story h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 350px) {
    .case-technologies2 {
        width: 85%;
    }
    .case-technologies h2 {
        font-size: 20px;
    }
    .related-case-studies .content_item h3 {
        margin: 0px 0px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 4000px) and (min-width: 1921px) {
    ol li{
        font-size: 1.1vw;
        line-height: 2.2vw;
    }
    .case-header-inner h1 {
        font-size: 4vw;
    }
    .case-header-inner p {
        font-size: 1.3vw;
    }
    .case-content h2 {
        font-size: 1.6666vw;
        line-height: 2vw;
    }
    .case-content h1 {
        font-size: 1.92vw;
    }
    .case-content h3 {
        font-size: 1.41vw;
    }
    .case-content h4 {
        font-size: 1.1538vw;
    }
    .case-content h5 {
        font-size: 1.02564vw;
    }
    .case-content h6 {
        font-size: 0.897vw;
    }
    .case-content p {
        font-size: 1.1vw;
        line-height: 2.2vw;
        margin-bottom: 0.5769vw;
        margin-top: 0.5769vw;
    }
    .case-content ol {
        margin: 1vw 0 1vw 1vw;
    }
    .case-content ul {
        margin: 1vw 0 1vw 1vw;
    }
    .case-content ul li {
        font-size: 1.1vw;
        line-height: 2.2vw;
    }
    .success-story h2 {
        font-size: 2vw;
    }
    .success-story p {
        margin: 2vw 0;
        font-size: 1.2vw;
        line-height: 1.7vw;
    }
    .success-story {
        padding-top: 3vw;
    }
    .success-story-link a {
        font-size: 1vw;
        border: 3px solid #ef0d33;
        padding: .6vw 2vw;
    }
    .success-story-link a.contact-us {
        padding: .6vw 2.6vw !important;
    }
    .success-story-link .contact-us-animation {
        margin-right: 2vw !important;
    }
    .success-story-link {
        margin-bottom: 2vw;
    }
    .success-story-section {
        margin-top: 5vw;
    }
    .case-highlight {
        padding-top: 5vw;
    }
    .case-highlight h2 {
        font-size: 2.3vw;
        margin-bottom: 3.5vw;
    }
    .case-technologies h2 {
        font-size: 2.3vw;
    }
    .related-case-studies .content_item h3 {
        font-size: 2.3vw;
    }
    .highlight-wrap .highlight-card p {
        font-size: 1vw;
        line-height: 1.5vw;
    }
    .highlight-wrap .highlight-card {
        padding-left: 1.7vw;
        border-radius: .4vw;
        border-left: .1vw solid #ef0d33;
    }
    .case-technologies {
        margin-top: 4vw;
    }
    .technologies-wrap {
        margin-top: 5vw;
    }
    .technologies-wrap .technologies-card img {
        height: 6vw;
    }
    .related-case-studies .content_item .projects_wrap {
        margin-top: 5vw;
        margin-bottom: 5vw;
    }
    .related-case-studies .project .banner {
        height: 14vw;
    }
    .related-case-studies .project_detail h4 {
        font-size: 1.5vw;
        line-height: 3vw;
    }
    .related-case-studies .project_detail p {
        font-size: 1.2vw;
        height: 12.3vw;
        line-height: 1.8vw;
        margin-bottom: 2vw;
    }
    .related-case-studies .project_detail .btn {
        line-height: 1.7vw;
        height: 1.5vw;
        margin-bottom: 1vw;
        border: .1vw solid #ef0d33;
    }
}