﻿@import url(css2.css);

button,
input {
    font-family: Poppins, sans-serif
}

a,
img {
    border: none;
    outline-style: none
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: #000;
    transition: all .2s ease
}

a:hover {
    color: #000;
    text-decoration: none;
    outline: 0
}

ol,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: .8rem
}

ul li {
    list-style: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

body,
html {
    height: 100%
}

body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    font-family: Poppins, sans-serif
}

img {
    max-width: 100%
}

a,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

p {
    font-size: 1em;
    color: #000
}

.body-overflow {
    overflow: hidden
}

.container {
    max-width: 90rem
}

.header-wrap {
    padding: 0 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
    transition: all .5s ease-in-out 0s
}

.header-wrap.sticky {
    border-bottom: solid 1px rgba(0, 0, 0, .4);
    padding: 0
}

.header-wrap.sticky .main-menu>ul>li>a {
    padding-top: 27px;
    padding-bottom: 27px
}

.banner-wrap .container,
.header-wrap .container {
    max-width: 90rem
}

.main-logo {
    padding-left: 20px;
    position: relative;
    z-index: 3
}

.main-logo .full-m-logo {
    max-width: 145px;
    max-height: 50px
}

.main-logo .we-logo {
    width: 50px;
    height: 50px;
    position: relative;
    background: #000
}

.main-logo .we-logo img {
    max-width: 40px;
    max-height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.we-logo {
    display: none
}

.header-wrap.sticky .main-logo .full-logo {
    display: none
}

.header-wrap.sticky .main-logo .we-logo {
    display: block
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex
}

.main-menu ul li {
    padding: 0;
    margin: 0
}

.main-menu ul li a {
    font-size: 1.05em;
    font-weight: 400;
    color: #000;
    display: block;
    padding: 0 30px;
    transition: all .5s ease-in-out 0s
}

.main-menu>ul>li>a {
    padding: 35px 30px;
    background: #fff;
    position: relative;
    z-index: 3
}

.main-menu ul li:hover>a {
    color: #f62d2d
}

.red-transpaent-btn {
    color: #f62d2d;
    font-size: 1.1em;
    font-weight: 400;
    background: #fff;
    border: 1px solid #f62d2d;
    border-radius: 8px;
    display: inline-block;
    padding: 5px 20px;
    transition: all .5s ease-in-out 0s;
    text-transform: capitalize
}

.red-transpaent-btn:hover {
    background: #f62d2d;
    color: #fff
}

.header-wrap .red-transpaent-btn {
    margin-left: 15px;
    font-weight: 400;
    position: relative;
    z-index: 3
}

.banner-wrap {
    padding-top: 120px
}

.banner-left {
    left: 0;
    position: relative
}

.banner-left p {
    font-size: 1em;
    max-width: 65%;
    margin-top: 7px;
    margin-bottom: 20px
}

.banner-heading {
    background: #fff;
    display: inline;
    font-size: 3.3em;
    line-height: 1.4em;
    box-shadow: 25px 0 0 rgb(255 255 255);
    white-space: nowrap
}

.banner-right img {
    width: 100%;
    border-radius: 25px
}

.banner-heading strong {
    font-weight: 600
}

.w-65 {
    width: 65% !important
}

.w-35 {
    width: 35% !important
}

.w-60 {
    width: 60% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.red-btn {
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    background: #f62d2d;
    border: 1px solid #f62d2d;
    border-radius: 8px;
    display: inline-block;
    padding: 11px 38px 10px;
    transition: all .5s ease-in-out 0s;
    letter-spacing: 1px;
    text-transform: capitalize
}

.red-btn:hover {
    background: 0 0;
    border: 1px solid #f62d2d;
    color: #f62d2d
}

.service-wrap {
    padding: 100px 0;
    background: url(../image/services-bg.png) no-repeat center center;
    background-size: 100%
}

.main-heading {
    font-size: 1.2em;
    color: #525252;
    position: relative;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 4px
}

.main-heading:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translate(-50%, 0);
    background: #f62d2d;
    height: 4px;
    width: 80px;
    border-radius: 6px
}

.sub-heading {
    font-size: 1.3em;
    color: #000;
    text-align: center;
    font-weight: 500
}

.service-left img {
    border-radius: 10px;
    border: solid 1px #e6e6e6
}

.service-max-width {
    max-width: 70%;
    text-align: left;
    margin: 0 auto
}

.service-max-width p {
    margin: 15px 0 25px 0
}

.service-wrap .sub-heading {
    margin-bottom: 20px
}

.service-flex {
    margin: 60px 0
}

.full-stack-team-wrap {
    background: url(../image/full-stack-bg.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 100px 0
}

.blue-heading {
    color: #1a4197;
    font-size: 1.1em;
    font-weight: 600;
    margin: 15px 0 7px
}

.blue-heading a {
    color: #1a4197
}

.fs-box {
    background: #fff;
    border: 1px solid rgba(55, 83, 103, .4);
    border-radius: 10px;
    padding: 25px 25px 20px;
    transition: all .5s ease-in-out 0s
}

.fs-box:hover {
    border: 1px solid #375367
}

.fs-transparent-box {
    border-radius: 10px;
    padding: 25px 25px 20px;
    border: solid 1px transparent;
    transition: all .5s ease-in-out 0s
}

.fs-transparent-box:hover {
    border: 1px solid #375367;
    background: #fff
}

.fw-700 {
    font-weight: 600 !important
}

.fs-icon {
    min-width: 60px;
    text-align: center
}

.fs-icon img {
    max-width: 60px;
    max-height: 60px
}

.coretech-icon img {
    max-width: 80px;
    max-height: 80px
}

.fs-box+.fs-box {
    margin-top: 25px
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.fs-small-box {
    padding: 8px 35px;
    line-height: 48px
}

.fs-small-box .fs-icon img {
    max-height: 38px;
    max-width: 90px
}

.fs-small-box+.fs-small-box {
    margin-top: 24px
}

.fs-small-box .blue-heading {
    margin-top: 0;
    margin-bottom: 0;
    line-height: normal
}

.mt-60 {
    margin-top: 60px !important
}

.value-wrap {
    padding: 100px 0;
    background: url(../image/value-bg.png) no-repeat center center;
    background-size: 100%
}

.value-box {
    background: #fff;
    background-size: auto 80%;
    background-position: right top;
    background-repeat: no-repeat;
    border: 1px solid #1a4197;
    border-radius: 10px;
    padding: 40px 25px;
    transition: all .5s ease-in-out 0s;
    cursor: pointer
}

.value-box:hover {
    background: #fff url(../image/box-shade.png);
    background-size: auto 80%;
    background-position: right top;
    background-repeat: no-repeat
}

.value-count {
    font-size: 2em;
    color: #000
}

.value-title {
    font-size: 1em;
    color: #000
}

.value-box .vb-right {
    margin-left: auto
}

.value-box .vb-right img {
    max-width: 180px;
    max-height: 180px;
    transform: translateY(0) scale(1);
    transform-origin: top right;
    transition: transform .3s ease-in-out
}

.value-box:hover .vb-right img {
    transform: translateY(-1.875rem) scale(.8)
}

.our-work-wrap {
    padding: 100px 0
}

.work-box {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid rgba(0, 0, 0, .4);
    border-radius: 14px;
    overflow: hidden;
    transition: all .3s ease-in-out 0s
}

.work-box:hover {
    border: 1px solid #000
}

.work-box:hover .heading-right-icon {
    left: 15px;
    opacity: 1
}

.work-box .work-thumb a>img {
    width: 100%;
    min-height: 203px
}

.work-content {
    min-height: 292px
}

.work-content .blue-heading {
    font-weight: 400;
    margin-top: 0
}

.work-content .sub-heading {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 1.2em;
    min-height: 85px
}

.work-content {
    padding: 25px
}

.testimonial-title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000
}

.bloger-name {
    font-size: 1.1em;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px
}

.bloger-post {
    font-size: 1em;
    color: #000;
    font-weight: 400;
    font-style: italic
}

.bloger-info {
    margin-top: 20px
}

.bloger-img {
    margin-right: 12px
}

.bloger-img img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

.testimonial-wrap {
    padding: 50px 0 100px
}

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mt-30 {
    margin-top: 30px !important
}

.pl-5p {
    padding-left: 5% !important
}

.testimonial-wrap .testimonial-title,
.testimonial-wrap p {
    max-width: 90%
}

.testimonial-block {
    position: relative
}

.testimonial-block:before {
    content: "";
    position: absolute;
    width: 27.5rem;
    height: 25.125rem;
    background-image: url(../image/testimonial-icon2.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: -1;
    left: -20%;
    top: -39px
}

.testimonial-block:after {
    content: "";
    position: absolute;
    width: 20.5rem;
    height: 23.125rem;
    background-image: url(../image/testimonial-icon1.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    z-index: -1;
    right: 2%;
    bottom: -120px
}

.our-client-wrap {
    padding: 100px 0 80px
}

.testimonial-list {
    list-style: none;
    padding: 0 5%;
    margin: 0;
    text-align: center
}

.testimonial-list li {
    width: 16%;
    text-align: center;
    padding: 35px 0;
    display: inline-block
}

.testimonial-list li img {
    max-height: 110px;
    max-width: 210px
}

.resource-wrap {
    padding: 100px 0 0;
    background: url(../image/resource-bg.jpg) no-repeat center center;
    background-size: 100%
}

.resource-wrap .main-heading {
    margin-bottom: 60px
}

.resource-wrap .blue-heading {
    min-height: 66px;
    font-size: 1.4em
}

.resource-wrap p {
    opacity: .8;
    margin-top: 0;
    margin-bottom: 25px;
    min-height: 100px
}

.resource-wrap .resource-box {
    border-radius: 10px;
    padding: 30px 30px 30px;
    border: 1px solid transparent;
    transition: all .5s ease-in-out 0s
}

.resource-wrap .resource-box:hover {
    background: #fff;
    border: 1px solid #7b7b7b
}

.red-btn .pdf-icon {
    width: 16px;
    height: 22px;
    background: url(../image/pdf-icon.svg) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: -5px;
    margin-left: 6px
}

.red-btn:hover .pdf-icon {
    background: url(../image/red-pdf-icon.svg) no-repeat center center;
    background-size: 100%
}

.resource-wrap .red-btn {
    padding: 11px 28px 10px;
    min-width: 220px
}

.roi-consult-block .sub-heading {
    text-align: center
}

.roi-consult-block .blue-heading {
    text-align: center;
    font-size: 1.9em
}

.roi-consult-block {
    padding: 11% 0 11%
}

.footer-top-block {
    border-top: solid 1px #7b7b7b;
    padding-top: 50px;
    padding-bottom: 60px
}

.footer-title {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    margin-bottom: 7px
}

.contact-mail {
    font-size: 1.2em;
    color: #000;
    font-weight: 700
}

.office-name {
    font-size: 1.1em;
    color: #000;
    font-weight: 600;
    margin-bottom: 7px
}

.office-address p {
    font-size: .9em;
    font-weight: 500;
    opacity: .8
}

.footer-menu li a {
    padding: 3px 0;
    display: block;
    font-size: .9em;
    font-weight: 500;
    opacity: .8
}

.footer-menu li a:hover {
    color: #f62d2d
}

.send-quiry span {
    font-weight: 600
}

.building-amazing {
    font-size: 1.2em;
    color: #000
}

.building-amazing span {
    font-weight: 700;
    font-size: 1.1em
}

.social-menu a+a {
    margin-left: 25px
}

.social-menu a img {
    max-width: 24px;
    max-height: 22px;
    opacity: 1;
    transition: all .5s ease-in-out 0s
}

.social-menu a:hover img {
    opacity: .7
}

.mt-40 {
    margin-top: 40px !important
}

.footer-bottom {
    border-top: solid 1px #7b7b7b;
    padding: 15px 0
}

.footer-bottom span {
    display: inline-block;
    padding-right: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, .5);
    font-size: 1em
}

.footer-bottom span+span {
    border-left: solid 1px rgba(0, 0, 0, .8);
    padding-left: 10px
}

.heading-right-icon {
    left: -15px;
    position: relative;
    opacity: 0;
    transition: all .5s ease-in-out 0s
}

.heading-right-icon img {
    max-height: 31px;
    max-width: 31px
}

.fs-box:hover .heading-right-icon,
.fs-transparent-box:hover .heading-right-icon {
    left: 15px;
    opacity: 1
}

.overlay-bg {
    display: none
}

.header-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    background-color: #fff;
    z-index: 2
}

.for-mobile {
    display: none
}

.inner-block {
    padding-top: 95px
}

.main-content-block {
    background: #eee;
    border-radius: 30px;
    padding: 120px 180px
}

.red-heading {
    color: #f62d2d;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px
}

.large-heading {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.4em;
    margin: 45px 0
}

.main-content-block p {
    max-width: 82%;
    margin: 0 auto 25px;
    font-size: 1.2em
}

.font-1-2em {
    font-size: 1.2em !important;
    line-height: 1.8em
}

.architecture-wrap {
    padding: 120px 0 80px
}

.architecture-left {
    padding-right: 5%
}

.architecture-left p {
    padding-right: 18%
}

.architecture-left p+p {
    margin-top: 25px
}

.architecture-right img {
    max-width: 100%;
    border-radius: 25px;
    border: solid 1px #cecece
}

.architecture-list {
    padding-top: 100px
}

.al-box {
    padding-top: 30px;
    min-height: 280px
}

.al-box p {
    padding-left: 60px;
    padding-top: 15px
}

.al-icon {
    min-width: 40px;
    margin-right: 20px;
    min-height: 40px
}

.al-icon img {
    max-width: 40px;
    max-height: 40px
}

.al-title {
    font-size: 1.2em;
    font-weight: 600;
    color: #000
}

.font-1-1em {
    font-size: 1.1em !important;
    line-height: 1.8em
}

.mxw-80 {
    max-width: 64%;
    margin: 0 auto 25px
}

.technology-stack-wrap {
    padding-bottom: 100px;
    position: relative
}

.technology-stack-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: -40%;
    background: url(../image/pattern-bg.png) no-repeat right top;
    background-size: auto 100%;
    height: 750px;
    width: 35%;
    z-index: 0
}

.technology-stack-wrap .large-heading {
    margin: 35px 0
}

.ts-list {
    display: flex;
    align-items: center
}

.custom-tabs .nav-tabs {
    border-bottom: none;
    margin: 70px -15px;
    position: relative;
    z-index: 1
}

.custom-tabs .nav-tabs li {
    width: 25%;
    padding: 0 15px
}

.custom-tabs .nav-tabs a {
    width: 100%;
    border-radius: 15px;
    display: block;
    padding: 40px 10px 34px;
    text-align: center;
    transition: all .5s ease-in-out 0s;
    border: solid 1px #f6f6f6 !important;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.ts-icon {
    background: url(../image/sprite.png) no-repeat 0 0;
    background-size: 340px;
    width: 60px;
    height: 60px;
    margin-right: 10px
}

.ts-icon.ts-icon1 {
    background-position: -6px -6px
}

.custom-tabs .nav-tabs a:hover {
    border: solid 1px #f62d2d !important
}

.custom-tabs .nav-tabs a.active .ts-icon.ts-icon1 {
    background-position: -6px -58px
}

.ts-icon.ts-icon2 {
    background-position: -65px -6px
}

.custom-tabs .nav-tabs a.active .ts-icon.ts-icon2 {
    background-position: -65px -58px
}

.ts-icon.ts-icon3 {
    background-position: -126px -6px
}

.custom-tabs .nav-tabs a.active .ts-icon.ts-icon3 {
    background-position: -126px -58px
}

.ts-icon.ts-icon4 {
    background-position: -187px -6px
}

.custom-tabs .nav-tabs a.active .ts-icon.ts-icon4 {
    background-position: -187px -58px
}

.ts-icon.ts-icon5 {
    background-position: -235px -6px
}

.custom-tabs .nav-tabs a.active .ts-icon.ts-icon5 {
    background-position: -235px -58px
}

.ts-icon.ts-icon6 {
    background-position: -284px -6px
}

.custom-tabs .nav-tabs a.active .ts-icon.ts-icon6 {
    background-position: -284px -58px
}

.ts-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    transition: all .5s ease-in-out 0s
}

