body.time-current {
    position: relative;
}

body.time-current::before {
    content: "";
    position: absolute;
    z-index: 11;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .5s linear;
    background-color: rgba(0, 0, 0, .8);
}

.slide_background {
    position: relative;
}

.slide-data {
    position: relative;
    z-index: 2;
}

.slide_background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s linear;
    background-color: rgba(20, 20, 20, 0.8);
}

button.plus_icon:hover .cover {
    display: block;
}

.contents {
    text-align: left;
}

.model-time {
    display: none;
    max-width: 550px;
    width: 95%;
    max-height: 83%;
    overflow: auto;
    background-color: #fff;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: transform 0.3s ease-out;
    transform: translate(-50%, -500%);
}

.model-time-current {
    display: block !important;
    transform: translate(-50%, -55%);
    top: 55% !important;
    margin-top: 40px;
    max-width: 625px;
}

.close-model {
    cursor: pointer;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.close-model svg {
    width: 26px;
    height: 26px;
}

.model-right {
    width: 100% !important;
    padding: 25px 15px;
    background-color: var(--white);
}

.model-request {
    background-color: var(--white);
}

.rectangle-peach {
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: 0.7px;
    font-size: 25px;
    font-weight: 400;
    color: #dc1320;
}

.model-time-current h3 {
    font-size: 22px;
    margin-bottom: 24px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.1;
}

.model-form li {
    margin-bottom: 10px;
}

.model-form li input,
.model-form li textarea,
.model-form li select {
    width: 100%;
    color: #141414;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #141414;
    font-family: var(--main-font);
    background-color: var(--grey);
}

.model-form .contact-btn {
    font-size: 18px;
    font-weight: bold;
    padding: 18px 64px;
    color: #14151b;
    border: 0px;
    border-radius: 1px;
    cursor: pointer;
    z-index: 1;
    position: relative;
    width: 100%;
    background-color: #02789e;
    color: #fff;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.model-time-current .contact-btn {
    width: auto;
    margin-bottom: 30px;
}

.timeout-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    border-top: 1px solid #dddddd;
    padding-top: 10px;
}

.glass-filter {
    display: none
}


/* .wrapper {
    opacity: 0.4;
}
#wrapper {
    background: url(../images/background_image_fix.jpg) no-repeat top center;
    width: 100%;
    height: 100%;
} */

p {
    margin: 0;
}

.web-app-banner {
    margin-top: 72px;
    background: linear-gradient(180deg, rgba(221, 221, 233, 1) 0%, rgba(25, 24, 38, 1) 0%, rgba(34, 31, 50, 1) 100%);
}

.text-highlight {
    color: #fca146;
}

.banner-content {
    padding: 40px 0
}

.banner-content .form-block {
    margin: 0
}

.banner_content {
    color: #dddbdb;
    line-height: 1.4;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 800
}

.banner_logo_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: self-end;
    justify-content: space-between;
    padding-top: 14px;
}

.banner_logo {
    width: 38%;
    margin: 0 auto 20px
}

.banner_text {
    color: #fff;
    letter-spacing: 0.3px;
    margin-bottom: 28px;
}

.banner_logos {
    margin-bottom: 10px;
}

.banner_logos img {
    width: 100%;
    display: block
}

.logo-content strong {
    font-size: 36px;
    color: #fff;
    margin: 0 0 10px;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500
}

.logo-content p {
    font-size: 13px;
    color: #fff;
    margin-top: 0;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500
}

.star-point {
    display: none
}

.connect-tag {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    color: #e41a27;
    font-size: 18px;
    letter-spacing: -0.2px;
    display: inline-block;
    margin-bottom: 20px
}

.form-title {
    color: #fff;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.25;
    display: block;
    margin-bottom: 20px
}

.input-teal {
    margin-bottom: 12px
}

