@keyframes accslideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

.article-wrap {
    padding-bottom: 70px;
}

.article-heading {
    width: 30%;
}

.article-heading h2 {
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

.article-description p {
    color: black !important;
    font-size: 14px !important;
    font-weight: 600;
}

.article-description {
    width: 70%;
}

.header_section {
    height: 80%;
}

.header_content {
    background: no-repeat center;
    background-size: cover;
    overflow: auto;
}

.header_content h2 {
    text-shadow: none;
}

.slider_content {
    margin: 10% auto 100px;
    float: none;
    text-align: center;
    max-width: 750px;
}

.header_content p {
    background: none;
    padding: 0px;
    width: 60%;
    margin: auto;
    display: block;
}

.header_content p:before {
    display: none;
}

.services_section {
    overflow: hidden;
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: auto;
}

#service_title {
    font-size: 108px;
    line-height: 96px;
    color: #e5e5e5;
    margin: 0px 0px 0px;
}

.service_outer {
    display: flex;
    margin: 20px 80px 20px 120px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.service_left {
    width: 40%;
}

.service_right {
    width: 60%;
    padding: 100px 0px 0px 50px;
    box-sizing: border-box;
}

.service_desc p {
    font-family: montserrat_light, sans-serif;
    line-height: 24px;
}

.title_wrap {
    background: #f4f4f4;
    padding: 55px 0px;
    margin: 30px 0px;
}

.title_wrap h2 {
    box-sizing: border-box;
    /* width: 250px; */
    color: #ebebeb;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 80px;
    height: 80px;
    margin: 0px 0px;
    font-size: 80px;
    font-weight: bold;
    padding-left: 9%;
}

.service_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.slider_content {
    display: block !important;
}

.service {
    padding: 30px 20px 30px 50px;
    position: relative;
    width: 45%;
    box-sizing: border-box;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 20px 0px;
    display: block;
    box-shadow: 0px 3px 10px 1px #ddd;
}

.service:hover {
    box-shadow: 0px 3px 10px 1px #ddd;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url("../images/services/mobile.png") no-repeat center;
    background-size: contain;
}

.service h3 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-family: montserrat_bold;
    line-height: 24px;
}

.service p {
    color: rgba(0, 0, 0, 0.47);
    font-family: montserrat_light, sans-serif;
    font-size: 12px;
    text-align: justify;
    overflow: hidden;
    height: 100px;
}

.btn_red {
    opacity: 1 !important;
}

.btn_red:after {
    display: none;
}

.detail_open {
    overflow: hidden !important;
}

.service_detail_outer.show {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 1;
}

.service_detail_wrap {
    position: relative;
    /*height: 100%;*/
    /*overflow-y: scroll;*/
    /*overflow-x: hidden;*/
    /*-webkit-overflow-scrolling: touch;*/
}

.detail_close {
    width: 25px;
    height: 25px;
    background: url("../images/close.png") no-repeat center;
    background-size: contain;
    position: fixed;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 2;
}

.detail_header {
    background: url("../images/service_expand.jpg") no-repeat center;
    background-size: cover;
    height: 0%;
    overflow: hidden;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    position: relative;
}

.service_detail_outer.open .detail_header {
    /*top: 0;*/
    height: 75%;
    transition-delay: 0s;
}

.service_detail_outer.hide .detail_header {
    /*top: 0;*/
    height: 0%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    transition-delay: 1s;
}

.bg_anim {
    width: 100%;
    background: #f5f5f5;
    height: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    transition-delay: 0.5s;
}

.service_detail_outer.open .bg_anim {
    top: 100%;
}

.service_detail_outer.hide .bg_anim {
    top: 0%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    transition-delay: 0.5s;
}

.detail_header_content {
    max-width: 400px;
    margin: 12% 8%;
    color: #fff;
    opacity: 0;
    text-align: left;
    -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;
    transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    -ms-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -webkit-transition-delay: 0.8s;
}