.custom-tabs .nav-tabs a.active {
    background: #f62d2d
}

.custom-tabs .nav-tabs a.active .ts-title {
    color: #fff
}

.ts-black-box {
    background: #1f2226;
    border-radius: 25px;
    padding: 120px 50px;
    text-align: center;
    width: 90%
}

.tsb-title {
    font-size: 1.6em;
    color: #fff;
    font-weight: 600
}

.tsb-list li {
    position: relative;
    padding-left: 42px;
    color: #fff;
    font-size: 1em;
    margin: 22px 0
}

.tsb-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/white-check-icon.svg) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px
}

.inline-block {
    display: inline-block
}

.tsl-left {
    padding-right: 8%
}

.tsl-left p+p {
    margin-top: 35px
}

.gray-box {
    background: #eee;
    padding: 80px 80px;
    border-radius: 25px
}

.fw-400 {
    font-weight: 400 !important
}

.no-wrap {
    white-space: nowrap
}

.gray-box .large-heading {
    font-size: 2.2em;
    line-height: 1.5em
}

.large-heading.fw-400 strong {
    font-weight: 500 !important
}

.our-approach-wrap {
    padding: 100px 0
}

.our-approach-left {
    padding-right: 40px;
    padding-top: 15px
}

.our-approach-left img {
    border-radius: 15px;
    max-width: 80%
}

.our-approach-right .red-heading {
    margin-bottom: 35px
}

.oar-left img {
    max-width: 90%
}

.oar-right p+p {
    margin-top: 35px
}

.counter-wrap {
    padding: 100px 0
}

.counter-wrap .count {
    font-size: 3.5em;
    font-weight: 700;
    text-align: center;
    line-height: 1.3em
}

.counter-wrap .count-label {
    font-size: 1.3em;
    font-weight: 400;
    text-align: center
}

.case-study-wrap {
    padding: 100px 0;
    position: relative
}

.case-study-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: -40%;
    background: url(../image/left-box-bg.png) no-repeat left top;
    background-size: 100%;
    background-position: 0 0;
    height: 690px;
    width: 35%;
    z-index: 0
}

.case-list li {
    position: relative;
    padding-left: 25px;
    margin: 20px 0
}

.case-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f62d2d
}

.case-study {
    padding: 50px 0 0
}

.mid-heading {
    font-size: 1.4em;
    font-weight: 700;
    color: #000
}

.impact-wrap {
    padding: 100px 0
}

.impact-block {
    padding-top: 60px
}

.impact-icon {
    text-align: center;
    margin-bottom: 35px
}

.impact-icon img {
    max-width: 54px;
    max-height: 54px
}

.impact-block p {
    max-width: 90%;
    margin: 0 auto
}

.software-critical-wrap {
    padding-bottom: 100px
}

.custom-breadcrumb .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0;
    font-size: .9em
}

.custom-breadcrumb .breadcrumb-item {
    color: #000
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 3px
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #000;
    padding-right: 3px;
    top: 1px;
    position: relative
}

.language-banner {
    background: #1f2226;
    padding: 140px 0 230px;
    position: relative
}

.language-banner:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../image/banner-box-bg.png) no-repeat left top;
    background-size: 100%;
    background-position: 0 0;
    height: 440px;
    width: 19%;
    z-index: 0
}

.white-btn {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 11px 38px 10px;
    transition: all .5s ease-in-out 0s;
    letter-spacing: 1px
}

.white-btn:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.white-text {
    color: #fff !important
}

.lb-right {
    text-align: right;
    position: relative;
    z-index: 1
}

.lb-right img {
    max-width: 70%
}

.optmized-cost {
    position: relative;
    top: -120px
}

.optmized-img {
    background: #fff;
    border-radius: 40px;
    padding: 15px;
    border: solid 1px #e6e6e6
}

.optmized-img img {
    border-radius: 30px
}

.process-list {
    padding-top: 100px
}

.process-box {
    min-height: 350px
}

.process-box .al-icon {
    background: #efecec;
    border-radius: 10px;
    width: 80px;
    height: 65px;
    position: relative
}

.process-box .al-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.process-box .al-title {
    margin-top: 15px;
    margin-bottom: 10px
}

.process-box p {
    color: #7a7a7a;
    max-width: 70%
}

.gray-heading {
    font-size: 1.2em;
    color: #515050;
    margin-top: 10px;
    margin-bottom: 15px
}

.lang-tech {
    display: inline-flex;
    padding: 65px 0 30px
}

.lang-tech li {
    color: #fff;
    font-size: 1.1em;
    padding: 0 35px
}

.lang-tech li:first-child {
    padding-left: 0
}

.lang-tech li img {
    max-width: 80px;
    max-height: 30px;
    margin-right: 15px
}

.optmized-right {
    padding-left: 50px
}

.optmized-content {
    padding-left: 45px
}

.optmized-content p {
    max-width: 70%
}

.build-tab-block {
    margin-top: 80px
}

.build-tab-block .nav-tabs {
    display: inline-block;
    font-size: 1.3em;
    color: #000;
    font-weight: 600;
    border: none;
    padding-left: 20px;
    position: relative
}

.build-tab-block .nav-tabs:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 4px solid rgba(112, 112, 112, .4);
    border-radius: 6px
}

.build-tab-block .tab-content {
    width: 100%
}

.build-tab-block .nav-tabs .nav-item {
    margin-bottom: 30px
}

.build-tab-block .nav-tabs .nav-link {
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    position: relative;
    max-width: 80%
}

.build-tab-block .nav-tabs .nav-link.active:before,
.build-tab-block .resp-vtabs .nav-tabs .resp-tab-active .nav-link:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 0;
    height: 100%;
    background: #f62d2d;
    border-radius: 10px;
    width: 10px
}

.build-tab-block .nav-tabs .nav-link.active,
.build-tab-block .resp-vtabs .nav-tabs .resp-tab-active .nav-link {
    background: #f1f1f1;
    color: #000
}

.build-tab-block .tab-content p {
    color: #7a7a7a;
    line-height: 1.8em
}

.development-team {
    padding: 80px 0
}

.development-team ul {
    font-size: 1.1em;
    color: #7a7a7a
}

.development-team ul li {
    margin-top: 65px;
    line-height: 1.6em
}

.development-team ul li strong {
    color: #000;
    font-weight: 600
}

.dt-left img {
    max-width: 80%;
    margin-top: 0;
    width: 100%
}

.dt-right p {
    font-size: 1.1em;
    color: #7a7a7a;
    line-height: 1.8em
}

.dtr-left {
    margin-right: 20px;
    margin-top: -4px
}

.dtr-left img {
    max-width: 28px;
    max-height: 28px
}

.fw-500 {
    font-weight: 500 !important
}

.star-rating {
    margin: 25px 0
}

.star-rating span {
    margin-right: 7px
}

.star-rating img {
    max-width: 40px
}

.ra-right {
    padding-left: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../image/text-messages2.png) no-repeat 20% center;
    background-size: auto 100%
}

.manager-build-block {
    padding: 100px 0
}

.manager-build-block .gray-box {
    background: #eee;
    border-radius: 10px;
    padding: 60px 40px
}

.manager-build-block .gray-box p {
    margin-bottom: 0;
    min-height: 97px
}

.manager-build-block .gray-box .al-title {
    margin: 30px 0 5px;
    min-height: 56px
}

.manager-build .col-md-6 {
    margin: 15px 0
}

.fw-600 {
    font-weight: 600 !important
}