.banner-content .input-teal label {
    color: #f5f5f5;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.connect-form input,
.connect-form textarea {
    width: 100%;
    background-color: transparent;
    padding: 12px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px
}

.connect-form textarea {
    min-height: 120px
}

.connect-form input::placeholder,
.connect-form textarea::placeholder {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 400;
    color: #8d8eaa;
    font-size: 16px
}

.error-msgs {
    color: #dc1320;
    font-size: 13px;
    margin-top: 3px;
    display: none
}

.btn-success {
    background-color: rgba(27, 26, 85, .2);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 28px;
    border-radius: 38px;
    margin-top: 5px;
    transition: all .3s linear
}

h1 {
    color: #fff;
    font-size: 28px;
    line-height: 1.13;
    margin-bottom: 28px;
    letter-spacing: .3px;
    font-family: HelveticaNowDisplay, sans-serif;
    position: relative;
    font-weight: 700;
}

.banner_content {
    position: relative;
    padding-top: 18px;
}

.banner_content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 89px;
    height: 4px;
    background-color: #5196ff
}

.highlight_text {
    color: #fca146
}

textarea {
    resize: none
}

.btn_wrap {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    min-width: 199.44px;
    line-height: 20px;
    letter-spacing: -.01em;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    transition: .5s;
    padding: 13.2px 18px;
    border-radius: 38px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff
}

.submit-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    padding: 13px 11px;
    display: flex;
    margin-top: -4px;
}

.submit-btn:hover::after {
    background-position: 10px -38px
}

.submit-btn::after {
    content: "";
    background: url(../images/arrow-bg-main.png) -24px -38px no-repeat;
    background-position-x: -24px;
    background-position-y: -38px;
    display: inline-block;
    transition: .15s linear;
    width: 35px;
    height: 11px
}

.submit-btn:hover {
    background-color: #fff;
    color: #301e50
}

.enterprises-wrap {
    text-align: center;
    padding: 40px 0;
}

.enterprises-tag {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    color: #5f6188;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 28px
}

.enterprises-image img {
    width: 100%;
    display: block
}

.skilled-wrap {
    /* margin-bottom: 50px; */
    background-color: #f2f2f6;
    padding: 40px 0;
}

.skilled-wrap h2 {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 800;
    color: #1b1e55;
    line-height: 36px;
    margin-bottom: 20px
}

.skilled_content {
    margin-bottom: 22px;
}

.counting-tag {
    color: #e41a27
}

.skilled-imag img {
    display: block
}

.skilled-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.skilled-content {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 15px;
    margin-bottom: 16px;
    border-image: linear-gradient(to right, #211e54 0, #7e1c3e 58%, #e21a27 100%);
    border-width: 3px;
    border-image-slice: 1;
    border-style: solid;
    min-height: 90px;
    flex-direction: column;
}

.skilled-imag {
    display: flex;
    align-items: center;
}

.skilled-content p {
    margin: 0;
    font-size: 16px;
}

.skilled-tag {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 700;
    color: #1b1e55;
    font-size: 18px;
    line-height: 1.07;
    padding-left: 10px;
}


/* choose_us */

.choose_us {
    padding: 45px 0 30px;
}

.choose-us-content {
    margin-bottom: 40px;
    text-align: center;
}

.choose-us-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
    color: #1b1e55;
}

.choose-us-content p {
    font-size: 16px;
    max-width: 767px;
    margin: 0 auto;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
}

.choose_us_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.choose_us-box {
    width: 100%;
    background-color: #f2f2f6;
    margin-bottom: 25px;
    transition: 0.5s all;
}

.choose_us-box h3 {
    font-size: 22px;
    font-weight: 500;
    border-bottom: 1px solid;
    padding: 10px;
    background-color: #2b3087;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 0;
}

.choose_us-box p {
    padding: 22px 15px;
    font-size: 16px;
}


/* choose_us close*/

