﻿.heardercolor {
    color: #fff;
}
.Is-required:after {
    content: '*';
    color: red;
    padding-left: 2px;
}
h3.blockquote:before, h3.blockquote:after {
    content: '"';
    color: #c6ac2e;
}
.transition-3ms {
    transition: all 0.3s ease-in-out;
}

.anim-hover-scale-1-2:hover {
    transform: scale(1.2);
}

.communication {
    position: relative;
    /* Make the width of box same as image */
}

.communication .text {
    position: absolute;
    z-index: 999;
    /* margin: 0 auto; */
    left: 70%;
    right: 0;
    top: 50%;
    /* text-align: center; */
    width: 120%;
    transform: translate(-50%, -50%);
}

.Digitaltransformation {
    position: relative;
    /*display: inline-block;*/
}

    .Digitaltransformation .textitsolution {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0%; /*Adjust this value to move the positioned div up and down */

        width: 100%; /*Set the width of the positioned div */
    }
.ITConsultant {
    position: relative;
}

.ITConsultant .text {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 09%;
    right: 0;
    top: 37%;
    width: 100%; /* Set the width of the positioned div */
}

.ITConsultant1 {
    position: relative;
    /*display: inline-block;*/ /* Make the width of box same as image */
}

    .ITConsultant1 .text1 {
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        /* left: 09%; */
        right: 0;
        top: 1%;
        width: 100%;
    }
.thumb-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
}

.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

    .thumb-info .thumb-info-wrapper.thumb-info-wrapper-demos {
        max-height: 330px;
    }

    .thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
        content: "";
        background: rgba(33, 37, 41, .8);
        transition: all .3s;
        border-radius: 4px;
        bottom: -4px;
        color: #fff;
        left: -4px;
        position: absolute;
        right: -4px;
        top: -4px;
        display: block;
        opacity: 0;
        z-index: 1;
    }

    .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: auto;
        top: auto;
    }

        .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
            opacity: 1;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border-radius: 0;
        }

    .thumb-info .thumb-info-wrapper.thumb-info-wrapper-link {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .thumb-info .thumb-info-wrapper.thumb-info-wrapper-link > a {
            display: block;
            padding-top: 72%;
            text-indent: -9999px;
        }

.thumb-info.thumb-info-wrapper-direction-aware .thumb-info-wrapper:after {
    display: none !important;
}

.thumb-info .thumb-info-wrapper-opacity-0:after {
    opacity: 0;
}

.thumb-info .thumb-info-wrapper-opacity-1:after {
    opacity: .1;
}

.thumb-info .thumb-info-wrapper-opacity-2:after {
    opacity: .2;
}

.thumb-info .thumb-info-wrapper-opacity-3:after {
    opacity: .3;
}

.thumb-info .thumb-info-wrapper-opacity-4:after {
    opacity: .4;
}

.thumb-info .thumb-info-wrapper-opacity-5:after {
    opacity: .5;
}

.thumb-info .thumb-info-wrapper-opacity-6:after {
    opacity: .6;
}

.thumb-info .thumb-info-wrapper-opacity-7:after {
    opacity: .7;
}

.thumb-info .thumb-info-wrapper-opacity-8:after {
    opacity: .8;
}

.thumb-info .thumb-info-wrapper-opacity-9:after {
    opacity: .9;
}

.thumb-info .thumb-info-action-icon {
    transition: all .3s;
    background: #ccc;
    border-radius: 0 0 0 4px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    z-index: 2;
}

    .thumb-info .thumb-info-action-icon i {
        font-size: 14px;
        right: 50%;
        position: absolute;
        top: 50%;
        color: #fff;
        transform: translate(50%, -50%);
        margin: -2px -1px 0 0;
    }

.thumb-info .thumb-info-inner {
    transition: all .3s;
    display: block;
}

    .thumb-info .thumb-info-inner em {
        display: block;
        font-size: .8em;
        font-style: normal;
        font-weight: 400;
    }

.thumb-info .thumb-info-title {
    transition: all .3s;
    background: rgba(33, 37, 41, .8);
    color: #fff;
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 90%;
    font-size: 17px;
    padding: 13px 21px 2px;
    bottom: 13%
}

    .thumb-info .thumb-info-title.thumb-info-title-vert-align {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .thumb-info .thumb-info-title.thumb-info-title-top {
        bottom: auto;
        top: 13%
    }

.thumb-info .thumb-info-type {
    background-color: #ccc;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: .6em;
    font-weight: 600;
    letter-spacing: 0;
    margin: 8px -2px -15px 0;
    padding: 2px 12px;
    text-transform: uppercase;
    z-index: 2;
    line-height: 2.3;
}

.thumb-info .owl-carousel {
    z-index: auto;
}

    .thumb-info .owl-carousel .owl-dots {
        z-index: 2;
    }

.thumb-info img {
    transition: all .3s ease;
    border-radius: 3px;
    position: relative;
    width: 100%
}

.thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}

.thumb-info:hover .thumb-info-action-icon {
    right: 0;
    top: 0;
}

.thumb-info:hover .thumb-info-title {
    background: rgba(33, 37, 41, .9);
}

.thumb-info:hover img {
    transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img {
    transition: none;
}

.thumb-info.thumb-info-no-zoom:hover img {
    transform: scale(1, 1);
}

.thumb-info.thumb-info-lighten .thumb-info-wrapper:after {
    background: rgba(23, 23, 23, .25);
}

.thumb-info.thumb-info-hide-wrapper-bg .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 45px;
    text-align: center;
    opacity: 0;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(0, -70%, 0);
    z-index: 2;
}

    .thumb-info.thumb-info-centered-icons .thumb-info-action a {
        text-decoration: none;
    }

.thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 5px;
    transition: all .1s ease;
    z-index: 2;
}

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
        margin: 0;
    }

    .thumb-info.thumb-info-centered-icons .thumb-info-action-icon:hover {
        transform: scale(1.15, 1.15);
    }

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
    opacity: 1;
    transform: translate3d(0, -50%, 0);
}