.service_detail_outer.open .detail_header_content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.service_detail_outer.hide .detail_header_content {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.detail_header_content .icon {
    width: 50px;
    height: 50px;
    margin: 30px auto;
    background: url("../images/services/mobile.png") no-repeat center;
    background-size: contain;
}

.detail_header_content h1{
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0px;
    font-family: montserrat_semibold;
    position: relative;
}

.detail_header_content h1:before {
    width: 50px;
    height: 2px;
    background-color: #ef0d33;
    content: '';
    position: absolute;
    top: -20px;
    left: 0px;
}

.detail_header_content p {
    color: #aaa;
    line-height: 22px;
    font-size: 14px;
    font-family: montserrat_light, sans-serif;
}

.content_item {
    padding: 40px;
    text-align: center;
    opacity: 0;
    -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;
}

.service_detail_outer.open .content_item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.service_detail_wrap .content_item:nth-child(5) {
    background-color: #f9f9f9;
}

.where_we_are {
    background-color: #f5f5f5;
    position: relative;
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
    /*background-image: url("../images/where_we_are.png");*/
}

.where_we_are .half_content {
    width: 45%;
    text-align: left;
    margin-left: 55%;
    padding: 2% 0%;
}

.where_we_are .half_content .content_head {
    position: relative;
    height: 65px;
}

.where_we_are .half_content h3 {
    margin: 40px 0px 50px;
    text-align: left;
}

.where_we_are .half_content h4 {
    color: rgba(119, 114, 114, 0.05);
    text-align: left;
    font-size: 100px;
    line-height: 120px;
    font-family: montserrat_semibold, sans-serif;
    position: absolute;
    width: auto;
    top: -38px;
    right: 0%;
    margin: 0px;
    white-space: nowrap;
    display: none;
}

.where_we_are .half_content p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: montserrat_light, sans-serif;
    text-align: justify;
}

.where_we_are .content_image {
    position: absolute;
    top: 0%;
    left: 0px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/ai_bg.jpg");
}

