.single-case-study .newdesign .casestudy-content .desktop-image-canvas {
    background: url(../images/desktop-image-bg.png) left top no-repeat;
    display: inline-block;
    padding: 3.9% 3.9% 27%;
    background-size: 100% auto;
}
.single-case-study .newdesign .casestudy-content .section-content {
    font-size: 18px;
    font-weight: normal;
}

.single-case-study .newdesign .casestudy-content .row:last-child, .single-case-study .newdesign .casestudy-content p:last-child {
    margin-bottom: 0;
}
.single-case-study .newdesign .casestudy-content .row, .single-case-study .newdesign .client-rating .row {
    display: flex;
    flex-wrap: wrap;
}
.single-case-study .newdesign .casestudy-content .row {
    margin-bottom: 50px;
}
.single-case-study .newdesign .casestudy-content .mobile-image-canvas {
    background: url(../images/mobile-image-bg.png) left top no-repeat;
    display: inline-block;
    background-size: 100% auto;
    width: 300px;
}
.case-study-ul {
    padding: 10px;
}
.case-study-ul li {
    font-weight: 400 !important;
    font-size: 15px;
    list-style: disc;
    margin-bottom: 10px;
    line-height: 23px;
    text-align: left;
    margin-left: 17px;
}
.single-case-study .newdesign .client-rating {
    background: #000;
    position: relative;
    color: #fff;
}
.space {
    padding-bottom: 45px;
    padding-top: 45px;
}
.align-items-center {
    align-items: center;
}
.center {
    text-align: center;
}
.center img{
    margin-inline:auto;
}
.single-case-study .newdesign .client-rating .client-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-case-study .newdesign .client-rating .border {
    border: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.single-case-study .newdesign .client-rating .client-heading span {
    margin-right: 30px;
}
.single-case-study .newdesign .client-rating .client-heading h2 {
    margin: 0;
    flex: 1 0 auto;
    color: #fff;
}
.single-case-study .newdesign .client-rating .rating-section {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 15px;
}
.single-case-study .newdesign .client-rating h3 {
    margin-bottom: 0;
    font-weight: normal;
        font-size: 28px;
}
.single-case-study .newdesign .client-rating .rating-stars .heading {
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
}
.heading:not(h2) {
    width: 80%;
    margin: 0 auto;
}
.single-case-study .newdesign .client-rating p.info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.single-case-study .newdesign .casestudy-content .technology-image-canvas {
    display: inline-block;
    margin-top: 12%;
    position: relative;
    width: 90%;
    padding-top: 80%;
    border-radius: 50%;
    border: 20px solid #f2f2f2;
    box-shadow: inset 0 15px 25px 0 rgba(0, 0, 0, 0.17);
}
.single-case-study .newdesign .casestudy-content .technology-image-canvas img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.single-case-study .newdesign .casestudy-content .section-content {
    font-size: 18px;
    font-weight: normal;
}
.single-case-study .newdesign .casestudy-content .tech-bits ul {
    padding: 10px 0 0 10px;
    text-align: left;
}
.single-case-study .newdesign .casestudy-content .tech-bits ul li {
    position: relative;
    padding-left: 45px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 18px;
}
.single-case-study .newdesign .casestudy-content .tech-bits ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../images/technical-bits-check.png) center center no-repeat;
    background-size: 100% auto;
}
.single-case-study .newdesign .casestudy-content .inside-out {
    padding: 40px 50px;
    background: #f2f2f2;
    width: 1090px;
    max-width: 100%;
    display: inline-block;
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.3);
}
.single-case-study .newdesign .casestudy-content .inside-out .inside-out-btn {
    line-height: 60px;
    display: inline-block;
    font-weight: normal;
    height: 60px;
    padding: 0 40px;
    font-size: 18px;
    border-radius: 50px;
    color: #fff;
}
.orange_gradient {
    background: #d84519;
    background: -moz-linear-gradient(left,#d84519 0,#e97a24 100%);
    background: -webkit-linear-gradient(left, #d84519 0, #e97a24 100%);
    background: linear-gradient(to right, #d84519 0, #e97a24 100%);
}
.single-case-study .newdesign .casestudy-content, .single-case-study .newdesign .client-rating {
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-case-study .newdesign .casestudy-content .our-solution .solution-graphic {
    border-radius: 15px;
    position: relative;
    display: block;
    height: 100%;
    min-height: 300px;
    overflow: hidden;
}
.single-case-study .newdesign .casestudy-content .our-solution .solution-graphic img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    max-width: inherit;
    transform: translate(-50%, -50%);
}
.heroBanner {
    padding: 15% 0;
    position: relative;
    text-align: center;
}

.heroBanner.second {
    padding: 120px 0 40px 0;
}
.single-case-study .newdesign .heroBanner.second {
    background: #000;
}
.heroBanner .container {
    position: relative;
    color: #fff;
}
.single-case-study .newdesign .heroBanner.second .heroBannerHead {
    font-weight: normal;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    word-break: break-all;
}
.heroBanner.second .heroBannerHead {
    font-size: 43px;
    margin-bottom: 20px;
}
.heroBanner .heroBannerTxt {
    font-size: 15px;
    letter-spacing: .5px;
}
.heroBanner.second .heroBannerTxt {
    margin-bottom: 40px;
}
.button.btndefault {
    background: #fff;
    color: #039be5;
    font-size: 16px ;
    padding: 14px 30px ;
    border-radius: 100px ;
    overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
    text-transform: capitalize;
    border: 2px solid #fff ;
}
.button.btndefault:hover {
    color: #fff;
    border: 2px solid #fff;
    background: 0 0;
    text-decoration: none;
}
.techtop {
    width: 100%;
    border-bottom: #dedede solid 1px;
    margin-bottom: 70px;
    text-align: center;
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    line-height: 1;
}
.techtop span {
    font-weight: 700;
}
.casebox {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}
.case-studies-heading {
    margin-bottom: 0;
    float: left;
}
.casenew05618 {
    width: 91%;
    float: left;
}
.casenew05618 .whatxt h4, .casenew05618 h4, .casenewr05618 h4 {
    font-size: 37px;
    color: #039be5;
        line-height: 1.2;
    margin: 0 0 30px 0;
}
.casenew05618 ul.whaticon {
    margin-left: 0;
}
.casenew05618 ul.whaticon li {
    float: left;
    margin-right: 0;
    text-align: left;
    padding-left: 41px;
    padding-bottom: 20px;
    width: 100%;
    color: #333;
    font-size: 16px;
    background: url(../images/list-bullet.png) no-repeat scroll 0 0;
    line-height: 1.2;
}
.blog-category ul {
    margin: 0;
    padding: 0;
}
.casenewr05618 .blog-category li {
    background: url(../images/list-bullet.png) no-repeat scroll 0 0px;
    float: left;
    width: 100%;
    padding: 0 0 20px 41px;
     line-height: 1.2;
     font-size: 16px;
}
.relatedcase.casebox {
    padding-bottom: 0;
    padding-top: 0;
}
.projectheading {
    text-align: center;
    color: #333;
    font-size: 27px;
    position: relative;
    margin-bottom: 45px;
}
.projectheading h4 {
    font-size: 27px;
    color: #039be5;
    margin: 0 0 30px 0;
    margin-bottom: 35px;
    margin-top: 35px;
    font-weight: 700;
        line-height: 1.2;
    
}
.projectheading span {
    font-size: 28px;
}
.caseslider li {
    position: relative;
}
.caseslider li:nth-child(2n+1) {
    clear: both;
}
.boxwidth10 {
    width: 100%;
}
.remax-img img {
   max-width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 15px; 
    height: auto;
}
.relatedcase .homecase .remax-img img {
    width: 100%;
    padding: 0;
}
.homecase .boxwidth8 {
    margin: auto;
    position: relative;
    top: -25px;
    width: 80%;
    z-index: 1;
}
.boxcolor-orange {
    background: #039be5 url(../images/circles.png) center center no-repeat;
    color: #fff;
}
.homecase .boxcolor-orange {
    padding: 35px 50px;
    float: left;
    width: 100%;
}
.homecase .boxcolor-orange {
    padding: 35px 50px;
    float: left;
    width: 100%;
}
.caseslider ul li:nth-child(3n+1) .boxcolor-orange {
    background: #000;
}
.homecase h3 {
    padding-left: 0;
    margin-top: 0;
    font-size: 21px;
    color: #fff;
    line-height: 100%;
    padding-right: 0;
    margin-bottom: 42px;
    margin-bottom: 31px;
    position: relative;
    padding-right: 70px;
}
.homecase img {
    max-width: 100%;
    height: auto;
}
ul.accom_list .boxcolor-orange h3 img {
    position: absolute;
    right: 0;
    top: -14px;
}
.boxcolor-orange p {
    color: #fff;
    line-height: 150%;
    position: relative;
    z-index: 1;
    padding: 20px 4px;
    font-size: 19px;
}
.homecase .boxcolor-orange p {
    font-size: 15px;
    line-height: 129%;
}
.headingbox {
    width: 100%;
    text-align: center;
}
.headingbox h2 {
    display: inline-block;
    font-size: 53px;
}
.detail-slider {
    width: 1100px;
    position: relative;
    margin: auto;
    max-width: 100%;
}
.m6 {
    margin-top: 60px;
}
.boxinfo .button.btndefault, .careers .button.btndefault, .contact .button.btndefault, .headingbox .button.btndefault {
    background: #039be5;
    color: #fff;
    padding: 12px 30px;
    border: #039be5 2px solid;
}
.detail-slider {
    width: 1100px;
    position: relative;
    margin: auto;
    max-width: 100%;
}
.macbg {
    background: url(../images/mac-bg12.png) center top no-repeat;
    background-size: 100%;
    width: 765px;
    display: block;
    margin: 0 auto;
    padding: 2.7% 2.7% 14%;
    margin-top: 25px;
    max-width: 100%;
}


.homecase .owl-carousel.owl-loaded {
    margin-top: 0;
}
#owl-example1 .owl-nav .owl-prev {
    background: url(../images/left_icon.png) no-repeat top center;
    width: 48px;
    height: 95px;
    position: absolute;
    left: -16%;
    top: 35%;
    font-size: 0;
}
#owl-example1 .owl-nav .owl-next {
    background: url(../images/right_icon.png) no-repeat top center;
    width: 48px;
    height: 95px;
    position: absolute;
    right: -16%;
    top: 35%;
    font-size: 0;
}

.mobile-bg {
    background: url(../images/moblie-bg1.png) no-repeat 0 0;
    width: 117px;
    height: 222px;
    display: block;
    margin: 0 auto;
    padding: 19px 2px 19px 4px;
    position: absolute;
    right: 10%;
    bottom: -2px;
    z-index: 1;
}
.mobile-bg .owl-carousel .owl-item img {
    border-radius: 0 0 10px 10px;
}


.homecase .owl-carousel.owl-loaded {
    margin-top: 0;
}

.owl-stage-outer{overflow: hidden;}
.owl-stage{display: flex;}

.mobile-bg .owl-nav.disabled{display: none;}


@media screen and (min-width: 768px) {
    .single-case-study .newdesign .casestudy-content .row.row-reverse {
        flex-direction: row-reverse;
        align-items: center;
    }
}

@media screen and (min-width: 992px) {
    .single-case-study .newdesign .client-rating .border {
        border-bottom: 0;
        border-right: 1px solid #fff;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {
    .single-case-study .newdesign .casestudy-content .section-content.left-padding {
        padding-left: 30px;
    }
        .single-case-study .newdesign .casestudy-content h2, .single-case-study .newdesign .client-rating h2 {
        font-size: 32px;
        color: #333;
    }
        .single-case-study .newdesign .casestudy-content .row {
        margin-bottom: 90px;
    }
    .single-case-study .newdesign .casestudy-content .row {
        margin-bottom: 90px;
    }
    .single-case-study .newdesign .casestudy-content .section-content.right-padding {
        padding-right: 30px;
    }
        .single-case-study .newdesign .casestudy-content, .single-case-study .newdesign .client-rating {
        padding-top: 90px;
        padding-bottom: 90px;
    }
        .single-case-study .newdesign .client-rating p {
        font-size: 15px;
    }
        .single-case-study .newdesign .casestudy-content .section-content.right-padding {
        padding-right: 30px;
    }
        .single-case-study .newdesign .heroBanner.second {
        padding-top: 9%;
        display: flex;
        align-items: center;
        padding-bottom: 2%;
        min-height: 300px;
    }
    .single-case-study .newdesign .heroBanner.second .heroBannerHead {
        font-size: 60px;
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .homecase .boxwidth8 {
        width: 90%;
    }
    .homecase .boxcolor-orange{
        padding: 35px;
    }
    ul.accom_list .boxcolor-orange h3 img{
        width: 50px;
    }
}
@media screen and (max-width: 991px) {
    .single-case-study .newdesign .client-rating .section-100 .col-5, .single-case-study .newdesign .client-rating .section-100 .col-7 {
        width: 100%;
    }
    .single-case-study .newdesign .client-rating h3 {
        font-size: 25px;
    }
    .single-case-study .newdesign .client-rating .rating-stars .heading{
        font-size: 15px;
    }
    .macbg {
        padding: 3.7% 3.7% 20%;
    }
        .macbg #owl-example1 .owl-nav {
        display: none;
    }
        .button.btndefault {
        font-size: 11px;
    }
        .homecase h3 {
        font-size: 17px;
        margin-bottom: 0;
    }
        .homecase .boxcolor-orange p {
        font-size: 13px;
        line-height: inherit;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .single-case-study .newdesign .casestudy-content .section-content.left-padding {
        padding-left: 0;
        padding-top: 15px;
    }
    .single-case-study .newdesign .casestudy-content{text-align: center;}
    .single-case-study .newdesign .client-rating p.info{position: static; margin: 10px 0 0 0;}
    .single-case-study .newdesign .client-rating .rating-section {
    display: flex;
    align-items: center;
    flex-wrap: inherit;
    justify-content: space-between;
    padding-left: 0;
    gap: 10px;
            margin: 0;
    }
    .single-case-study .newdesign .client-rating .rating-section .col-6 {
    width: auto;
    flex: initial;
    padding: 0;
    }
        .casenew05618 .whatxt h4, .casenew05618 h4, .casenewr05618 h4, .headingbox h2, .projectheading h4 {
        font-size: 30px;
        margin-bottom: 10px;
        line-height: 1.1;
    }
        .casenew05618 ul.whaticon li,
        .casenewr05618 .blog-category li {
        font-size: 15px;
        min-height: 22px;
    }
        .casenew05618 .whatxt h4, .casenew05618 h4, .casenewr05618 h4, .headingbox h2, .projectheading h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }    

        .detail-slider {
        padding: 0 15px;
    }
        .homebox.relatedcase {
        padding: 0 15px;
    }
    .projectheading span {
        font-size: 22px;
        line-height: 1.2;
        display: block;
    }
        .relatedcase .homecase .remax-img img {
        padding: 0px;
        display: block;
    }
        .homecase .boxwidth8 {
        width: 100%;
        top: 0;
    }
    .homecase .boxcolor-orange {
        padding: 25px 20px;
    }
        .homecase .boxcolor-orange p {
        padding-left: 0;
        padding-right: 0px;
    }
    .caseslider li {
        padding: 0 0;
        margin-bottom: 30px;
    }
    ul.accom_list .boxcolor-orange h3 img{
    max-width: 40px;
    }
        .casebox {
        padding: 30px 0;
    }
        .case-studies-heading .col-6 {
        padding-left: 0;
        padding-right: 0px;
    }
    .casenew05618 {
    width: 100%;
}
    .techtop {    gap: 10px;font-size: 16px; padding-bottom: 20px; margin-bottom: 30px;}
    .heroBanner.second .heroBannerHead{font-size: 25px;}
    .careerApplyOpening .positionsContainer .positions .pos_description p,
    .careerApplyOpening .positionsContainer .positions .pos_description ul{font-size: 15px}
}

@media (max-width: 480px) {
    .macbg {
        display: none;
    }
    .mobile-bg {
        left: 50%;
        transform: translate(-50%, 0);
        margin: 0;
        position: relative;
        right: initial;
    }
}