.thumb-info:hover.thumb-info-centered-icons .thumb-info-action-icon {
    position: relative;
}

.thumb-info.thumb-info-centered-info .thumb-info-title {
    background: 0 0;
    left: 5%;
    width: 90%;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate(0%, -50%);
    top: 50%;
    bottom: auto;
    opacity: 0;
    text-align: center;
    padding: 0;
    position: absolute;
}

.thumb-info.thumb-info-centered-info .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-centered-info:hover .thumb-info-title {
    opacity: 1;
    transform: translate(0%, -50%);
}

.thumb-info.thumb-info-bottom-info .thumb-info-title {
    background: #fff;
    left: 0;
    width: 100%;
    max-width: 100%;
    transition: transform .2s ease-out, opacity .2s ease-out;
    transform: translate3d(0, 100%, 0);
    top: auto;
    bottom: 0;
    opacity: 0;
    padding: 15px;
    text-shadow: none;
    color: #777;
}

.thumb-info.thumb-info-bottom-info .thumb-info-type {
    float: none;
    background: 0 0;
    padding: 0;
    margin: 0;
}

.thumb-info.thumb-info-bottom-info:hover .thumb-info-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info.thumb-info-bottom-info:hover img {
    transform: scale(1.1);
}

.thumb-info.thumb-info-show-button-hover .btn {
    opacity: 0;
}

.thumb-info.thumb-info-show-button-hover .btn, .thumb-info.thumb-info-show-button-hover .thumb-info-type {
    transition: opacity .3s ease-out;
}

.thumb-info.thumb-info-show-button-hover .thumb-info-title {
    transform: translate3d(0, 35px, 0);
    transition: transform .3s ease-out;
    bottom: 0;
}