.read-more-link {
    font-weight: 700;
    color: #f62d2d;
    font-size: 1.2em;
    transition: all .5s ease-in-out 0s;
    margin-top: 45px;
    display: inline-flex;
    align-items: center
}

.read-more-link img {
    max-width: 52px;
    max-height: 22px;
    margin-left: 13px;
    transition: all .5s ease-in-out 0s
}

.read-more-link:hover img {
    margin-left: 20px
}

.read-more-link:hover {
    color: #f62d2d
}

.blog-block .work-box {
    box-shadow: 0 14px 37px #00000033;
    margin-top: 0;
    transition: all .5s ease-in-out 0s
}

.blog-block .work-box:hover {
    margin-top: -12px
}

.blog-block .work-content {
    padding: 45px 45px 25px;
    min-height: 272px
}

.blog-block .work-thumb {
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative
}

.blog-block .large-heading {
    margin-bottom: 60px
}

.blog-block {
    padding: 0 0 100px
}

.work-leading-block {
    padding: 50px 0 100px
}

.gray-span span {
    font-weight: 600
}

.review-slider .slick-arrow {
    position: absolute;
    bottom: -50px;
    background-size: 100%;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -99999px
}

.review-slider .slick-prev {
    background: url(../image/prev.png) no-repeat center center;
    background-size: 100%;
    right: 75px
}

.review-slider .slick-next {
    background: url(../image/next.png) no-repeat center center;
    background-size: 100%;
    right: 0
}

.black-header {
    background: #1f2226
}

.black-header.sticky {
    background: #fff
}

.black-header .main-menu ul li a {
    color: #fff
}

.black-header .main-menu>ul>li:hover>a {
    color: #f62d2d
}

.black-header .red-transpaent-btn {
    color: #fff;
    border-color: #fff;
    background: 0 0
}

.black-header .red-transpaent-btn:hover {
    border-color: #fff;
    background: #fff;
    color: #1f2226
}

.black-header.sticky .main-menu ul li a {
    color: #000
}

.black-header.sticky .red-transpaent-btn {
    color: #f62d2d;
    border-color: #f62d2d;
    background: 0 0
}

.black-header.sticky .red-transpaent-btn:hover {
    border-color: #f62d2d;
    background: #f62d2d;
    color: #fff
}

.white-full-logo {
    display: none
}

.black-header .full-logo {
    display: none
}

.black-header .white-full-logo {
    display: block
}

.black-header.sticky .full-logo {
    display: block
}

.black-header.sticky .white-full-logo {
    display: none
}

.sub-menu-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    padding: 35px 0 20px 0;
    background: #fff;
    border-top: solid 1px #dedede;
    border-bottom: solid 1px #dedede;
    transition: all .4s ease-in-out 0s;
    transform: translateY(-300px);
    z-index: 0
}

.main-menu>ul>li>a .arrow {
    margin-left: 3px;
    display: inline-block;
    animation: hoverOut .4s ease-in-out forwards;
    transition: all .5s ease-in-out 0s
}

.main-menu>ul>li>a .arrow i {
    font-size: 14px
}

.main-menu>ul>li:hover>a .arrow {
    animation: hoverIn .4s ease-in-out forwards
}

@keyframes hoverIn {
    50% {
        transform: rotate(-90deg)
    }

    to {
        transform: translateX(.5rem) rotate(-90deg)
    }
}

@keyframes hoverOut {
    0% {
        transform: translateX(.5rem) rotate(-90deg)
    }

    50% {
        transform: translateX(.5rem) rotate(0)
    }

    to {
        transform: translateX(0) rotate(0)
    }
}

.main-menu ul li:hover .sub-menu-bg {
    transform: translateY(95px)
}

.header-wrap.sticky .main-menu ul li:hover .sub-menu-bg {
    transform: translateY(80px)
}

.sm-small-menu {
    font-weight: 400 !important;
    margin-bottom: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: .9em !important
}

.sm-small-menu.active,
.sm-small-menu:hover {
    color: #f62d2d !important
}

.sm-large-menu {
    margin-bottom: 15px
}

.sm-large-menu a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 600 !important
}

.sm-large-menu a.active,
.sm-large-menu a:hover {
    color: #f62d2d !important
}

.pl-37per {
    padding-left: 31% !important
}

.pl-25per {
    padding-left: 25% !important
}

.black-header .header-overlay,
.black-header .main-menu>ul>li>a,
.black-header .sub-menu-bg {
    background: #1f2226
}

.black-header .sub-menu-bg {
    border-top: solid 1px #3a3e44;
    border-bottom: solid 1px #3a3e44
}

.black-header .sub-menu-bg p {
    color: #fff
}

.black-header.sticky .main-menu ul li a {
    color: #fff
}

.strategy-box .al-title {
    margin-bottom: 20px
}

.strategy-box {
    padding: 0 0 25px;
    max-width: 90%
}

.dev-strategy-right {
    padding-left: 10%
}

.strategy-box p {
    line-height: 1.7em
}

.strategy-left {
    padding-right: 15px;
    min-width: 56px
}

.strategy-left img {
    max-height: 38px;
    max-width: 38px
}

.strategy-left span {
    background: #f62d2d;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 4px rgba(248, 200, 200, .76);
    display: inline-block;
    margin-top: 5px
}

.strategy-sub-heading {
    line-height: 1.8em !important;
    border-left: 3px solid #f62d2d;
    padding-left: 20px
}

.package-wrap {
    padding: 100px 0 50px
}

.package-block {
    padding-top: 50px
}

.package-block .al-box {
    padding-bottom: 50px
}

.package-title {
    font-size: 1.2em;
    font-weight: 700;
    color: #000;
    text-align: center
}

.package-list {
    padding-top: 15px;
    padding-left: 62px
}

.package-list li {
    list-style: none;
    margin: 10px 0;
    padding: 0 0 0 18px;
    position: relative
}

.package-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #f62d2d;
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.experience-wrap {
    background: #1f202e;
    padding: 140px 0
}

.exp-count {
    color: #f62d2d;
    font-size: 4.5em;
    font-weight: 800
}

.exp-label {
    color: #fff;
    font-size: 1em;
    padding-left: 15px;
    text-align: left
}

.quality-wrap {
    padding: 100px 0
}

.quality-wrap .testimonial-list li {
    width: 32%;
    padding: 20px 0
}

.quality-left {
    padding-right: 5%
}

.partner-wrap {
    padding: 30px 0 100px
}

.quality-assurance-wrap {
    position: relative
}

.quality-assurance-wrap>img {
    width: 100%
}

.quality-assurance-pos {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.dev-strategy-block {
    padding: 100px 0
}

.blr-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background: #f62d2d;
    width: 50px;
    height: 2px
}

.blr-box {
    padding-left: 70px;
    position: relative
}

.partner-left img {
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.partner-right {
    padding-left: 25px
}

.mb-10 {
    margin-bottom: 10px !important
}

.together-wrap {
    padding-bottom: 100px
}

.delightful-ux-wrap {
    padding: 100px 0
}

.sb-heading {
    padding: 0 5%
}

.input-flex-block {
    padding-top: 40px;
    padding-bottom: 100px
}

.input-flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100px;
    max-width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
    padding-top: 140px;
    padding-bottom: 20px;
    overflow: hidden;
    background: #fff
}

.input {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid #f62d2d;
    position: relative;
    border-radius: 50%
}

.input:hover {
    cursor: pointer
}

.input.active {
    background-color: #f62d2d
}

.input::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #7d7d7d;
    width: 20vw;
    height: 2px
}

.input:last-child::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    background-color: #7d7d7d;
    width: 20vw;
    height: 2px
}

.input::before {
    left: calc(-20vw + 12.5px)
}

.input.active::before {
    background-color: #f62d2d
}

.input.active span {
    color: #000
}

.input span {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden
}

.input span::before {
    visibility: visible;
    position: absolute;
    left: 50%
}

.input span::before {
    content: attr(data-info);
    top: -50px;
    width: 70px;
    text-indent: -10px;
    color: #7d7d7d;
    font-size: 1em;
    font-weight: 600
}

.input.active span::before {
    color: #000
}

.step-white-box {
    border: 1px solid #000;
    border-radius: 10px;
    padding: 55px
}

.mb-50 {
    margin-bottom: 50px !important
}

.mt-30 {
    margin-top: 30px !important
}

.step-count {
    font-size: 2.5em;
    color: rgba(246, 45, 45, .2);
    font-weight: 700;
    position: absolute;
    top: -21px
}

.product-step-block {
    padding: 100px 0
}

.product-step-block p {
    line-height: 1.8em
}

.product-step-block .large-heading {
    position: relative
}

.delightful-img {
    text-align: center;
    padding: 100px 0 50px
}

.delightful-img img {
    width: 100%
}

.sw-icon img {
    max-width: 70px;
    max-height: 70px
}

.step5-circle-box {
    max-width: 400px;
    margin: 0 auto;
    position: relative
}

.step5-circle-box img {
    max-width: 100%
}

.step5-circle-content {
    position: absolute;
    left: 0;
    top: 53%;
    transform: translate(0, -50%);
    padding: 0 50px;
    text-align: center
}

.step5-circle-content p {
    margin-bottom: 0
}

.circle-dot {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid #f62d2d;
    position: relative;
    border-radius: 50%;
    display: inline-block
}

.step-border-bottom {
    position: relative
}

.step-border-bottom:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #f62d2d;
    margin-top: -3px
}

.about-banner-icon {
    font-size: 1.2em;
    color: #fff;
    font-weight: 400
}

.about-banner-icon:hover {
    color: #fff
}

.about-banner-icon .about-icon {
    border: solid 2px #fff;
    display: inline-block;
    padding: 10px 15px;
    height: 47px;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 21px;
    position: relative
}

.about-banner-icon .about-icon:after {
    content: "";
    position: absolute;
    top: .7rem;
    left: 50%;
    width: .125rem;
    height: .5625rem;
    margin-left: -.03125rem;
    background-color: #fff;
    border-radius: .125rem;
    will-change: opacity, transform;
    animation: mouseScroll 1.8s ease-in-out infinite
}

@keyframes mouseScroll {
    0% {
        opacity: 0;
        transform: translateZ(0)
    }

    25% {
        opacity: 1
    }

    75% {
        transform: translate3d(0, .5625rem, 0)
    }

    to {
        opacity: 0;
        transform: translate3d(0, .75rem, 0)
    }
}

.about-story-wrap {
    padding: 100px 0
}

.story-input:before {
    content: "";
    background: #f62d2d;
    height: 100%;
    bottom: 0;
    left: -1px;
    top: 2px;
    width: 2px;
    position: absolute
}

.story-input:last-child:before {
    display: none
}

.story-input {
    position: relative;
    padding-left: 40px
}

.story-step-contect .al-title {
    padding-bottom: 15px
}

.story-step-contect {
    padding-bottom: 80px;
    position: relative
}

.story-input .circle-box {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 2px solid #f62d2d;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -13px;
    top: 0
}

.main-heading.text-left:after {
    left: 0;
    transform: inherit
}

.the-office-wrap {
    padding: 100px 0
}

.office-img-block {
    margin: 30px 0
}

.office-img-block:first-child {
    margin-top: 10px
}

.office-img-block:last-child {
    margin-bottom: 10px
}

.office-img-block img {
    border-radius: 15px;
    border: solid 1px #e6e6e6
}

.office-block {
    padding: 80px 15px
}

.pl-5per {
    padding-left: 5% !important
}

.pr-5per {
    padding-right: 5% !important
}

.pos-sticky {
    position: sticky;
    top: 110px
}