.supercharge-block {
    border-image: linear-gradient(to right, #211e54 0, #7e1c3e 58%, #e21a27 100%);
    border-width: 3px;
    border-image-slice: 1;
    border-style: solid;
    padding: 20px 10px;
    text-align: center
}

.ready-block {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    color: #1b1e55;
    font-size: 20px;
    display: inline-block;
    margin-bottom: 20px
}

.supercharge-block p {
    margin-top: 0;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 19px;
}

.supercharge-wrap {
    margin-bottom: 70px
}

.industries-left-block {
    padding: 20px 10px;
    margin-bottom: 30px;
    background: #1b1e55;
}

.industries-right-wrap-block {
    position: relative;
    z-index: 1;
    padding: 0px 35px;
}

.industries-left-block h2 {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px
}

.industries-left-block p {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
}

.industries-content {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.industries-image-detail {
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

.industries-number {
    color: #767899;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 400;
    font-size: 20px
}

.industries-category {
    padding-left: 13px;
}

.industries-category li {
    list-style-type: disc;
    font-size: 14px;
    line-height: 1.04;
    margin-bottom: 14px;
    color: #1b1e55;
}

.close {
    font-size: 38px;
    color: #000;
    position: absolute;
    right: 7px;
    top: -2px;
    cursor: pointer;
}

.industries-category li :last-child {
    margin-bottom: 0;
}

.plus_icon {
    font-size: 34px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
    margin-top: 20px;
}

.cover {
    display: none;
}

.cover {
    position: absolute;
    background: #FFF;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 260px;
    height: 215px;
    z-index: 1;
    padding: 20px;
}

.industries-unique {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 800;
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.industry-title {
    margin: 0;
    margin-bottom: 11px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #1b1e55;
}

.industries-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #323466;
    padding-bottom: 25px;
    position: relative;
}

.excellence-tag {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 900;
    color: #1b1e55;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px
}

.industries-right-block p {
    margin-top: 0;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    margin-bottom: 40px;
    color: #1b1e55;
    font-size: 16px
}

.industries-right-image {
    margin-bottom: 30px;
    background-color: #fff;
}

.awards-tag {
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 500;
    color: #323466;
    font-size: 14px
}

.industries-right-block {
    text-align: center;
    margin-bottom: 40px;
    background-color: #fff;
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url(../fonts/HelveticaNowDisplay-Bold.woff2) format('woff2'), url(../fonts/HelveticaNowDisplay-Bold) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url(../fonts/HelveticaNowDisplay-ExtraBold.woff2) format('woff2'), url(../fonts/HelveticaNowDisplay-ExtraBold) format('woff');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: url(../fonts/HelveticaNowDisplay-Medium.woff2) format('woff2'), url(../fonts/HelveticaNowDisplay-Medium) format('woff');
    font-weight: 500;
    font-style: normal
}

.slide-btn {
    margin-bottom: 30px;
    font-family: 'Helvetica Now Display';
    font-weight: 800;
    color: #1b1e55;
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

.slider-content h2 {
    color: #fff;
    font-size: 20px;
    font-family: 'Helvetica Now Display';
    font-weight: 600;
    margin-bottom: 25px
}

.technologies {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.technologies li {
    margin-right: 10px;
    margin-bottom: 15px
}

.technologies a {
    color: #fff;
    font-family: 'Helvetica Now Display';
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 56px;
    transition: all .5s;
    padding: 8px 20px;
    font-size: 14px
}

.technologies a:hover {
    color: #1b1e55;
    background-color: #fff
}

.apple-img {
    border-radius: 10px
}

.apple-img img {
    display: block;
    width: 120px;
    margin-right: 12px;
}

.case-study.btn {
    background: #fff;
    color: #06f
}

.slide-btn:hover {
    border-color: #fff
}

.case-study.btn:hover {
    border-color: #fff;
    background-color: transparent;
    color: #fff
}

.case-study.btn:after {
    display: none
}

.slide {
    padding: 70px 0 50px
}

.slide-data .right-block {
    width: 150px;
    height: 40px;
    position: absolute;
    bottom: 35px;
    z-index: 1
}

.slide-data .slick-arrow {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 52px;
    height: 38px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: 0;
    background-repeat: no-repeat;
    background-size: 100%
}

.worldwide-professional {
    background-color: #f2f2f6;
    margin-bottom: 40px;
    padding-bottom: 45px;
}

.slide-wrapper .slick-dots {
    position: absolute;
    left: 15px;
    z-index: 1;
    bottom: 10px;
}

.slide-wrapper .slick-dots li button {
    transition: background-color 0.2s ease-in-out;
    border: none;
    padding: 0;
    color: transparent;
    width: 10px;
    height: 10px;
    background-color: #d7d7d9;
    border-radius: 50%;
}

.slide-wrapper .slick-dots .slick-active button {
    background-color: #4799fd;
}

.slide-wrapper .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.testimonial-blog {
    border: 1px solid #d1d2dd;
    background-color: #fff;
    position: relative;
    padding: 45px 38px 35px;
    margin-bottom: 30px
}

.testimonial-blog:last-child {
    margin-bottom: 0
}

.testimonial-blog::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 11px;
    width: 26px;
    height: 27px;
    background: url(../images/quotes.svg) no-repeat;
    background-size: 26px
}

.author-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-right: 15px
}

.author-img img {
    border-radius: 50%
}

.testimonial-img {
    display: flex;
    align-items: center
}

.professional-left {
    padding: 50px 0 40px
}

.rating-star {
    display: inline-block;
    margin-bottom: 20px
}

.professional-left h3 {
    font-family: 'Helvetica Now Display';
    font-weight: 800;
    position: relative;
    margin-bottom: 35px;
    line-height: 1.2
}

.social-images img {
    width: 100%
}

.professional-left h3::after {
    content: '';
    left: 5px;
    width: 89px;
    bottom: -26px;
    position: absolute;
    height: 4px;
    border-radius: 5px;
    background-color: #5196ff
}

.professional-left p {
    font-family: 'Helvetica Now Display';
    font-weight: 700;
    color: #1b1e55;
    margin-bottom: 30px;
}

.testimonial-blog p {
    margin-bottom: 40px;
    margin-top: 0;
    font-family: 'Helvetica Now Display';
    font-weight: 500
}

.designation {
    display: block;
    font-family: 'Helvetica Now Display';
    font-size: 14px;
    margin-bottom: 10px
}

.testimonial-name {
    display: inline-block;
    font-family: 'Helvetica Now Display';
    font-weight: 700;
    font-style: italic;
    font-size: 20px
}

.cta-wrapper {
    padding: 30px 0
}

.cta-wrap {
    padding: 30px;
    border-image: linear-gradient(to right, #211e54 0, #7e1c3e 58%, #e21a27 100%);
    border-width: 3px;
    border-image-slice: 1;
    border-style: solid
}

.cta-wrap h3 {
    color: #1b1e55;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: .3px;
    margin-bottom: 18px;
    font-family: 'Helvetica Now Display';
    font-weight: 500
}

.cta-wrap p {
    color: #1b1e55;
    font-family: 'Helvetica Now Display';
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px
}

.cta-button {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 25px;
    border: 2px solid #fff;
    border-radius: 40px;
    cursor: pointer;
    transition: .8s;
    font-family: 'Helvetica Now Display';
    font-weight: 700;
    background: linear-gradient(to right, #211e54 0, #7e1c3e 58%, #e21a27 100%)
}

.frequently-section h2 {
    color: #1b1e55
}

.frequently-section h3 {
    color: #1b1e55;
    font-family: 'Helvetica Now Display';
    font-weight: 700;
    cursor: pointer;
    position: relative;
    font-size: 20px;
    padding: 0 28px 8px 0;
    line-height: 24px;
    border-radius: .15em
}

.accordion-content p {
    font-family: 'Helvetica Now Display';
    margin-top: 0;
    color: #323466
}

.accordion {
    margin-bottom: 24px;
    position: relative
}

.acc-question:after {
    content: "";
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 5px;
    border: solid #1f212c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform-origin: center center;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    transform: rotate(45deg);
    pointer-events: none
}

.acc-question.active:after {
    top: 9px;
    transform: rotate(225deg)
}

.bottom-line {
    background-color: #D1D2DD;
    height: 2px;
    border: none
}

.accordion-content {
    display: none;
    font-size: 18px;
    padding-bottom: 10px
}

.comma-text {
    color: #dd1220
}
.mail-icon {
    display: flex;
    align-items: center;
}
.menu_1 li.mail-icon {
    border: 0;
}
.mail-icon a span {
    display: none;
}
.mail-icon svg{
    width: 20px;
    height: 20px;
}
.main-menu{
    display: flex;
}
.main-menu li.mail-icon a{
    padding-top: 0;
    padding-bottom: 0;
    text-transform: none;
    display: flex;
    gap: 9px;
    align-items: center;
}