.service_detail_outer.hide .content_item {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

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

.platform_content {
    background: white;
}

.platform_content h3 {
    margin: 40px 0 20px;
}

.platforms {
    list-style: none;
    padding: 0;
    /*display: flex;*/
    justify-content: space-between;
    max-width: 98%;
    margin: 0 auto 30px;
}

.platforms li {
    width: 125px;
    height: 120px;
    padding: 20px 10px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.platforms li .icon {
    width: 100%;
    height: 65px;
    margin: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.platforms li .icon img {
    display: none;
}

.platforms li p {
    font-size: 14px;
    color: transparent;
    font-family: montserrat_light, sans-serif;
}

.capabilities_wrap {
    background: #f8f8f8;
    padding: 0;
}

.capabilities_wrap h3 {
    text-align: center;
    font-size: 36px;
    margin: 0;
    padding: 40px 0;
}

.capabilities_wrap h3.cap_head {
    background-color: #f5f5f5;
}

.capability {
    background: white;
    position: relative;
}

.capability:nth-child(odd) {
    background: #f5f5f5;
    /*padding: 10px 0px;*/
    box-sizing: border-box;
}

.cap_bg {
    background: no-repeat center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 300px;
    left: 0;
    top: 0;
}

.capability:nth-child(odd) .cap_bg {
    left: auto;
    right: 0;
}

.cap_wrap {
    margin: 0 200px;
    display: flex;
    /*overflow-y: hidden;*/
}

.capability:nth-child(odd) .cap_wrap {
    flex-direction: row-reverse;
}

.cap_left {
    width: 60%;
    position: relative;
}

.cap_right {
    width: 40%;
    text-align: left;
    padding: 100px 0;
}

.cap_left h3 {
    color: rgba(0, 0, 0, 0.05);
    text-align: left;
    font-size: 5.448vw;
    line-height: 120px;
    font-family: montserrat_semibold, sans-serif;
}

.capability:nth-child(odd) .cap_left h3 {
    padding-top: 135px;
}

.project_count {
    box-sizing: border-box;
    margin: 40px 0px 20px;
}

.project_count .progress {
    width: 75px;
    height: 75px;
    background: transparent;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    box-sizing: border-box;
    text-align: center;
    font-size: 9px;
    color: #ee3958;
    padding: 15px 10px;
    position: relative;
}

.project_count .progress:before {
    width: 72px;
    height: 72px;
    background: transparent;
    border: 2px solid #ee3958;
    border-top: 2px solid white;
    border-left: 2px solid white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%;
}

.project_count .progress:nth-child(1):before {
    border-left: 2px solid #ee3958;
}

.project_count .progress span {
    font-size: 25px;
    color: black;
}

.cap_icon {
    position: absolute;
    right: 100px;
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff center no-repeat;
    background-size: 40px;
    top: 50%;
    margin-top: -40px;
}

.capability:nth-child(odd) .cap_icon {
    right: auto;
    left: 100px;
}

.cap_icon:before {
    content: '';
    position: absolute;
    width: 400px;
    border-bottom: 1px solid #ef0d33;
    right: 100%;
    top: 50%;
}

.capability:nth-child(odd) .cap_icon:before {
    left: 100%;
    right: auto;
}

.cap_icon:after {
    content: '';
    position: absolute;
    height: 400px;
    border-right: 1px solid #ef0d33;
    right: 50%;
    top: 100%;
}

.capability:nth-child(odd) .cap_icon:after {
    right: auto;
    left: 50%;
}

.cap_img {
    height: 80%;
    width: 550px;
    bottom: 0%;
    z-index: 1;
    position: absolute;
    left: -14%;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-position-x: left;
}

.capability:nth-child(odd) .cap_img {
    background-position-x: right;
    left: auto;
    right: -14%;
}

.cap_img img {
    /*width: auto;*/
    height: 100%;
    margin: auto;
    /*max-width: none;*/
}

.cap_right h3 {
    font-size: 30px;
    font-family: montserrat_light, sans-serif;
    color: #000;
    text-align: left;
    padding: 10px 0;
    line-height: 36px;
    width: 50%;
}

.cap_right p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: montserrat_light, sans-serif;
    text-align: justify;
}

.cap_more {
    color: #ef0d33;
    cursor: pointer;
}

.service_wrap .cap_more {
    text-align: right;
}

.cap_more:hover {
    color: #d60c2e;
}

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

.project {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 35px 15px -20px rgba(0, 0, 0, 0.3);
    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;
    margin: 0 1%;
}

.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 rgba(0, 0, 0, 0.3);
}

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

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

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

.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;
}

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

.project_detail .btn:hover {
    background: #ef0d33;
    color: #fff;
}

.content_item .cap_more {
    text-align: right;
    cursor: pointer;
    padding-top: 20px;
}

.cap_border {
    border: 1px solid #ef0d33;
    border-radius: 5px;
    width: 170px;
    text-align: center;
    padding-top: 7px;
    height: 24px;
    float: right;
    /*box-shadow: 0px 0px 5px 0px #ef0d33;*/
    cursor: pointer;
}

.cap_border:hover {
    background: #ef0d33;
    color: white;
}

.whereViewmore {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .cap_wrap {
        margin: 0 100px;
    }
    .cap_img {
        left: 6%;
    }
    .capability:nth-child(odd) .cap_img {
        right: 6%;
    }
}

@media only screen and (max-width: 1311px) {
    .title_wrap h2 {
        font-size: 68px;
        padding-left: 6%;
    }
}

@media only screen and (max-width: 1200px) {
    #service_title {
        font-size: 95px;
    }
    .projects_wrap {
        padding: 0px 25px;
    }
    .service_outer {
        margin: 20px 60px;
    }
    .cap_img {
        width: 455px;
    }
}

@media only screen and (max-width: 1024px) {
    #service_title {
        font-size: 90px;
    }
    .service_left {
        display: none;
    }
    .service_right {
        width: 100%;
        padding: 0px;
    }
    .service {
        box-shadow: 0px 3px 10px 1px #ddd;
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    .cap_img {
        width: 420px;
    }
}