.can-help-wrap {
    padding-top: 250px;
    padding-bottom: 250px;
    background: url(../image/can-help-bg.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 100px
}

.image-group img {
    max-width: 70%
}

.transparent-header {
    background: 0 0
}

.transparent-header.black-header .header-overlay {
    background: 0 0
}

.transparent-header.black-header .main-menu>ul>li>a {
    background: 0 0
}

.transparent-header .main-menu ul li:hover .sub-menu-bg {
    transform: translateY(0);
    padding-top: 126px
}

.header-wrap.transparent-header.sticky .main-menu ul li:hover .sub-menu-bg {
    transform: translateY(0);
    padding-top: 110px
}

.header-wrap.transparent-header.sticky {
    background: #1f2226
}

.header-wrap.transparent-header.sticky .header-overlay {
    background: #1f2226
}

.header-wrap.transparent-header.sticky .main-menu>ul>li>a {
    background: #1f2226
}

.team-wrap {
    padding: 100px 0
}

.team-list ul {
    list-style: none;
    margin: 0 -30px 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-list li {
    padding: 0 30px 30px;
    width: 25%
}

.tm-img img {
    border-radius: 12px;
    border: solid 1px #f3f3f3;
    filter: grayscale(100%);
    transition: all .2s ease-in-out 0s;
    cursor: pointer
}

.tm-img:hover img {
    filter: grayscale(0)
}

.tm-info {
    padding-top: 35px;
    min-height: 150px
}

.tm-name {
    font-size: 1.4em;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px
}

.tm-post {
    color: #8e8d8d;
    font-weight: 600
}

.white-border-box {
    background: #fff 0 0 no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 20px;
    padding: 60px 25px;
    min-height: 310px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease-in-out 0s;
    cursor: pointer
}

.wb-icon {
    min-height: 60px;
    line-height: 60px;
    top: 0;
    position: relative;
    transition: all .5s ease-in-out 0s
}

.wb-icon img {
    max-width: 60px;
    max-height: 60px
}

.plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.mlr-20 {
    margin-left: -20px !important;
    margin-right: -20px !important
}

.wb-content-pos {
    position: absolute;
    left: 0;
    width: 100%;
    top: 150px;
    padding: 0 25px;
    height: 100px;
    overflow: hidden;
    transition: all .5s ease-in-out 0s;
    background: #fff
}

.white-border-box:hover .wb-content-pos {
    top: 0;
    height: 308px
}

.wb-content-pos .al-title {
    min-height: 70px;
    font-size: 1.5em
}

.taskforce-wrap {
    padding: 60px 0
}

.take-about-wrap {
    padding: 0 0 250px;
    position: relative
}

.take-about-wrap:before {
    content: "";
    background: url(../image/text-messages2.png) no-repeat 20% center;
    background-size: 100%;
    width: 400px;
    height: 400px;
    position: absolute;
    left: -40px;
    top: 16%
}

.ta-name {
    color: #8e8d8d;
    font-weight: 500
}

.take-about-slider {
    padding-bottom: 70px
}

.take-about-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    background-size: 100%;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -99999px
}

.take-about-slider .slick-prev {
    background: url(../image/prev.png) no-repeat center center;
    background-size: 100%;
    left: 0
}

.take-about-slider .slick-next {
    background: url(../image/next.png) no-repeat center center;
    background-size: 100%;
    left: 55px
}

.slick-track:focus {
    outline: 0
}

.take-about-slider .slick-dots {
    text-align: left;
    width: 100%;
    margin-top: 30px
}

.take-about-slider .slick-dots li {
    display: inline-block;
    padding: 0 5px
}

.take-about-slider .slick-dots li:first-child {
    padding-left: 0
}

.take-about-slider .slick-dots li button {
    text-indent: -9999px;
    border: none;
    background: 0 0;
    border-bottom: solid 5px #ccc;
    padding: 0;
    width: 34px
}

.take-about-slider .slick-dots li.slick-active button {
    border-bottom-color: #f62d2d
}

.ta-big-img {
    max-width: 470px;
    margin: 0;
    float: right
}

.ta-big-img img {
    width: 100%;
    border-radius: 20px;
    border: solid 1px #ccc
}

.ta-small-img {
    position: absolute;
    right: 15%;
    bottom: -25%;
    z-index: 1;
    max-width: 90%;
    margin: 0 auto
}

.ta-small-img img {
    width: 100%;
    border-radius: 20px;
    border: solid 1px #ccc
}

.pos-rel {
    position: relative
}

.all-work-wrap {
    padding: 100px 0
}

.red-transparent-btn {
    color: #000;
    font-size: 1em;
    font-weight: 600;
    background: #fff;
    border: 1px solid #f62d2d;
    border-radius: 8px;
    display: inline-block;
    padding: 11px 38px 10px;
    transition: all .5s ease-in-out 0s;
    letter-spacing: 1px
}

.red-transparent-btn:hover {
    background: #f62d2d;
    border: 1px solid #f62d2d;
    color: #fff
}

.aw-block {
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 30px 0 20px
}

.aw-62 {
    width: 62%;
    padding: 0 20px
}

.aw-38 {
    width: 38%;
    padding: 0 20px
}

.aw-43 {
    width: 43%;
    padding: 0 20px
}

.aw-57 {
    width: 57%;
    padding: 0 20px
}

.aw-block img {
    border-radius: 15px;
    border: solid 1px #e6e6e6
}

.mt-80 {
    margin-top: 80px !important
}

.career-statics {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: solid 1px #fff;
    margin-top: 80px;
    padding-left: 5%
}

.career-banner-wrap .quality-assurance-pos {
    position: absolute;
    left: 0;
    top: inherit;
    transform: inherit;
    width: 100%;
    bottom: 0
}

.workmate-wrap {
    padding: 100px 0;
    background: url(../image/career-bg.png) no-repeat left top;
    background-size: 500px
}

.workmate-block1 {
    padding-top: 100px;
    padding-bottom: 50px
}

.workmate-block2 {
    padding-top: 70px;
    padding-bottom: 70px
}

.workmate-wrap p {
    line-height: 1.9em
}

.job-offer-wrap {
    padding: 100px 0
}

.jo-box {
    background: #fff;
    border: 1px solid #707070;
    padding: 25px;
    margin: 15px 0
}

.jo-title {
    font-size: 1.3em;
    color: #f62d2d;
    font-weight: 700;
    min-height: 62px
}

.jo-info {
    font-size: 1em;
    color: #000;
    padding: 5px 0 15px;
    margin-bottom: 0;
    line-height: 1.8em
}

.jo-location {
    font-size: 1.1em;
    font-weight: 600;
    color: #767676
}

.offer-looking-wrap {
    padding: 50px 0 150px
}

.ca-slider {
    position: relative
}

.ca-content {
    background: #e3e3e3;
    border-radius: 630px;
    padding: 60px 80px 48px 150px
}

.ca-content p {
    line-height: 1.9em
}

.ca-flex-left {
    margin-right: -100px;
    position: relative;
    z-index: 1
}

.ca-flex-left img {
    border-radius: 630px;
    border: solid 1px #e6e6e6
}

.ca-slider .slick-arrow {
    position: absolute;
    top: 40px;
    background-size: 100%;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: -99999px;
    z-index: 1
}

.ca-slider .slick-prev {
    background: url(../image/prev.png) no-repeat center center;
    background-size: 100%;
    right: 45%
}

.ca-slider .slick-next {
    background: url(../image/next.png) no-repeat center center;
    background-size: 100%;
    right: 41%
}

.pagingInfo {
    position: absolute;
    right: 10%;
    top: 45px;
    z-index: 1;
    color: #000
}

.career-about-wrap {
    padding-bottom: 100px
}

.font-1-4em {
    font-size: 1.4em
}

.our-employees-wrap {
    padding: 100px 0 150px
}

.employees-count {
    background: #e3e3e3;
    padding: 25px;
    width: 100%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: solid 1px #bbb;
    justify-content: center;
    position: relative
}

.ec-step {
    padding: 0 1.8%
}

.ec-step .line {
    width: 4px;
    height: 50px;
    padding: 0 1.8%;
    background: #c2abab;
    width: 4px;
    height: 50px
}

.ec-step.active .line {
    background: #f62d2d
}

.total-count {
    position: absolute;
    left: 66.3%;
    top: 92%;
    width: 70px;
    height: 70px;
    background: #f62d2d;
    border-radius: 50%;
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    line-height: 70px;
    color: #fff
}

.total-count:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -16px;
    border-left: solid 16px transparent;
    border-right: solid 16px transparent;
    border-bottom: solid 21px #f62d2d;
    margin-left: -16px
}

.benefit-wrap {
    padding: 100px 0
}

.benefit-list ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px
}

.benefit-list ul li {
    width: 16%;
    text-align: center;
    min-height: 250px;
    padding: 0 10px
}

.benefit-icon {
    margin-bottom: 30px;
    min-height: 65px
}

.benefit-icon img {
    max-width: 65px;
    max-height: 65px
}

.angil-software-wrap {
    padding: 100px 0 50px
}

.hwd-step-wrap .input span::before {
    width: 150px
}

.bradius-0 {
    border-radius: 0 !important
}

.hwd-step-wrap .process-list {
    padding-top: 20px
}

.hwd-step-wrap .process-box {
    min-height: 230px
}

.hwd-step-wrap .product-step-block {
    padding: 50px 0
}

.hwd-step-wrap .process-box .al-icon {
    background: 0 0;
    width: auto;
    height: auto
}

.hwd-step-wrap .process-box .al-icon img {
    position: relative;
    left: inherit;
    top: inherit;
    transform: inherit
}

.communication-channel-wrap {
    padding: 50px 0 150px
}

.communication-heading {
    font-size: 1.8em
}

.font-0-9em {
    font-size: .9em !important
}

.communication-block {
    margin-top: 60px
}

.communication-block .al-title {
    padding: 15px 0
}

.communication-icon {
    min-height: 50px
}

.communication-icon img {
    max-width: 50px;
    max-height: 50px
}

.client-value-box {
    max-width: 580px;
    margin: 0 auto
}

.hwd-accordion {
    position: relative;
    z-index: 1
}

.hwd-accordion .card {
    border: none;
    margin: 15px 0
}

.hwd-accordion .card-header {
    padding: 0;
    background: 0 0;
    border-bottom: none
}

.hwd-accordion .card-header button {
    width: 100%;
    background: 0 0;
    border: none;
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 1.1em;
    font-family: Poppins, sans-serif;
    text-decoration: none;
    padding-left: 0;
    padding-right: 0
}

.hwd-accordion .card-header button:focus {
    outline: 0;
    box-shadow: none
}

.hwd-accordion .card-body {
    padding: 0 0 15px 38px;
    font-size: .9em;
    line-height: 1.6em
}

.hwd-arrow {
    vertical-align: 1px;
    margin-right: 15px
}

.hwd-arrow img {
    max-width: 18px;
    max-height: 24px
}

.hwd-accordion button.collapsed .hwd-arrow img {
    transform: rotate(0)
}

.hwd-accordion button .hwd-arrow img {
    transform: rotate(90deg);
    transition: all .5s ease-in-out 0s
}

.product-design-block {
    min-height: 570px
}

.product-design-block svg {
    position: absolute;
    right: 0;
    bottom: -180px;
    font-family: Poppins, sans-serif
}

.product-design-block svg text {
    font-family: Poppins, sans-serif
}

.hwd-step-wrap .product-design-step2 {
    padding-bottom: 200px
}

#Process-shape-active .about-us-page-hwd-iterative__process-point>circle {
    transition: stroke .15s ease-in-out;
    transition-delay: .15s;
    stroke: #e4e4e4
}

#Process-shape-active .about-us-page-hwd-iterative__process-point>path {
    transition: stroke .23s ease-in-out;
    transition-delay: .23s;
    stroke: #e4e4e4
}

#Process-shape-active .about-us-page-hwd-iterative__process-point.active>circle,
#Process-shape-active .about-us-page-hwd-iterative__process-point.active>path {
    transition-delay: 0s;
    stroke: #f62d2d
}

#Process-shape-active .about-us-page-hwd-iterative__process-line#Path-Pre-final-active {
    transition: stroke-dashoffset .46s ease-out;
    stroke: #e4e4e4
}