.thumb-info.thumb-info-show-button-hover:hover .btn {
    opacity: 1;
}

.thumb-info.thumb-info-show-button-hover:hover .thumb-info-type {
    opacity: 0;
}

.thumb-info.thumb-info-show-button-hover:hover .thumb-info-title {
    transform: translate3d(0, -20px, 0);
}

.thumb-info.thumb-info-bottom-info-linear .thumb-info-title {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(255, 255, 255, 0);
}

.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
    background: #212529;
    color: #fff;
}

.thumb-info.thumb-info-bottom-info-dark-linear .thumb-info-title {
    background: linear-gradient(to top, rgba(33, 37, 41, 0.8) 0, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thumb-info.thumb-info-bottom-info-show-more img {
    transform: none !important;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-show-more-content {
    transition: ease max-height 800ms;
    overflow: hidden;
    max-height: 0;
    display: block;
}

.thumb-info.thumb-info-bottom-info-show-more:hover .thumb-info-show-more-content {
    max-height: 300px;
}

.thumb-info.thumb-info-push-hor img {
    transform: translatex(-18px);
    width: calc(100% + 19px);
    max-width: none;
}

.thumb-info.thumb-info-push-hor:hover img {
    transform: translatex(0);
}

.thumb-info.thumb-info-block .thumb-info-action-icon {
    top: 15px;
    right: 15px;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.thumb-info.thumb-info-block .thumb-info-wrapper:before {
    content: "";
    background: rgba(255, 255, 255, .9);
    transition: all .3s;
    border-radius: 0;
    bottom: 16px;
    bottom: 1rem;
    color: #fff;
    left: 16px;
    left: 1rem;
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 16px;
    top: 1rem;
    display: block;
    opacity: 0;
    z-index: 2;
}

.thumb-info.thumb-info-block:hover .thumb-info-wrapper:before {
    opacity: 1;
}

.thumb-info.thumb-info-block:hover .thumb-info-action-icon {
    opacity: 1;
}

.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
    background: rgba(33, 37, 41, .9);
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-wrapper:after {
    opacity: .65;
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-title {
    opacity: 1;
    top: 50%
}

.thumb-info.thumb-info-hide-info-hover .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-wrapper:after {
    opacity: .1;
}

.thumb-info.thumb-info-hide-info-hover:hover .thumb-info-title {
    opacity: 0;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper:after {
    opacity: .65;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-wrapper-no-opacity:after {
    opacity: 1;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-title {
    opacity: 1;
    top: 0;
    height: 100%;
    top: 0;
    transform: none !important;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-type {
    float: none;
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-1, .thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
    transition: cubic-bezier(.55, 0, .1, 1) top 500ms;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0%, -50%);
}

.thumb-info.thumb-info-slide-info-hover .thumb-info-slide-info-hover-2 {
    top: 150%
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-1 {
    top: -50%
}

.thumb-info.thumb-info-slide-info-hover:hover .thumb-info-slide-info-hover-2 {
    top: 50%
}

.thumb-info.thumb-info-show-image-hover img {
    opacity: 0;
}

.thumb-info.thumb-info-show-image-hover .thumb-info-title {
    background: 0 0;
    color: #333;
}

.thumb-info.thumb-info-show-image-hover .thumb-info-inner {
    transition: cubic-bezier(.55, 0, .1, 1) top 500ms;
}

.thumb-info.thumb-info-show-image-hover:hover img {
    opacity: 1;
}

.thumb-info.thumb-info-show-image-hover:hover .thumb-info-title {
    color: #fff;
}

.thumb-info.thumb-info-no-borders, .thumb-info.thumb-info-no-borders img {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

    .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

        .thumb-info.thumb-info-no-borders .thumb-info-wrapper:after {
            border-radius: 0;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
        }

    .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after {
        border-radius: 4px;
    }

.thumb-info.thumb-info-preview .thumb-info-wrapper:after {
    display: none;
}

.thumb-info.thumb-info-preview .thumb-info-image {
    min-height: 232px;
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    transition: background-position .8s linear 0s;
}

.thumb-info.thumb-info-preview:hover .thumb-info-image {
    transition: background-position 2.5s linear 0s;
    background-position: center bottom;
}

.thumb-info.thumb-info-preview.thumb-info-preview-short:hover .thumb-info-image {
    transition: background-position 1s linear 0s;
}

.thumb-info.thumb-info-preview.thumb-info-preview-long:hover .thumb-info-image {
    transition: background-position 5s linear 0s;
}

.thumb-info.thumb-info-slow-image-zoom-hover img {
    transition: transform 2s;
}

.thumb-info.thumb-info-slow-image-zoom-hover:hover img {
    transform: scale(1.5, 1.5);
}

.thumb-info.thumb-info-no-overlay .thumb-info-wrapper:after {
    content: none;
}

.thumb-info.thumb-info-no-bg {
    background: 0 0;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > * {
    transition: cubic-bezier(.55, 0, .1, 1) all 300ms;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) {
    max-width: 100%;
    text-align: center;
    bottom: 0%;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) {
    display: inline-block;
    transform: translateY(120%);
    opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) {
    transform: translateY(-120%);
    opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) {
    transform: none;
    opacity: 1;
}

.thumb-info-ribbon {
    background: #999;
    position: absolute;
    margin: -16px 0 0;
    padding: 5px 13px 6px;
    right: 15px;
    z-index: 1;
}

    .thumb-info-ribbon:before {
        border-right: 10px solid #646464;
        border-top: 16px solid transparent;
        content: "";
        display: block;
        height: 0;
        left: -10px;
        position: absolute;
        top: 0;
        width: 7px;
    }

    .thumb-info-ribbon span {
        color: #fff;
        font-size: 1.1em;
        font-family: shadows into light, cursive;
    }

.full-width .thumb-info img {
    border-radius: 0 !important;
}

.thumb-info-caption {
    padding: 10px 0;
}

    .thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
        font-size: .9em;
        margin: 0;
        padding: 15px 0;
        display: block;
    }

.thumb-info-side-image {
    display: flex;
}

    .thumb-info-side-image .thumb-info-side-image-wrapper {
        padding: 0;
        margin-right: 20px;
    }

.thumb-info-side-image-right {
    display: flex;
}

    .thumb-info-side-image-right .thumb-info-side-image-wrapper {
        margin-left: 20px;
        margin-right: 0;
    }

.thumb-info-social-icons {
    margin: 0;
    padding: 0;
    display: block;
}

    .thumb-info-social-icons a {
        background: #ccc;
        border-radius: 25px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
    }

        .thumb-info-social-icons a:hover {
            text-decoration: none;
        }

        .thumb-info-social-icons a span {
            display: none;
        }

        .thumb-info-social-icons a i {
            color: #fff;
            font-size: .9em;
            font-weight: 400;
        }

.thumb-info-floating-caption-title {
    background: rgba(33, 37, 41, .8);
    color: #fff;
    font-weight: 600;
    letter-spacing: -.05em;
    font-size: 17px;
    padding: 13px 21px;
}

    .thumb-info-floating-caption-title .thumb-info-floating-caption-type {
        position: absolute;
        background-color: #ccc;
        border-radius: 2px;
        display: block;
        font-size: .6em;
        font-weight: 600;
        letter-spacing: 0;
        margin: 8px -2px -15px 0;
        padding: 2px 12px;
        text-transform: uppercase;
        line-height: 2.3;
    }

.btn-arrow-effect-1:hover > :nth-child(1) {
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}

@-webkit-keyframes btnArrowEffect1 {
    0% {
        transform: translateX(0);
    }
}
    @media(max-width:991px) {
        .thumb-info .thumb-info-title {
            font-size: 14px;
        }

        .thumb-info .thumb-info-more {
            font-size: 11px;
        }
    }

    

    .button-border.button-blue {
        color: #c6ac2e;
        border-color: #c6ac2e;
    }

    .button-3d.button-blue:hover, .button-border.button-blue.button-fill::before, .button-border.button-blue:hover, .button-reveal.button-blue:hover {
        background-color: #c6ac2e !important;
        color: #fff;
    }

    .play-icon i {
        width: 70px;
        height: 70px;
        line-height: 71px;
        font-size: 24px;
        background: linear-gradient(60deg,#be9e00,#be9e00,#be9e00,#be9e00);
        color: #fff;
        text-align: center;
        border-radius: 50%;
        padding-left: 4px;
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        transition: transform .3s ease;
        animation: animdgradient 3s ease alternate infinite;
        background-size: 300% 300%;
    }

  
.cascading-images-wrapper {
    display: inline-block;
    padding: 12% 20%
}

.cascading-images-wrapper .cascading-images {
    transform: translate3d(0, -35%, 0);
}

    .cascading-images-wrapper .cascading-images img {
        max-width: 100%
    }

.svg-underline, .svg-underline span {
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .svg-underline::before {
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 13px;
        background-image: url(../Images/underline.svg);
        background-size: 100% 13px;
        background-position: bottom center;
        opacity: .7;
        color: #fff;
    }

.box-shadow-4:not(.box-shadow-hover) {
    box-shadow: 0 0 21px -5px rgb(0 0 0 / 20%);
}
.box-shadow-3:not(.box-shadow-hover) {
    box-shadow: 0 30px 60px -30px rgb(0 0 0 / 45%);
}
.appear-animation-visible {
    opacity: 1;
}

.bg-color-light, .bg-light {
    background-color: #fff !important;
}
.fadeInRightShorter {
    -webkit-animation-name: fadeInRightShorter;
    animation-name: fadeInRightShorter;
}

.bg-color-primary, .bg-primary {
    background-color: #c6ac2e !important;
}
.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.d-flex {
    display: flex !important;
}

.bg-color-grey {
    background-color: #f7f7f7 !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

@media (max-width: 991px) {
    #zpImage {
        background-position: center center;
    }
    #careerdivcol {
        margin-left: -200px;
    }
    #carerimg {
        margin-left: 200px;
        margin-top: -40px;
    }
    #secondrowcolumn {
        margin-top: -10px;
    }
    #valuetextdiv {
        margin-top: 80px;
    }
    #contactgrp3 {
        margin-left: 10px;
    }
    #businessimage1 {
        margin-left: -40px;
        margin-top: -30px;
    }
    #businessimage2 {
        margin-left: 60px;
        margin-top: -30px;
    }
    #digitaltrans1 {
        height: 300px;
        margin-left: 160px;
        margin-top: 40px;
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        font-size: 18px;
        right: 0;
        top: -06%;
        text-align: center;
        width: 100%;
    }
    #itconsultancyicon {
        margin-top: -40px;
        margin-left: -200px;
    }
    #contactgraphic2 {
        margin-top: -40px;
    }
    #contacttxt1 {
        font-family: AbrilFatFace;
        margin-left: -105px;
        margin-top: 10px;
    }
    #philosophy {
        margin-top: -70px;
    }
    #philosphycolumn {
        margin-top: 80px;
    }
    #ourvaluestext {
        font-size: 20px;
        margin-top: 100px;
        font-family: ObjectiveRegular;
    }
    #ourmission {
        margin-top: -80px;
    }
    #ourvalues {
        margin-top: -80px;
    }
    #Pioneer {
        height: 550px;
    }
    #Pioneerfirst {
        height: 680px;
        
    }
    #stepImg1 {
        margin-top: -60px;
    }