@media only screen and (max-width: 980px) {
    .service_outer {
        margin: 20px 70px 20px 80px;
    }
    #service_title {
        font-size: 80px;
    }
    .projects_wrap {
        padding: 0px;
    }
    .cap_right {
        padding: 50px 0;
    }
    .cap_img {
        left: -6%;
        width: 380px;
    }
    .capability:nth-child(odd) .cap_img {
        right: -6%;
    }
    /*.where_we_are .half_content{*/
    /*width: 50%;*/
    /*margin-left: 45%;*/
    /*}*/
}

@media only screen and (max-width: 900px) {
    .projects_wrap {
        display: block;
    }
    .project {
        width: auto;
        margin: 50px 0;
    }
    .content_item h3 {
        margin: 50px 0 0;
    }
    .where_we_are .half_content h4 {
        font-size: 75px;
        top: -8%;
    }
    .cap_left h3 {
        font-size: 4.16vw;
    }
    .slider_content {
        max-width: 650px;
    }
    .header_content h2 {
        font-size: 40px;
    }
    .slider_content {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: auto;
        padding: 0 5px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 800px) {
    .cap_bg {
        width: 220px;
    }
    .cap_wrap {
        margin: 0 60px;
    }
    .service_outer {
        margin: 20px;
    }
    .where_we_are .half_content {
        width: 50%;
    }
}

@media only screen and (max-width: 740px) {
    .service {
        padding: 60px 20px 20px 20px;
    }
    .service h3 {
        font-size: 19px;
        text-align: center;
    }
    .content_item h3 {
        margin: 0;
    }
    .cap_wrap {
        margin: 0 15px;
    }
    .service .icon {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
    .content_item h3 {
        text-align: center;
        font-size: 32px;
        line-height: 35px;
    }
    .where_we_are .half_content p {
        font-size: 13px;
    }
    .capabilities_wrap h3 {
        text-align: center;
        font-size: 32px;
    }
    .where_we_are .half_content {
        width: 100%;
        text-align: left;
        margin-left: 0;
        padding: 2% 0%;
    }
    .where_we_are .content_image {
        display: none;
    }
    .cap_right {
        width: 100%;
    }
    .cap_left {
        height: 350px;
        display: block;
        margin: auto;
    }
    .cap_img {
        left: 20%;
        width: 56%;
        height: 250px;
    }
    .cap_wrap {
        display: flow-root;
    }
    .cap_bg {
        display: block;
        height: 350px;
    }
    .cap_wrap {
        margin: 0 40px;
    }
    .cap_right h3 {
        font-size: 24px;
        text-align: left;
        padding: 10px 0;
        line-height: 30px;
        width: 100%;
    }
    .content_item {
        padding: 40px 20px;
    }
    .content_item.capabilities_wrap {
        padding: 0;
    }
    .article-heading {
        width: 100%;
    }
    .article-description {
        width: 100%;
    }
    .article-wrap {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    body {
        -webkit-text-size-adjust: none;
    }
    .service {
        padding: 30px 20px 30px 50px;
        position: relative;
        width: 75%;
    }
    .footer_head h2 {
        margin-bottom: 10px;
        margin-top: 16px;
        font-size: 26px;
    }
    .copyright_wrap {
        padding: 10px 12px;
        text-align: center;
    }
    .header_content h2 {
        font-size: 26px;
        line-height: 28px;
        width: 85%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }
    .where_we_are .half_content {
        width: 100%;
        text-align: left;
        margin-left: 0;
        /*padding: 2% 0%;*/
        /*new*/
        padding: 2% 0% 8%;
        height: 60%;
        overflow: hidden;
    }
    .where_we_are .content_image {
        display: none;
    }
    .cap_right {
        width: 100%;
    }
    .cap_left {
        display: block;
        width: 100%;
    }
    .cap_bg {
        display: block;
    }
    .cap_wrap {
        display: flow-root;
    }
    .cap_wrap {
        margin: 0 40px;
    }
    .content_item {
        padding: 40px 20px 0 20px;
    }
    .where_we_are {
        /*new*/
        height: 330px;
        overflow: hidden;
    }
    .whereViewmore {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .cap_left h3 {
        font-size: 35px !important;
    }
    .detail_header_content h1 {
        margin: 30% 0px 9%;
    }
    body {
        -webkit-text-size-adjust: none;
    }
    .service {
        padding: 60px 20px 20px 20px;
        position: relative;
        width: 100%;
    }
    .service h3 {
        font-size: 18px;
        text-align: center;
    }
    .content_item h3 {
        margin: 0;
    }
    .cap_wrap {
        margin: 0 15px;
    }
    .service .icon {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 25px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header_content p {
        width: 85%;
    }
    .content_item h3 {
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }
    .where_we_are .half_content h3 {
        margin: 10px 0px 40px;
        text-align: left;
    }
    .where_we_are .half_content p {
        font-size: 13px;
    }
    .platforms li p {
        font-size: 13px;
    }
    .capabilities_wrap h3 {
        text-align: center;
        font-size: 28px;
    }
    .cap_border {
        float: unset;
        margin: auto;
    }
    .capability:nth-child(odd) .cap_left h3 {
        padding-top: 11%;
    }
    .capability:nth-child(odd) .cap_img {
        right: 18%;
    }
    .cap_right h3 {
        font-size: 24px;
        text-align: center;
        padding: 10px 0;
        line-height: 30px;
        width: 100%;
    }
    .cap_right p {
        font-size: 13px;
    }
    .project_detail {
        padding: 30px 20px;
        text-align: left;
    }
    .project_detail h4 {
        font-size: 18px;
    }
    .project_detail p {
        font-size: 13px;
    }
    .project_detail .btn {
        display: block;
        margin: 30px auto 0px;
        font-size: 12px;
        line-height: 36px;
        white-space: nowrap;
        padding: 0 20px;
        width: auto;
    }
    .platforms {
        white-space: nowrap;
        overflow-x: auto;
    }
    .platforms::-webkit-scrollbar {
        display: none;
    }
    ul.platforms::-webkit-scrollbar-thumb {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background-color: transparent;
        opacity: 0;
    }
    ul.platforms::-webkit-scrollbar-track {
        opacity: 0;
        background-color: transparent;
    }
}
.half_content div:nth-child(2){
    padding-right: 3%;
}
@media only screen and (max-width: 1024px) {
    .where_we_are .content_image{
        background-color: #fafafa;
        background-size: contain;
    }
}
@media only screen and (max-width: 768px) {
    .half_content div:nth-child(2){
        padding-right: 0%;
    }
    .where_we_are .content_image {
        display: none;
    }
    .where_we_are .half_content {
        width: 100%;
        text-align: left;
        margin-left: 0;
        /* padding: 2% 0%; */
        padding: 2% 0% 8%;
        height: 60%;
        overflow: hidden;
    }
}
@media only screen and (max-width: 350px) {
    .where_we_are .half_content{
        height: 63%;
    }
    .service {
        padding: 60px 15px 20px 15px;
        position: relative;
        width: 100%;
    }
    .content_item h3 {
        font-size: 26px;
        line-height: 34px;
    }
    .service h3 {
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (min-height: 800px) {
    .detail_header_content {
        margin-top: 17%;
    }
}

@media only screen and (min-height: 980px) {
    .slider_content {
        margin: 15% auto 100px;
    }
    .service_desc p {
        line-height: 29px;
        font-size: 15px;
        margin: 45px 0px;
    }
    .title_wrap {
        margin: 90px 0px;
    }
    #service_title {
        font-size: 85px;
    }
}

@media only screen and (min-height: 1024px) {
    .slider_content {
        margin: 20% auto 100px;
    }
    .service_desc p {
        line-height: 30px;
        font-size: 16px;
        margin: 35px 0px;
    }
    .title_wrap {
        padding: 80px 0px;
        margin: 90px 0px;
    }
    .title_wrap h2 {
        line-height: 100px;
    }
}

@media only screen and (orientation: portrait) {
    .header_section {
        height: 40%;
    }
    .service_outer {
        margin: 20px;
    }
    .service_detail_outer.open .detail_header {
        height: auto;
    }
}
@media only screen and (max-width: 4000px) and (min-width: 1452px) {
    .slider_content{
        max-width: 44vw;
        margin: 15% auto 6.41vw;
    }
    .header_content h2 {
        font-size: 2.9vw;
        line-height: 3.6vw;
        margin-bottom: 1.28vw;
    }
    .header_content p{
        font-size: 1.2vw;
        line-height: 1.92vw;
        width: 70%;
    }
    .banner_down_arrow{
        padding-top: 5.12vw;
        width: 4.48vw;
    }
    .banner_down_arrow span{
        width: 1.53vw;
    height: 1.53vw;
    margin-left: - 0.76vw;
    }
    .banner_down_arrow span:nth-of-type(2){
        top: 1.02vw;
    }
    .service_outer{
        margin: 1.28vw 5.12vw 1.28vw 7.69vw;
    }
    #service_title{
        font-size: 5.5vw;
        line-height: 6.15vw;
    }
    .service_desc p{
        font-size: .97vw;
        margin: 2.24vw 0px;
        line-height: 1.8;
    }
    .title_wrap{
        padding: 3.5vw 0px;
        margin: 1.9vw 0px;
    }
    .title_wrap h2{
        line-height: 5.12vw;
    height: 5.12vw;
    font-size: 4.5vw;
    }
    .service_right{
        padding: 6.4vw 0px 0px 3.2vw;
    }
    .service{
        padding: 1.9vw 1.28vw 1.9vw 1.9vw;
        margin: 1.28vw 0px;
        box-shadow: 0px 0.19vw 0.64vw 0.064vw #ddd;
    }
    .service .icon{
        width: 1.4vw;
        height: 1.4vw;
        top: 0.64vw;
        left: 0.64vw;
    }
    .service h3{
        font-size: 1vw;
        line-height: 1.53vw;
    }
    .service p{
        font-size: 0.84vw;
        height: 9.4vw;
        line-height: 1.6;
    }
    .cap_more{
        font-size: .9vw;
    }
    .detail_header_content{
        max-width: 25.6vw;
    }
    .detail_header_content h1{
        font-size: 2.5vw;
        line-height: 2.5vw;
        margin: 1.2vw 0px;
    }
    .detail_header_content p{
        line-height: 1.4vw;
        font-size: 0.8vw;
    }
    .where_we_are .half_content .content_head{
        height: 4.1vw;
    }
    .where_we_are .half_content h3{
        margin: 2.5vw 0px 3.2vw;
    }
    .content_item h3{
        font-size: 2.5vw;
        line-height: 7vw;
    }
    .where_we_are .half_content p{
        font-size: 1vw;
        line-height: 1.5;
    }
    .platforms li{
        width: 8vw;
        height: 7.6vw;
        padding: 1.2vw 0.6vw;
    }
    .platforms li .icon{
        height: 4.1vw;
    }
    .platforms li p{
        font-size: 0.9vw;
    }
    .cap_right h3{
        font-size: 2vw;
        padding: 0.6vw 0;
        line-height: 1.15;
    }
    .cap_right p{
        font-size: 1vw;
        line-height: 1.4;
    }
    .content_item .cap_more{
        padding-top: 1.3vw;
    }
    .cap_border{
        width: 10.8vw;
        padding-top: 0.7vw;
        height: 1.5vw;
    }
    .cap_left h3{
        font-size: 5.448vw;
        line-height: 9vw;
    }
    .cap_bg{
        width: 19.2vw;
    }
    .cap_wrap{
        margin: 0 12.8vw;
    }
    .cap_img{
        width: 35.2vw;
    }
   
    .projects_wrap{
        padding: 0px 5.1vw;
    }
    .project{
        box-shadow: 0px 2.2vw 1vw -1.2vw rgba(0, 0, 0, 0.3);
    }
    .project .banner{
        height: 12.8vw;
    }
    .project_detail{
        padding: 1.9vw 2.5vw;
    }
    .project_detail h4{
        font-size: 1.4vw;
        line-height: 2.3vw;
    }
    .project_detail p{
        font-size: 1vw;
        line-height: 1.7vw;
        height: 10.2vw;
    }
    .project_detail .btn{
        margin: 2vw auto 0px;
    }
}