#Process-shape-active .about-us-page-hwd-iterative__process-point {
    cursor: pointer
}

.hide {
    display: none
}

.show {
    display: block !important
}

.product-design-steps {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    transform: translate(-55%, -50%)
}

.micrservice-header {
    padding: 15px 0
}

.micrservice-header .red-btn {
    z-index: 2;
    position: relative
}

.micrservice-header.header-wrap.sticky {
    padding: 15px 0
}

.microservice-banner-wrap {
    padding: 100px 0 100px;
    position: relative
}

.microservice-banner-wrap:after {
    content: "";
    position: absolute;
    right: 0;
    top: -10%;
    background: url(../image/right-box-bg.png) no-repeat left top;
    background-size: 100%;
    background-position: 0 0;
    height: 690px;
    width: 35%;
    z-index: 0
}

.book-img-block img {
    max-width: 550px;
    margin: 0 auto;
    display: block
}

.mb-block {
    position: relative;
    z-index: 1
}

.mb-list {
    padding: 0;
    margin: 0
}

.mb-list li {
    padding: 15px 0 15px 25px;
    margin: 0;
    font-size: 1.1em;
    color: #000;
    position: relative
}

.mb-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    background: #f62d2d;
    width: 9px;
    height: 9px;
    border-radius: 50%
}

.mb-list li .d-flex {
    align-items: center
}

.mbl-icon {
    min-width: 60px
}

.red-text {
    color: #f62d2d !important
}

.opacity-0-5 {
    opacity: .5
}

.mb-maxw {
    max-width: 550px
}

.mb-maxw button {
    padding: 11px 18px 10px
}

.red-mouse-icon .about-icon {
    border: solid 2px #f62d2d
}

.red-mouse-icon .about-icon:after {
    background-color: #f62d2d
}

.microservices-report-wrap {
    padding: 100px 0
}

.microservice-list {
    padding-top: 40px
}

.microservice-list .process-box {
    min-height: 280px
}

.microservice-list .process-box p {
    max-width: 100%;
    color: #000
}

.microservice-list .process-box .al-icon {
    background: rgba(251, 164, 164, .2);
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.microservice-list .al-icon img {
    max-width: 30px;
    max-height: 30px
}

.font-1-3em {
    font-size: 1.3em !important
}

.msc-img-box {
    position: relative
}

.msc-img-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    border-radius: 15px;
    z-index: 1
}

.msc-img-box.msc-red-box:before {
    background: #f93732
}

.msc-img-box.msc-green-box:before {
    background: #71cfad
}

.msc-img-box.msc-purple-box:before {
    background: #af1cdc
}

.msc-img-box.msc-blue-box:before {
    background: #0998a2
}

.msc-img-box.msc-red-light-box:before {
    background: #cf7185
}

.msc-img-box img {
    max-width: 180px;
    max-height: 180px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    margin-top: 50px;
    margin-left: 50px
}

.microservice-list>.row {
    padding: 70px 0
}

.ms-pattern-img img {
    max-height: 220px;
    max-width: 100%;
    margin: 0 auto;
    display: block
}

.copy-microservice-wrap {
    padding: 100px 0;
    overflow: hidden
}

.copy-microservice-box {
    background: transparent linear-gradient(94deg, #f62d2d 0, #b089ff 100%) 0 0 no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 30px;
    padding: 80px 150px 80px 80px;
    position: relative
}

.copy-microservice-box:after {
    content: "";
    background: url(../image/cube.png) no-repeat center center;
    position: absolute;
    right: -50px;
    width: 100px;
    height: 100px;
    background-size: 80%
}

.ml-15 {
    margin-left: 15px !important
}

.copy-microservice-box .red-btn {
    padding-left: 20px;
    padding-right: 20px
}

.font-1-8em {
    font-size: 1.8em !important
}

.dev-info-block {
    margin-bottom: 40px
}

.dev-info-block .dev-img img {
    max-width: 140px;
    max-height: 140px;
    border-radius: 10px
}

.dev-info-block .dev-info {
    padding-left: 25px
}

.fw-500 {
    font-weight: 500 !important
}

.word-map img {
    max-width: 100%
}

.word-map {
    margin-bottom: 30px
}

.table-content-wrap {
    padding: 100px 0
}

.table-content-box {
    max-width: 80%;
    border: 2px solid #707070;
    border-radius: 10px;
    padding: 40px;
    position: sticky;
    top: 110px
}

.table-content-block {
    padding-left: 0;
    position: sticky;
    top: 110px
}

.table-content-block a {
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
    display: block
}

.table-content-block a.active {
    background: 0 0;
    color: #f62d2d
}

.sdc-wrap {
    padding: 100px 0
}

.sdc-wrap .process-list {
    padding-top: 0
}

.sdc-wrap .process-box {
    min-height: inherit
}

.sdc-wrap .copy-microservice-box:after {
    display: none
}

.microservice-footer-wrap {
    padding: 100px 0;
    font-size: 1.1em;
    text-align: center;
    color: #323232
}

.mbl-icon img {
    max-width: 35px;
    max-height: 35px
}

.heading-bg {
    position: relative
}

.heading-bg span {
    position: relative;
    z-index: 1
}

.heading-bg:before {
    content: "";
    background: url(../image/heading-bg.png) no-repeat 0 0;
    background-size: auto 100%;
    position: absolute;
    width: 100%;
    height: 174px;
    left: -80px;
    top: -40px;
    z-index: 0
}

.tc-step:first-child {
    padding-top: 0
}

.tc-step {
    padding-top: 110px
}

.build-jq-tabs.ui-widget.ui-widget-content {
    border: none
}

.build-jq-tabs.ui-tabs .ui-tabs-nav {
    background: 0 0
}

.build-jq-tabs.ui-tabs .ui-tabs-nav li {
    width: 100%;
    background: 0 0;
    border: none;
    margin-bottom: 10px
}

.build-jq-tabs.ui-tabs .ui-tabs-nav li a {
    display: block;
    color: #000;
    width: 100%;
    font-weight: 600
}

.build-jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #f1f1f1;
    color: #000;
    position: relative
}

.build-jq-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a:before {
    content: "";
    position: absolute;
    left: -23px;
    top: 0;
    height: 100%;
    background: #f62d2d;
    border-radius: 10px;
    width: 10px
}

.testi-show-in-mobile {
    display: none
}

.full-stack-team-wrap .fs-icon {
    text-align: left
}

.contact-modal {
    padding-right: 0 !important;
    height: 100%
}

.contact-modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0
}

.contact-modal .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none
}

.contact-modal .modal-body {
    padding: 0
}

.cm-flex {
    height: 100%;
    overflow-y: auto
}

.cm-flex-left {
    padding: 2% 80px;
    background: #fff;
    position: relative
}

.cm-flex-right {
    padding: 2% 80px;
    background: #eee;
    position: relative
}

input[type=date],
input[type=datetime-local],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s
}

input[type=date]:disabled,
input[type=date][readonly=readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][readonly=readonly],
input[type=email]:disabled,
input[type=email][readonly=readonly],
input[type=number]:disabled,
input[type=number][readonly=readonly],
input[type=password]:disabled,
input[type=password][readonly=readonly],
input[type=search]:disabled,
input[type=search][readonly=readonly],
input[type=tel]:disabled,
input[type=tel][readonly=readonly],
input[type=text]:disabled,
input[type=text][readonly=readonly],
input[type=time]:disabled,
input[type=time][readonly=readonly],
input[type=url]:disabled,
input[type=url][readonly=readonly],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly=readonly] {
    color: rgba(0, 0, 0, .26);
    border-bottom: 1px dotted rgba(0, 0, 0, .26)
}

input[type=date]:disabled+label,
input[type=date][readonly=readonly]+label,
input[type=datetime-local]:disabled+label,
input[type=datetime-local][readonly=readonly]+label,
input[type=email]:disabled+label,
input[type=email][readonly=readonly]+label,
input[type=number]:disabled+label,
input[type=number][readonly=readonly]+label,
input[type=password]:disabled+label,
input[type=password][readonly=readonly]+label,
input[type=search]:disabled+label,
input[type=search][readonly=readonly]+label,
input[type=tel]:disabled+label,
input[type=tel][readonly=readonly]+label,
input[type=text]:disabled+label,
input[type=text][readonly=readonly]+label,
input[type=time]:disabled+label,
input[type=time][readonly=readonly]+label,
input[type=url]:disabled+label,
input[type=url][readonly=readonly]+label,
textarea.materialize-textarea:disabled+label,
textarea.materialize-textarea[readonly=readonly]+label {
    color: rgba(0, 0, 0, .26)
}

input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #f62d2d;
    box-shadow: 0 1px 0 0 #f62d2d
}

input[type=date]:focus:not([readonly])+label,
input[type=datetime-local]:focus:not([readonly])+label,
input[type=email]:focus:not([readonly])+label,
input[type=number]:focus:not([readonly])+label,
input[type=password]:focus:not([readonly])+label,
input[type=search]:focus:not([readonly])+label,
input[type=tel]:focus:not([readonly])+label,
input[type=text]:focus:not([readonly])+label,
input[type=time]:focus:not([readonly])+label,
input[type=url]:focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
    color: #f62d2d
}

.input-field {
    position: relative;
    margin-top: 1rem
}

.input-field label {
    color: #919191;
    position: absolute;
    top: .8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out
}

.input-field label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-140%);
    -moz-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    -o-transform: translateY(-140%);
    transform: translateY(-140%)
}

.mat-form .form-group {
    margin-top: 3rem
}

.mat-form .form-control {
    background: 0 0;
    border: 0;
    resize: none;
    border-bottom: solid 1px #cfcfcf;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0
}

.mat-form .form-control:focus {
    outline: 0;
    box-shadow: none
}

.mat-form textarea.form-control+label.active {
    -webkit-transform: translateY(-170%);
    -moz-transform: translateY(-170%);
    -ms-transform: translateY(-170%);
    -o-transform: translateY(-170%);
    transform: translateY(-170%)
}

.ml-60 {
    margin-left: 60px !important
}

.contact-text {
    color: #919191
}

.contact-text span {
    font-weight: 500;
    color: #f62d2d
}

.cm-flex-left .contact-form {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 160px)
}

.cm-option-list {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.cm-option-list li {
    padding: 7% 0
}

.cmo-icon {
    margin-right: 25px
}

.cmo-icon img {
    max-width: 50px;
    max-height: 50px
}

.cancel-icon {
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 1
}

.cancel-icon img {
    max-width: 50px;
    max-height: 50px
}

.tech-description-wrap {
    padding: 100px 0
}

.tech-description-wrap .strategy-box {
    max-width: 95%
}

.tech-description-wrap .strategy-left {
    margin-top: -8px
}

.angular-banner {
    padding-bottom: 20px
}

.language-icons .lang-tech li {
    padding: 0 20px
}

.language-icons .lang-tech li img {
    max-height: 44px
}

.angular-recognoized-agency {
    padding: 100px 0
}

.statics-wrap {
    padding: 150px 0
}

.statics-count {
    font-size: 2.5em;
    color: #000;
    text-align: center;
    font-weight: 600
}

.statics-label {
    font-size: 1.1em;
    color: #000;
    text-align: center;
    font-weight: 600
}

.about-vue-contact-wrap {
    background: #fff url(../image/right-box-bg.png) no-repeat 65% top;
    background-size: auto 85%;
    padding-top: 150px;
    padding-bottom: 100px
}

.font-2em {
    font-size: 2em !important
}

.projects-wrap {
    padding: 50px 0 150px
}

.project-right {
    padding-left: 7%
}

.devops-banner {
    background: #fff;
    padding: 60px 0 0
}

.devops-banner:after {
    display: none
}

.language-banner .large-heading {
    font-size: 3em;
    margin-bottom: 25px !important;
    font-weight: 300 !important
}

.language-banner p {
    margin-bottom: 40px !important;
    line-height: 1.7em
}

.white-banner {
    background: #fff
}

.ad-banner.language-banner:after {
    display: none
}

.build-android-wrap {
    padding-top: 100px;
    padding-bottom: 150px
}

.ba-right {
    padding-left: 30px
}

.ba-right p {
    line-height: 1.9em
}

.ios-app-wrap {
    padding: 100px 0;
    background: url(../image/career-bg.png) no-repeat left top;
    background-size: 500px
}

.ios-tech-block .strategy-box {
    padding: 70px 50px 40px;
    margin: 25px 0;
    transition: all .5s ease-in-out 0s;
    max-width: 100%;
    min-height: 365px
}

.ios-tech-block .strategy-box:hover {
    background: #fff;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .1)
}

.ios-tech-block .strategy-right p {
    line-height: 2em
}

.custom-process-wrap {
    padding: 100px 0 40px
}

.ios-app-blog {
    padding-top: 100px
}

.custom-process-wrap {
    background: #fff url(../image/right-box-bg2.png) no-repeat 105% center;
    background-size: auto 35%;
    overflow: hidden
}

.ios-dev-banner {
    background: #1f2226 url(../image/ios-banner-bg.png) no-repeat center bottom;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    min-height: 670px
}

.ios-dev-banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1
}