#stepimage11 {
    margin-left: -70px;
    margin-top: 20px;
}

    #stepline1 {
        margin-left: -37px;
    }

    #stepline2 {
        margin-top: 160px;
        margin-left: 83px;
    }

#stepimage22 {
    margin-left: 50px;
}

#stepimg21 {
    margin-top: -70px;
}

    #image31 {
        margin-top: -120px;
    }

#image32 {
    margin-left: -60px;
    margin-top: 25px;
}

}

@media (min-width: 992px) {
    #zpImage {
        background-position: center center;
    }
    #careerdivcol {
        margin-left: -200px;
    }

    #carerimg {
        margin-left: 200px;
        margin-top: -40px;
    }
    #secondrowcolumn {
        margin-top: -10px;
    }
    #valuetextdiv {
        margin-top: 80px;
    }
    #businessimage1 {
        margin-left: -40px;
        margin-top: -30px;
    }
    #businessimage2 {
        margin-left: 60px;
        margin-top: -30px;
    }
    #digitaltrans1 {
        height: 300px;
        margin-left: 160px;
        margin-top: 40px;
        position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 0;
        font-size: 18px;
        right: 0;
        top: -06%;
        text-align: center;
        
    }
    #contactgrp3 {
        margin-left: 10px;
        
    }
    #itconsultancyicon {
        margin-top: -40px;
        margin-left: -200px;
    }
    #Pioneerfirst {
        height: 650px;
        margin-left:30px;
      /*  margin-left:110px;*/
    }
    #contactgraphic2 {
        margin-top: -40px;
    }
    #contacttxt1 {
        font-family: AbrilFatFace;
        margin-left: -105px;
        margin-top: 10px;
    }
    #philosophy {
        margin-top: -70px;
    }
    #philosphycolumn {
        margin-top: 80px;
    }
    #ourvaluestext {
        font-size: 20px;
        margin-top: 100px;
        font-family: ObjectiveRegular;
    }
    #ourmission {
        margin-top: -80px;
    }
    #ourvalues {
        margin-top: -80px;
    }
    #Pioneer {
        height: 550px;
    }
    #stepImg1 {
        margin-top: -60px;
        margin-left: -30px;
    }

    #stepimage11 {
        margin-left: -70px;
        margin-top: 20px;
    }

    #stepline1 {
        margin-left: -37px;
    }

    #stepline2 {
        margin-top: 160px;
        margin-left: 83px;
    }

    #stepimage22 {
        margin-left: 50px;
    }

    #stepimg21 {
        margin-top: -70px;
    }

    #image31 {
       
        margin-top: -120px;
    }

    #image32 {
        margin-left: -60px;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    #zpImage {
        background-position: center center;
    }
    #careerdivcol {
        margin:0px;
    }

    #carerimg {
        margin-left: 0px;
        margin-top: -40px;
    }
    #valuetextdiv {
        margin-top: 0px;
    }
    #itconsultancyicon {
        display:none;
    }
    #businessimage2 {
      display:none;
    }
    #digitaltrans1 {
        height: 300px;
        margin-top: 0px;
        margin-left: 0;
        position: absolute;
        z-index: 999;
        font-size: 16px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 6%; /* Adjust this value to move the positioned div up and down */
        /*text-align: center;*/
        width: 100%; /* Set the width of the positioned div */
    }
        #contactgraphic2 {
        margin-top: 0px;
    }
    #contactline {
        display: none;
    }
    #contacttxt1 {
        font-family: AbrilFatFace;
        margin-left: -80px;
        margin-top: 10px;
        text-align:center;
    }
    #contactgrp3 {
        margin-left: 10px;
        text-align: center;
    }
    #ourmission {
        margin-top: -50px;
    }
    #philosphycolumn {
        margin-top: 0px;
    }
    #ourvalues {
        margin-top: -140px;
    }
    #ourvaluestext {
        font-size: 20px;
        margin-top: 130px;
        font-family: ObjectiveRegular;
    }
    #Pioneer {
        height: 350px;
    }
    #Pioneerfirst {
        height: 350px;
    }
    #stepImg1 {
        margin-top: -60px;
    }

    #stepimage11 {
        margin-left: -70px;
        margin-top: 20px;
    }

    #stepline1 {
        margin-top: 40px;
    }

    #stepline2 {
        display: none;
    }

    #stepimage22 {
        height: 120px;
        margin-left: 80px;
    }

    #stepimg21 {
        margin-top: -50px;
        margin-left: 20px;
    }

    #secondrow {
        margin-top: 20px;
    }

    #image31 {
        margin-top: 30px;
        margin-left: 30px;
    }

    #image32 {
        height: 120px;
        margin-left: 90px;
        margin-top: -35px;
    }
    #businessimage1 {
        display: none;
    }
}