.ios-dev-banner .ios-banner-img {
    position: absolute;
    max-width: 60%;
    z-index: 0;
    margin: 0 auto;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.ios-dev-pos {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%)
}

.ios-dev-banner.language-banner:after {
    display: none
}

.modern-application-wrap {
    padding: 0 0 0
}

.pd-130 {
    padding-top: 130px !important
}

.software-sloution-wrap .ba-right {
    padding-left: 0;
    padding-right: 60px
}

.agile-common-wrap {
    padding: 50px 0
}

.software-sloution-wrap .ba-left img {
    max-width: 460px
}

.modernized-list li {
    margin: 20px 0;
    position: relative;
    padding-left: 30px
}

.modernized-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: #f62d2d;
    width: 16px;
    height: 16px;
    border: solid 4px rgba(248, 200, 200, .76);
    border-radius: 50%
}

.pt-100 {
    padding-top: 100px
}

.font-2em {
    font-size: 2em !important
}

.dev-strategy-right .strategy-left {
    min-width: 36px
}

.agile-development-tabs.custom-tabs .nav-tabs li {
    width: 20%
}

.agile-development-tabs .ts-icon {
    min-width: 60px
}

.agile-development-tabs .ts-title {
    text-align: left
}

.mb-15 {
    margin-bottom: 15px !important
}

.ts-icon-img {
    margin-right: 10px
}

.ts-icon-img img {
    width: 50px;
    height: 50px
}

.ts-icon-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 10px
}

.ts-icon-img.agile-ts-icon1 {
    background: url(../image/productp-management.svg) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.agile-ts-icon1,
.custom-tabs .nav-tabs a.active .ts-icon-img.agile-ts-icon1,
h2.resp-tab-active .ts-icon-img.agile-ts-icon1 {
    background: url(../image/productp-management-hover.svg) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.agile-ts-icon2 {
    background: url(../image/ui-ux.svg) no-repeat center center;
    background-size: 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.agile-ts-icon2,
.custom-tabs .nav-tabs a.active .ts-icon-img.agile-ts-icon2,
h2.resp-tab-active .ts-icon-img.agile-ts-icon2 {
    background: url(../image/ui-ux-hover.svg) no-repeat center center;
    background-size: 100%
}

.ts-icon-img.agile-ts-icon3 {
    background: url(../image/full-stack-development.svg) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.agile-ts-icon3,
.custom-tabs .nav-tabs a.active .ts-icon-img.agile-ts-icon3,
h2.resp-tab-active .ts-icon-img.agile-ts-icon3 {
    background: url(../image/full-stack-development-hover.svg) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.agile-ts-icon4 {
    background: url(../image/transparency-tab.png) no-repeat center center;
    background-size: 80%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.agile-ts-icon4,
.custom-tabs .nav-tabs a.active .ts-icon-img.agile-ts-icon4,
h2.resp-tab-active .ts-icon-img.agile-ts-icon4 {
    background: url(../image/transparency-tab-hover.png) no-repeat center center;
    background-size: 80%
}

.ts-icon-img.agile-ts-icon5 {
    background: url(../image/devops.svg) no-repeat center center;
    background-size: 75%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.agile-ts-icon5,
.custom-tabs .nav-tabs a.active .ts-icon-img.agile-ts-icon5,
h2.resp-tab-active .ts-icon-img.agile-ts-icon5 {
    background: url(../image/devops-hover.svg) no-repeat center center;
    background-size: 75%
}

.remote-development-wrap {
    padding-bottom: 60px;
    padding-top: 60px
}

.our-product-wrap {
    padding-bottom: 140px
}

.our-product-wrap .work-box {
    max-width: 100%;
    margin: 0 auto
}

.pt-40 {
    padding-top: 40px !important
}

.ts-gray-box {
    padding: 40px;
    border-radius: 10px
}

.ts-gray-box .al-title {
    padding: 15px 0
}

.ts-list-block li {
    padding: 7px 0 7px 20px;
    position: relative
}

.ts-list-block li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 12px;
    background: #f62d2d
}

.team-build-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-left: -10px;
    margin-right: -10px
}

.team-build-list li {
    padding: 10px 10px;
    width: 25%
}

.tbl-box {
    background: #fff;
    border: 2px solid #929292;
    border-radius: 10px;
    display: inline-flex;
    padding: 10px 20px 10px 10px;
    color: #000;
    align-items: center;
    width: 100%;
    transition: all .5s ease-in-out 0s
}

.tbl-box:hover {
    border-color: #f62d2d;
    color: #f62d2d
}

.tbl-icon {
    background: url(../image/md-icons.png) no-repeat center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px
}

.tbl-icon1 {
    background-position: -8px -16px
}

.tbl-box:hover .tbl-icon1 {
    background-position: -8px -74px
}

.tbl-icon2 {
    background-position: -54px -16px
}

.tbl-box:hover .tbl-icon2 {
    background-position: -54px -74px
}

.tbl-icon3 {
    background-position: -104px -16px
}

.tbl-box:hover .tbl-icon3 {
    background-position: -104px -74px
}

.tbl-icon4 {
    background-position: -152px -16px
}

.tbl-box:hover .tbl-icon4 {
    background-position: -152px -74px
}

.tbl-icon5 {
    background-position: -200px -16px
}

.tbl-box:hover .tbl-icon5 {
    background-position: -200px -74px
}

.tbl-icon6 {
    background-position: -248px -16px
}

.tbl-box:hover .tbl-icon6 {
    background-position: -248px -74px
}

.tbl-icon7 {
    background-position: -297px -16px
}

.tbl-box:hover .tbl-icon7 {
    background-position: -297px -74px
}

.tbl-icon8 {
    background-position: -346px -16px
}

.tbl-box:hover .tbl-icon8 {
    background-position: -346px -74px
}

.tbl-icon9 {
    background-position: -392px -16px
}

.tbl-box:hover .tbl-icon9 {
    background-position: -392px -74px
}

.tbl-icon10 {
    background-position: -441px -16px
}

.tbl-box:hover .tbl-icon10 {
    background-position: -441px -74px
}

.tbl-icon11 {
    background-position: -494px -16px
}

.tbl-box:hover .tbl-icon11 {
    background-position: -494px -75px
}

.tbl-icon12 {
    background-position: -540px -16px
}

.tbl-box:hover .tbl-icon12 {
    background-position: -540px -76px
}

.team-build-wrap {
    padding: 150px 0
}

.language-banner.white-bg {
    background: #fff;
    padding-bottom: 100px
}

.mad-banner.language-banner {
    padding-top: 80px
}

.mad-banner.language-banner:after {
    display: none
}

.mad-process-block {
    padding: 100px 0
}

.text-lowercase {
    text-transform: lowercase
}

.ts-icon-img.ad-ts-icon1 {
    background: url(../image/ad-java.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active a .ts-icon-img.ad-ts-icon1,
h2.resp-tab-active .ts-icon-img.ad-ts-icon1 {
    background: url(../image/ad-java-hover.png) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.ad-ts-icon2 {
    background: url(../image/ad-kotlin.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active a .ts-icon-img.ad-ts-icon2,
h2.resp-tab-active .ts-icon-img.ad-ts-icon2 {
    background: url(../image/ad-kotlin-hover.png) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.io-ts-icon1 {
    background: url(../image/io-c-plus.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active a .ts-icon-img.io-ts-icon1,
h2.resp-tab-active .ts-icon-img.io-ts-icon1 {
    background: url(../image/io-c-plus-hover.png) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.io-ts-icon2 {
    background: url(../image/io-swift.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active a .ts-icon-img.io-ts-icon2,
h2.resp-tab-active .ts-icon-img.io-ts-icon2 {
    background: url(../image/io-swift-hover.png) no-repeat center center;
    background-size: 90%
}

.pt-80 {
    padding-top: 80px !important
}

.custom-tabs .nav-tabs .resp-tab-active a {
    background: #f62d2d
}

.custom-tabs .nav-tabs .resp-tab-active a .ts-title {
    color: #fff
}

.web-gray-ts-box {
    min-height: 275px;
    padding: 30px
}

.dev-strategy-right .devops-strategy-box .strategy-left {
    min-width: 60px
}

.services-wrap {
    padding: 100px 0
}

.services-box {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 20px;
    padding: 25px;
    margin: 15px 0;
    transition: all .5s ease-in-out 0s
}

.services-box:hover {
    box-shadow: 0 30px 60px #00000017
}

.services-title {
    font-size: 1.5em;
    color: #323232;
    font-weight: 600;
    margin-bottom: 10px
}

.services-box p {
    line-height: 1.6em;
    font-size: 1.1em
}

.services-option {
    padding-left: 20px
}

.services-option li {
    padding: 3px 0;
    position: relative
}

.services-option li:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #f62d2d;
    border-radius: 8px
}

.tsl-right-img img {
    max-width: 100%;
    border-radius: 15px;
    border: solid 1px #cecece
}

.tsl-left .tsb-list li {
    color: #323232
}

.tsl-left .tsb-list li:before {
    background: url(../image/black-check-icon.svg) no-repeat center center;
    background-size: 100%
}

.ts-icon-img.cd-ts-icon1 {
    background: url(../image/strategic-planning.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.cd-ts-icon1,
h2.resp-tab-active .ts-icon-img.cd-ts-icon1 {
    background: url(../image/strategic-planning-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.ts-icon-img.cd-ts-icon2 {
    background: url(../image/implementation-procedure.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.cd-ts-icon2,
h2.resp-tab-active .ts-icon-img.cd-ts-icon2 {
    background: url(../image/implementation-procedure-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.ts-icon-img.cd-ts-icon3 {
    background: url(../image/solution-process.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.cd-ts-icon3,
h2.resp-tab-active .ts-icon-img.cd-ts-icon3 {
    background: url(../image/solution-process-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.ts-icon-img.cd-ts-icon4 {
    background: url(../image/production-support.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.cd-ts-icon4,
h2.resp-tab-active .ts-icon-img.cd-ts-icon4 {
    background: url(../image/production-support-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.mnh-415 {
    min-height: 415px
}

.services-icon {
    text-align: center;
    margin-bottom: 15px
}

.services-icon img {
    max-width: 70px;
    max-height: 70px
}

.service-box-h {
    position: relative;
    min-height: 250px
}

.service-box-pos {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
    padding: 15px
}

.pb-30 {
    padding-bottom: 30px !important
}

.copy-microservice-box .red-btn:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff
}

.cmo-info p {
    margin-top: 5px !important
}

.cmo-info .al-title {
    font-size: 1.2em !important;
    line-height: 1.8em
}

.cm-flex-left .large-heading {
    font-size: 2em !important
}

.mnh-525 {
    min-height: 555px
}

.fw-300 {
    font-weight: 300 !important
}

.ab-content-pos {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%)
}

.about-banner-slider {
    padding: 0 0
}

.about-banner-slider .item {
    position: relative;
    height: 100%
}

.about-banner-slider .lb-right img {
    max-width: 90%;
    display: inline-block
}

.owner-name {
    font-weight: 600;
    font-size: 1.4em
}

.ab-content-pos .post {
    font-weight: 400;
    font-size: 1.2em
}

.slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px
}

.slick-dots li {
    display: inline-block;
    margin: 0 8px
}

.slick-dots li button {
    background: rgba(0, 0, 0, .5);
    width: 13px;
    height: 13px;
    border-radius: 13px;
    border: none;
    text-indent: -99999px
}

.slick-dots li.slick-active button {
    background: #000
}

.our-mission-list .services-box {
    padding: 45px 40px 15px;
    min-height: 320px
}

.global-presence-block .exp-count {
    font-size: 3em
}

.global-presence-block .exp-label {
    color: #323232;
    font-size: 1.4em;
    font-weight: 600;
    padding-left: 0
}

.serving-client-wrap {
    width: 100%;
    padding: 40px 0 100px
}

.serving-client-wrap .main-heading {
    margin-bottom: 35px
}

.serving-client-sec {
    width: 100%;
    position: relative;
    max-width: 1210px;
    margin: 0 auto;
    margin-top: 60px
}

.serving-point1 {
    top: 14%;
    left: 10%
}

.serving-point2 {
    top: 37%;
    left: 14%
}

.serving-point3 {
    top: 77%;
    left: 48%
}

.serving-point4 {
    top: 48%;
    left: 50%
}

.serving-point5 {
    top: 48%;
    left: 61%
}

.serving-point6 {
    top: 58%;
    left: 67%
}

.serving-point7 {
    top: 75%;
    left: 76%
}

.serving-point8 {
    top: 19%;
    left: 48%
}

.serving-point9 {
    top: 38%;
    left: 75%
}

.serving-point10 {
    top: 30%;
    left: 42%
}

.serving-point11 {
    top: 54%;
    left: 21%
}

.see-action-wrap {
    width: 100%;
    float: left;
    padding: 60px 0
}

.see-action-wrap .ab-name span {
    font-size: 16px;
    font-weight: 300
}

.mark-box {
    position: absolute
}

.mark-box .mark-div {
    display: inline-block;
    width: 33px;
    height: 38px;
    position: relative
}

.mark-box .mark-div img {
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    animation: pulse 1.8s infinite alternate;
    -webkit-animation: pulse 1.8s infinite alternate;
    transform-origin: center;
    -webkit-transform-origin: center
}

.mark-box .marke-place-name {
    background: #fff;
    border-radius: 4px;
    color: #101010;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 0 2px 8px rgba(10, 56, 114, .15);
    padding: 9px 12px 6px;
    line-height: 15px;
    position: absolute;
    top: -13px;
    left: 100%;
    white-space: nowrap;
    font-weight: 500
}

.mark-box:hover .marke-place-name {
    color: #fff
}

.mark-box .marke-place-name span {
    position: relative;
    z-index: 2
}

.mark-box .marke-place-name:after {
    position: relative;
    width: 0;
    background: #323232;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    border-radius: 4px
}

.mark-box:hover .marke-place-name:after {
    background: #323232;
    color: #fff;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.mark-box .mark-div:after {
    background: #323232;
    content: "";
    position: absolute;
    width: 32px;
    height: 15px;
    border-radius: 50%;
    z-index: 1;
    bottom: 0;
    animation: pulsate 1.8s ease-out infinite
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.marke-flag {
    position: absolute;
    top: -34px;
    left: 32px;
    width: 30px
}

.all-flag-for-mobile {
    display: none
}

.life-at-wedigtech-wrap {
    padding: 100px 0 100px
}

.life-wedigtech-slider .item {
    padding: 0 15px
}

.life-wedigtech-slider .item img {
    border-radius: 10px
}

.industry-expertise-wrap {
    padding-bottom: 100px;
    padding-top: 40px
}

.about-approach-wrap {
    padding: 40px 0 100px 0
}

.mnh-375 {
    min-height: 435px
}

.mnh-250 {
    min-height: 300px
}

.streamline-wrap {
    padding: 100px 0
}

.about-pm-wrap {
    background: url(../image/about-pm-bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 60px
}

.about-pm-wrap .lb-left {
    padding-bottom: 40px
}

.about-am-wrap {
    background: url(../image/about-pm-bg2.png) no-repeat center top;
    background-size: cover
}

.ts-icon-img.am-ts-icon1 {
    background: url(../image/analysis-prioritize.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.am-ts-icon1,
h2.resp-tab-active .ts-icon-img.am-ts-icon1 {
    background: url(../image/analysis-prioritize-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.ts-icon-img.am-ts-icon2 {
    background: url(../image/begin-small.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.am-ts-icon2,
h2.resp-tab-active .ts-icon-img.am-ts-icon2 {
    background: url(../image/begin-small-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.ts-icon-img.am-ts-icon3 {
    background: url(../image/break-down-monoliths-microservices.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.am-ts-icon3,
h2.resp-tab-active .ts-icon-img.am-ts-icon3 {
    background: url(../image/break-down-monoliths-microservices-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.ts-icon-img.am-ts-icon4 {
    background: url(../image/automate.svg) no-repeat center center;
    background-size: 75% 100%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.am-ts-icon4,
h2.resp-tab-active .ts-icon-img.am-ts-icon4 {
    background: url(../image/automate-hover.svg) no-repeat center center;
    background-size: 75% 100%
}

.iot-icons-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px
}

.iot-icons-list li {
    width: 20%;
    padding: 0 15px;
    padding-bottom: 50px
}

.iot-icons-list li img {
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.iot-icons-list li .tech-icon {
    border: solid 1px #e6e6e6;
    width: 100%;
    height: 120px;
    border-radius: 12px;
    position: relative
}

.about-pm-wrap .lb-right img {
    max-width: 100%;
    width: 60%
}

.our-culture-wrap {
    padding: 100px 0 0
}

.culture-list .culture-sl-rel {
    margin-bottom: 30px
}

.app-mod-service-wrap {
    padding-bottom: 0
}

.iot-banner .lb-right img {
    max-width: 90%
}

.product-design-step4 .al-box {
    min-height: inherit
}

.pb-60 {
    padding-bottom: 60px !important
}

.services-box .al-icon {
    min-height: 76px
}

.services-box .al-icon img {
    max-width: 60px;
    max-height: 60px
}

.culture-sl-rel {
    position: relative
}

.culture-sl-rel .al-title {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 45px 15px 20px;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0, rgba(0, 0, 0, .71) 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0) 0, rgba(0, 0, 0, .71) 100%);
    background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, rgba(0, 0, 0, .71) 100%);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400
}

.apply-btn-block {
    margin-top: 15px
}

.apply-btn-block .red-btn {
    padding: 7px 18px 7px;
    font-size: .9em
}

.banner-flex .banner-right img {
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.innovation-consulting-wrap {
    padding-bottom: 220px
}

.innovation-consulting-wrap .product-design-block {
    max-width: 610px;
    margin: 0 auto
}

.innovation-consulting-wrap .product-design-steps {
    transform: translate(-50%, -50%)
}

.innovation-team-wrap .process-box .al-icon {
    margin: 0 auto
}

.innovation-team-wrap .process-box p {
    max-width: 100%
}

.strategy-diagram-wrap {
    padding-top: 100px;
    padding-bottom: 100px
}

.organization-box .org-blue-box {
    border-radius: 10px 10px 0 0
}

.organization-box.reverse-box .org-blue-box {
    position: relative;
    top: 321px;
    border-radius: 0 0 10px 10px
}

.organization-box.reverse-box .content-box {
    position: relative;
    bottom: 321px
}

.organization-wrap {
    padding: 0 0 100px
}

.organization-sec .btn-sec {
    margin-top: 40px
}

.org-blue-box {
    background: #fff;
    width: 100%;
    padding: 85px 0;
    height: 321px;
    text-align: center;
    border: solid 1px #e6e6e6
}

.org-content-box {
    background: #e6e6e6;
    width: 100%;
    padding: 80px 32px;
    height: 321px
}

.organization-box .org-content-box {
    border-radius: 0 0 10px 10px
}

.organization-box.reverse-box .org-content-box {
    position: relative;
    bottom: 321px;
    border-radius: 10px 10px 0 0
}

.mnh-525 {
    min-height: 525px
}

.technology-stack-wrap .custom-tabs {
    position: relative;
    z-index: 1
}

.ts-icon-img.pic-ts-icon1 {
    background: url(../image/iNNOVATION-STRATEGY.svg) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.pic-ts-icon1,
h2.resp-tab-active .ts-icon-img.pic-ts-icon1 {
    background: url(https://www.wedigtech.com/img/iNNOVATION-STRATEGY-hover.svg) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.pic-ts-icon2 {
    background: url(../image/iNNOVATION-SPRINTS.svg) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.pic-ts-icon2,
h2.resp-tab-active .ts-icon-img.pic-ts-icon2 {
    background: url(https://www.wedigtech.com/img/iNNOVATION-SPRINTS-hover.svg) no-repeat center center;
    background-size: 90%
}

.policies-content-section {
    padding: 100px 0
}

.policies-content-section .ai-title {
    font-size: 1.7em;
    margin-top: 40px
}

.policies-content-section p {
    margin-bottom: 35px;
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: 300
}

.policies-content-section ul {
    list-style: none
}

.policies-content-section ul li {
    position: relative;
    padding: 8px 0 8px 30px
}

.policies-content-section ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../image/right-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 10px
}

.al-list {
    padding: 7px 0 20px 24px
}

.al-list li {
    padding: 4px 0;
    font-size: 1.2em !important;
    line-height: 1.8em;
    list-style-type: disc
}

.large-heading a {
    position: relative;
    padding: 0 7px
}

.large-heading a:before {
    content: "";
    position: absolute;
    bottom: 3px;
    border: solid 2px #000;
    width: 100%;
    left: 0
}

.large-heading a:hover {
    color: #f62d2d
}

.large-heading a:hover:before {
    border: solid 2px #f62d2d
}

.blog-page-block {
    padding: 60px 0 60px
}

.explore-category-cat {
    margin-top: 60px
}

.explore-category-cat .red-btn {
    padding: 11px 30px 10px
}

.plain-banner {
    background: #000;
    padding: 100px 0
}

.blog-detail-page {
    padding: 100px 0
}

.blog-page-block .col-md-4 {
    padding: 15px
}

.work-thumb-pos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out 0s
}

.blog-block .work-thumb .work-thumb-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    width: 100%
}

.blog-block .work-thumb .read-more-link {
    color: #fff;
    margin-top: 0
}

.blog-block .work-thumb:hover .work-thumb-pos {
    opacity: 1;
    visibility: visible
}

.blog-block .work-thumb:hover .work-thumb-pos .read-more-link img {
    margin-left: 20px
}

.case-studie-form select.form-control:focus {
    outline: 0;
    box-shadow: none
}

.case-studie-form select.form-control option:disabled {
    color: #bfbfbf
}

.case-studie-form select.form-control {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    padding-left: 0
}

.case-studie-wrap {
    padding: 60px 0;
    background: #f6f6f6;
    margin-bottom: 100px
}

.case-studie-wrap .cm-flex-right {
    background: 0 0;
    padding-left: 0
}

.case-studie-wrap .cm-flex-right .d-flex {
    margin-bottom: 40px
}

.case-studie-wrap .form-group {
    margin-bottom: 35px
}

.custom-checkbox .styled-checkbox {
    position: absolute;
    opacity: 0
}

.custom-checkbox .styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-weight: 400
}

.custom-checkbox .styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    border: solid 1px #ccc;
    border-radius: 3px
}

.custom-checkbox .styled-checkbox:checked+label:before {
    background: #f62d2d
}

.custom-checkbox .styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    background: #fff;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff;
    transform: rotate(45deg)
}

label .red {
    color: red
}

.cro-sub-heading {
    max-width: 54%;
    margin-left: auto;
    margin-right: auto
}

.insight-menu-img img {
    border-radius: 10px
}

.font-1em {
    font-size: 1em !important
}

.pd-0 {
    padding: 0 !important
}

.whitepaper-wrap {
    padding-bottom: 60px
}

.case-detail-block {
    padding: 100px 0
}

.case-detail-block ul {
    padding: 0 0 0 20px;
    margin: 0
}

.case-detail-block ul li {
    padding: 8px 0;
    list-style-type: disc
}

.case-logo {
    margin-bottom: 40px
}

.case-logo img {
    max-height: 90px
}

.gray-bg {
    background: #f6f6f6
}

.cs-can-help {
    padding: 80px 0
}

.tech-stack-logos {
    margin-top: 20px
}

.tech-stack-logos span {
    display: inline-block;
    text-align: center;
    margin-right: 25px;
    max-width: 110px;
    margin-bottom: 15px
}

.tech-stack-logos img {
    max-width: 90%;
    max-height: 90px
}

.cdb-right img {
    max-width: 100%;
    max-height: 450px
}

.small-form-modal .modal-dialog {
    max-width: 650px
}

.small-form-modal .modal-body {
    padding: 30px 50px 50px
}

.small-form-modal .cancel-icon img {
    max-width: 40px;
    max-height: 40px
}

.small-form-modal .large-heading {
    font-size: 2em
}

.small-form-modal .cancel-icon img {
    max-width: 34px;
    max-height: 34px
}

.black-header .al-title {
    color: #fff
}

.idp-warp {
    padding: 60px 0 60px
}

.idp-block img {
    width: 100%
}

.pl-60 {
    padding-left: 60px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.framework-wrap {
    padding: 180px 0 100px
}

.our-work-wrap .mnh-250 {
    min-height: 245px
}

.small-form-modal .form-group {
    margin-bottom: 1.5rem
}

.choose-file-btn {
    background-color: #f62d2d;
    color: #fff;
    padding: .5rem 1.5rem;
    font-family: sans-serif;
    border-radius: .3rem;
    cursor: pointer;
    margin-top: 1rem
}

#file-chosen {
    margin-left: .3rem;
    font-family: sans-serif
}

.cf-info-text {
    font-size: 13px;
    color: #5d5d5d
}

.send-cv-modal.small-form-modal .modal-dialog {
    max-width: 900px
}

.send-cv-modal .row {
    margin-left: -25px;
    margin-right: -25px
}

.send-cv-modal .col-md-6 {
    padding-left: 25px;
    padding-right: 25px
}

.our-blog-list .work-thumb {
    max-height: 203px;
    overflow: hidden
}

.thanks-content span {
    color: #303030;
    font-size: 36px;
    line-height: 42px;
    display: block;
    margin-top: 40px
}

.thanks-porfolio-section {
    display: none !important;
    max-width: 100%;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 0
}

.thanks-porfolio-section h3 {
    font-size: 40px;
    color: #303030
}

.thanks-porfolio-section ul {
    float: none;
    display: inline-block;
    margin: 5px 0 0;
    padding: 0
}

.thanks-porfolio-section ul li {
    float: left;
    list-style: none;
    margin: 0 20px
}

.thanks-porfolio-section ul li a {
    display: block
}

.thanks-porfolio-section ul li a img {
    padding-top: 5px;
    transition: padding ease-out .15s;
    -webkit-transition: padding ease-out .15s;
    max-width: 60px
}

.thanks-content {
    text-align: center
}

.thankyou-smiley {
    width: 100%;
    float: left
}

.thankyou-smiley img {
    margin: 0 auto;
    display: block
}

.transform-normal {
    text-transform: inherit !important
}

.thk-heading2 {
    font-size: 24px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 40px
}

.thk-heading3 {
    font-size: 22px;
    color: #303030
}

.thk-info {
    font-size: 20px;
    color: #6e6e6e;
    margin-top: 10px;
    line-height: 28px
}

.modal-loader {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    display: none
}

.modal-loader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5em;
    margin-top: -5em
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader {
    margin: 0 auto;
    font-size: 5px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rb-img {
    margin: 30px 0
}

.dpi-block .our-blog-list .work-thumb {
    max-height: inherit
}

.dpi-block .our-blog-list .work-thumb>img {
    min-height: inherit
}

.ts-icon-img.pic-ts-icon1 {
    background: url(../image/innovation-strategy.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.pic-ts-icon1,
.custom-tabs .nav-tabs a.active .ts-icon-img.pic-ts-icon1,
h2.resp-tab-active .ts-icon-img.pic-ts-icon1 {
    background: url(../image/innovation-strategy-hover.png) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.pic-ts-icon2 {
    background: url(../image/innovation-sprint.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.pic-ts-icon2,
.custom-tabs .nav-tabs a.active .ts-icon-img.pic-ts-icon2,
h2.resp-tab-active .ts-icon-img.pic-ts-icon2 {
    background: url(../image/innovation-sprint-hover.png) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.pic-ts-icon3 {
    background: url(../image/build-and-scale-up.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.pic-ts-icon3,
.custom-tabs .nav-tabs a.active .ts-icon-img.pic-ts-icon3,
h2.resp-tab-active .ts-icon-img.pic-ts-icon3 {
    background: url(../image/build-and-scale-up-hover.png) no-repeat center center;
    background-size: 90%
}

.ts-icon-img.pic-ts-icon4 {
    background: url(../image/innovation-enablement.png) no-repeat center center;
    background-size: 90%
}

.custom-tabs .nav-tabs .resp-tab-active .ts-icon-img.pic-ts-icon4,
.custom-tabs .nav-tabs a.active .ts-icon-img.pic-ts-icon4,
h2.resp-tab-active .ts-icon-img.pic-ts-icon4 {
    background: url(../image/innovation-enablement-hover.png) no-repeat center center;
    background-size: 90%
}

.error-block .red-btn {
    color: #fff !important
}

.error-block .red-btn:hover {
    color: #f62d2d !important
}

.error-block .heading {
    letter-spacing: 0;
    color: #1a4197;
    font-weight: 600;
    font-size: 10em;
    line-height: .95em;
    text-align: center
}

.error-block .not-found-text {
    font-weight: 600;
    font-size: 5em;
    text-align: center;
    color: #1a4197;
    margin-bottom: 20px
}

.error-block h2 {
    color: #000;
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: center
}

.error-img img {
    max-width: 80%
}

.error-page {
    padding: 150px 0
}

.call-menu-for-mobile {
    display: none;
    background: #1f2226;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.call-menu-for-mobile ul {
    display: flex;
    align-items: center;
    list-style: none
}

.call-menu-for-mobile ul li:nth-child(1),
.call-menu-for-mobile ul li:nth-child(3) {
    display: none !important;
}

.call-menu-for-mobile ul li {
    width: 100%;
    position: relative
}

.call-menu-for-mobile ul li a {
    font-size: 11px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px;
    text-transform: uppercase
}

.call-menu-for-mobile ul li a img {
    width: 22px;
    margin: 0 0 10px 0
}

.call-menu-for-mobile li .call-sub-menu {
    position: absolute;
    background: #333;
    bottom: 115%;
    z-index: 9999 !important;
    display: block;
    width: 150px;
    right: 42%;
    display: none
}

.call-menu-for-mobile li:hover .call-sub-menu {
    display: block
}

.call-menu-for-mobile li .call-sub-menu:after {
    content: "";
    position: absolute;
    bottom: -10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #333;
    right: 0
}

.call-menu-for-mobile li .call-sub-menu li {
    width: 100%;
    border-bottom: solid 1px #4a4a4a
}

.call-menu-for-mobile li .call-sub-menu li:last-child {
    border-bottom: none
}

.call-menu-for-mobile li .call-sub-menu li a {
    padding: 12px 20px 10px;
    text-align: left
}

.read-white-paper-link {
    text-align: center;
    font-size: 1.1em;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-weight: 500;
    padding: 10px 15px
}

.read-white-paper-link:hover {
    color: #fff
}

.read-white-paper-link .fas {
    margin-left: 5px;
    vertical-align: middle;
    font-size: .9em
}

.case-studie-block .work-content .sub-heading {
    min-height: 124px
}

.fs-ecommerce-wrap {
    padding-bottom: 0
}

.fs-ecommerce-wrap .fs-icon {
    min-height: 60px;
    line-height: 60px
}

.fs-ecommerce-wrap .fs-icon img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

.fs-ecommerce-wrap .fs-transparent-box:hover .fs-icon img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.fs-ecommerce-wrap .fs-transparent-box .fs-btn-block {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out 0s
}

.fs-ecommerce-wrap .fs-transparent-box:hover .fs-btn-block {
    visibility: visible;
    opacity: 1
}

.resp-tab-content .services-option {
    color: #7a7a7a
}

.fullscreen-bg {
    overflow: hidden;
    z-index: -100
}

.fullscreen-bg__video {
    width: 100%;
    height: 100%
}

.ecommerce-apporoach-wrap .our-approach-left img {
    max-height: 450px;
    margin: 0 auto;
    max-width: 100%
}

.no-wrap {
    white-space: nowrap
}

.pl-25 {
    padding-left: 25px !important
}

.ecommerce-banner-wrap .ios-banner-img {
    float: none
}

.tbe-box {
    background: #fff;
    border: 2px solid #929292;
    border-radius: 10px;
    display: inline-flex;
    padding: 10px 20px 10px 10px;
    color: #000;
    align-items: center;
    width: 100%;
    transition: all .5s ease-in-out 0s
}

.tbe-box:hover {
    border-color: #f62d2d;
    color: #f62d2d
}

.tbe-icon {
    background: url(../image/md-icons1.png) no-repeat center center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.tbe-icon1 {
    background-position: -8px -16px
}

.tbe-box:hover .tbe-icon1 {
    background-position: -8px -64px
}

.tbe-icon2 {
    background-position: -54px -16px
}

.tbe-box:hover .tbe-icon2 {
    background-position: -54px -64px
}

.tbe-icon3 {
    background-position: -104px -16px
}

.tbe-box:hover .tbe-icon3 {
    background-position: -104px -64px
}

.tbe-icon4 {
    background-position: -152px -16px
}

.tbe-box:hover .tbe-icon4 {
    background-position: -152px -64px
}

.tbe-icon5 {
    background-position: -200px -16px
}

.tbe-box:hover .tbe-icon5 {
    background-position: -200px -64px
}

.tbe-icon6 {
    background-position: -248px -16px
}

.tbe-box:hover .tbe-icon6 {
    background-position: -248px -64px
}

.tbe-icon7 {
    background-position: -297px -16px
}

.tbe-box:hover .tbe-icon7 {
    background-position: -297px -64px
}

.tbe-icon8 {
    background-position: -346px -16px
}

.tbe-box:hover .tbe-icon8 {
    background-position: -346px -64px
}

.tbe-icon9 {
    background-position: -392px -16px
}

.tbe-box:hover .tbe-icon9 {
    background-position: -392px -64px
}

.tbe-icon10 {
    background-position: -441px -16px
}

.tbe-box:hover .tbe-icon10 {
    background-position: -441px -64px
}

.tbe-icon11 {
    background-position: -494px -16px
}

.tbe-box:hover .tbe-icon11 {
    background-position: -494px -64px
}

.tbe-icon12 {
    background-position: -540px -16px
}

.tbe-box:hover .tbe-icon12 {
    background-position: -540px -64px
}

.ec-team-build-wrap {
    padding: 80px 0
}

.al-icon img {
    max-width: 44px;
    max-height: 44px
}

.al-icon {
    min-width: 44px
}

.mnh-320 {
    min-height: 320px
}

.m-innovation-banner {
    display: none
}