@media (max-width: 575px) {
    #zpImage {
        background-position: inherit;
    }
    #careerdivcol {
        margin: 0px;
    }

    #carerimg {
        margin-left: 0px;
        margin-top: -40px;
    }
    #valuetextdiv {
        margin-top: 0px;
    }
    #businessimage1 {
        display:none;
    }
    #businessimage2 {
        display: none;
    }
    #digitaltrans1 {
        height: 300px;
        margin-top: 0px;
        margin-left: 0;
        position: absolute;
        z-index: 999;
        font-size: 16px;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 6%; /* Adjust this value to move the positioned div up and down */
        /*text-align: center;*/
        width: 100%; /* Set the width of the positioned div */
    }
    #itconsultancyicon {
        display: none;
    }
    #contactgraphic2 {
        margin-top: 0px;
    }
    #contactline {
        display:none;
    }
    #contacttxt1 {
        font-family: AbrilFatFace;
        margin-left: -80px;
        margin-top: 10px;
        text-align: center;
    }
    #ourmission {
        margin-top: -50px;
    }
    #philosphycolumn {
        margin-top: 0px;
    }
    #ourvalues {
        margin-top: -140px;
    }
    #ourvaluestext {
        font-size: 20px;
        margin-top: 130px;
        font-family: ObjectiveRegular;
    }
    #Pioneer {
        height: 350px;
    }
    #Pioneerfirst {
        height: 350px;
    }
    #stepImg1 {
        margin-top: -60px;
    }

    #stepimage11 {
        margin-left: 90px;
        margin-top: -60px;
    }

        #stepimage11 img {
            height: 120px;
        }

    #stepline1 {
        display: none;
    }

    #stepline2 {
        display: none;
    }

    #stepimage22 {
        height: 120px;
        margin-left: 80px;
    }

    #stepimg21 {
        margin-top: -50px;
        margin-left: 20px;
    }

    #secondrow {
        margin-top: 20px;
    }

    #image31 {
        margin-top: 30px;
        margin-left: 30px;
    }

    #image32 {
        height: 120px;
        margin-left: 90px;
        margin-top: -35px;
    }
    #contactgrp3 {
        margin-left: 10px;
        text-align:center;
    }
}

.curve {
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 1rem 2rem;
    width: 100%;
    z-index: 2;
    /*border: 1px solid red;*/
}

    .curve::before {
        content: "";
        display: block;
        background: radial-gradient(ellipse at center, #b39300 25%, #b39300 100%);
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-radius: 150vw;
        width: 300vw;
        height: 300vw;
        z-index: -1;
    }
.curvep {
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 1rem 2rem;
    width: 100%;
    z-index: 2;
    /*border: 1px solid red;*/
}

    .curvep::before {
        content: "";
        display: block;
       /* background: radial-gradient(ellipse at center, #b39300 25%, #b39300 100%);*/
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
        border-radius: 150vw;
        width: 300vw;
        height: 300vw;
        z-index: -1;
    }
.image-stack__item--top {
    float: left;
    width: 66%;
    margin-right: -100%;
    padding-top: 15%;
    position: relative;
    z-index: 1;
}

.image-stack__item--bottom {
    float: right;
    width: 75%;
}

/*Custom Css for rtl*/


#EmailDisplay {
    margin-left: -12px;
}