@keyframes blink {
    0% {
        background-color: #ccc;
    }

    49% {
        background-color: #ccc;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #ccc;
    }
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}
@keyframes blink {
    0% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
    }

    70% {
        box-shadow: 0 0 10px 10px rgba(1, 145, 45, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(1, 145, 45, 0);
    }
}

/* world map */
@-webkit-keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes full-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}
/* 
        body {
            overflow-x: unset !important;
        } */

.fa-spin {
    -webkit-animation: fa-spin 5s linear infinite;
    animation: fa-spin 5s linear infinite;
}

.ml .letter {
    transform-origin: 50% 100%;
    display: inline-block;
    line-height: 1em;
}

.parallax-loading-image {
    user-select: none;
    pointer-events: none;
    width: 900px;
    height: 760px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -450px;
    overflow-x: visible;
    z-index: 1;
    transition: opacity 0.6s ease-in-out;
}

.parallax-loading-image.hide-loading-image {
    opacity: 0;
}

.parallax-loading-image img {
    position: absolute;
    top: 0;
    left: -50%;
    margin-left: -132px;
}

.parallax-slide.transition {
    transition: opacity 0.8s ease-in-out;
    transition-delay: 0.6s;
}

.parallax-slide.transition .parallax-slide--layer {
    transition: transform 2s ease-in-out;
}

.parallax-slide {
    user-select: none;
    pointer-events: none;

    width: 900px;
    height: 760px;

    position: absolute;
    top: 0;
    left: 50%;

    margin-left: -450px;
    overflow-x: visible;
    opacity: 0;
}

.parallax-slide.active-slide {
    opacity: 1;
}

.parallax-slide--layer {
    position: absolute;
}

.parallax-slide .layer-background {
    transform: translateX(20px);
}

.parallax-slide .layer-midground {
    transform: translateX(50px);
}

.parallax-slide .layer-back-person {
    transform: translateX(90px);
}

.parallax-slide .layer-front-person {
    transform: translateX(110px);
}

.parallax-slide .layer-foreground {
    transform: translateX(130px);
}

/* Animate In */
.animate-in .layer-background {
    transform: translateX(0px);
}

.animate-in .layer-midground {
    transform: translateX(0px);
}

.animate-in .layer-back-person {
    transform: translateX(0px);
}

.animate-in .layer-front-person {
    transform: translateX(0px);
}

.animate-in .layer-foreground {
    transform: translateX(0px);
}

/* Animate Out */
.animate-out .layer-background {
    transform: translateX(-20px);
}

.animate-out .layer-midground {
    transform: translateX(-50px);
}

.animate-out .layer-back-person {
    transform: translateX(-90px);
}

.animate-out .layer-front-person {
    transform: translateX(-110px);
}

.animate-out .layer-foreground {
    transform: translateX(-130px);
}

/* Slide 1 - COFFEE SHOP */
.slide1 .layer-midground {
    top: 0;
    left: -50%;
    margin-left: -132px;
}

.slide1 .layer-back-person {
    width: 316px;
    height: 444px;

    top: 116px;
    right: 52px;
}

.slide1 .layer-front-person {
    width: 223px;
    height: 393px;

    top: 167px;
    right: 295px;
}

/* Slide 2 - Car Sales */
.slide2 .layer-background {
    top: 0;
    left: -50%;
    margin-left: -132px;
}

.slide2 .layer-midground {
    top: 0;
    left: -50%;
    margin-left: -132px;
}

.slide2 .layer-back-person {
    width: 316px;
    height: 444px;

    top: 127px;
    right: 15px;
}

.slide2 .layer-front-person {
    width: 229px;
    height: 419px;

    top: 141px;
    right: 280px;
}

/* Slide 3 - Surf Shop */
.slide3 .layer-background {
    top: 0;
    left: -50%;
    margin-left: -132px;
}

.slide3 .layer-midground {
    left: -460px;
    margin-left: -132px;
}

.slide3 .layer-back-person {
    width: 316px;
    height: 444px;

    top: 120px;
    right: -22px;
}

.slide3 .layer-front-person {
    width: 229px;
    height: 419px;

    top: 151px;
    right: 285px;
}

.slide3 .layer-foreground {
    width: 229px;
    height: 419px;

    top: 400px;
    left: 325px;
}

/* Text and Button */
.parallax-slide--text {
    position: absolute;
    width: 340px;
    height: 400px;
    top: 100px;
    left: 50%;
    margin-left: -420px;
    opacity: 1;
    z-index: 2;
}

.parallax-slide--text h2 {
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}

.parallax-slide--text .subtitle {
    line-height: 1.5em;
    font-weight: 600;
    font-size: 17px;
    color: #000000;
    text-align: justify;
}

.btn1 {
    color: #000 !important;
    font-weight: 600 !important;
    padding-left: 0px;
}

.parallax-slide--text .green-button {
    margin-top: 25px;
}

.watch-overview {
    margin-top: 16px;
}

/* world map */

.map-container {
    position: relative;
    display: inline-block;
}

.map-container img {
    width: 100%;
}

.map-container .point {
    cursor: pointer;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    animation: pulse 3s infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container .point:hover {
    animation: none;
    transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
    box-shadow: unset;
}

.map-container .point i {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-container .india {
    top: 40.5%;
    left: 67.5%;
}

.map-container .united_states {
    top: 32%;
    left: 13%;
}

.map-container .hong_kong {
    top: 41%;
    left: 81.3%;
}

.map-container .germany {
    top: 23%;
    left: 48%;
}

.map-container .greece {
    top: 30%;
    left: 51%;
}

.map-container .united_kingdom {
    top: 21%;
    left: 44%;
}

.map-container .kenya {
    top: 56%;
    left: 56%;
}

.map-container .israel {
    top: 36.2%;
    left: 55.1%;
}

.map-container .south_africa {
    top: 72%;
    left: 53%;
}

.map-container .australia {
    top: 73%;
    left: 88%;
}

.map-container .italy {
    top: 29%;
    left: 48.5%;
}

.map-container .kuwait {
    top: 38%;
    left: 54.5%;
}

.map-container .france {
    top: 25%;
    left: 46%;
}

.map-container .canada {
    top: 24%;
    left: 15%;
}

.map-container .belgium {
    top: 23.2%;
    left: 46.5%;
}

.map-container .switzerland {
    top: 26%;
    left: 47%;
}

.map-container .saudi_arabia {
    top: 40%;
    left: 58%;
}

.map-container .spain {
    top: 26%;
    left: 45%;
}

.map-container .zambia {
    top: 65%;
    left: 54%;
}

.map-container .russian {
    top: 17%;
    left: 77%;
}

.map-container .seychelles {
    top: 65%;
    left: 62.5%;
}

.map-container .phillipines {
    top: 46%;
    left: 83.5%;
}

.map-container .costa_rica {
    top: 51%;
    left: 18%;
}

.map-container .netherlands {
    top: 23%;
    left: 46%;
}

.map-container .china {
    top: 35%;
    left: 74%;
}

.service-title {
    position: absolute;
    bottom: 25px;
    font-size: 24px;
    font-weight: 600;
    margin: auto;
    display: block;
    width: 100px;
    left: 115px;
}

/*Testimonila CSS---------------------*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.white-heading {
    color: #ffc203;
}

.heading:after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.white-heading:after {
    background: url("{{$base_url}}public/assets/images/heading-line-white.png");
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.white-heading span {
    color: #ffffff;
}

/*Main Banner----------------------------------------*/
.banner-h1 {
    color: #fff;
    margin-left: 100px;
    margin-top: 75px;
}

.output {
    color: white;
}

.output .h1- {
    font-size: 30px;
    color: #f6bf0c;
}

div#output {
    height: 45px;
}

.ai_ml_chat {
    background: #ffc203;
    border-color: unset;
    color: #000;
    font-size: 20px;
}

.chatcontent {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    width: 65%;
}

.h1_text {
    font-size: 48px;
    font-weight: 100;
    color: #fff;
    line-height: 48px;
    margin-bottom: 10px;
}

/*slider css----------------*/
.slider {
    z-index: 1;
    height: 82vh;
}

.slider-item01 {
    background: url("../public/assets/images/banner/AiMl.jpg");
}

.slider-item02 {
    background: url("../public/assets/images/banner/App-Development.jpg");
}

.slider-item03 {
    background: url("../public/assets/images/banner/Website-Development.jpg");
}

.slider-item04 {
    background: url("../public/assets/images/banner/AWS-Amazon.jpg");
}

.slider-item {
    width: 100%;
    height: 85vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slick-prev,
.slick-next {
    position: absolute;
    z-index: 3;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: 2.5%;
    transform: rotate(45deg);
}

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -50px 0 0 0;
}

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

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.slick-dots .slick-active button {
    background: #333;
}

.slick-dots {
    display: none !important;
}

.ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper_ {
    position: relative;
}

.rw-wrapper {
    width: 91%;
    margin: 56px auto 0 auto;
    padding: 10px;
}

.rw-sentence span h1 {
    color: #ffffff;
    font-weight: normal;
    font-size: 48px;
    width: 65%;
}

.rw-words span {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    color: #f6bf0c;
    font-size: 30px;
}

.subheading {
    font-size: 22px !important;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    width: 50%;
}

.aws-subheading {
    font-size: 22px !important;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    width: 65%;
    margin-top: 3.6rem;
}

.button_2 {
    background: #f6bf0c;
    border-color: #f6bf0c;
    color: #212121;
    padding: 6px 25px;
    font-size: 18px;
}

.rw-words-2 span {
    color: #f6bf0c;
    animation: typetext 5s ease-in-out infinite;
}

.green {
    color: #01912d;
}

.caption_box h1 {
    color: #000;
    font-size: 2.2vw;
}

.caption_box p {
    color: #000;
    font-size: 1.2vw;
}

.caption_box {
    width: 50%;
    left: 3%;
    top: 25%;
    color: #000;
}

.float_text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.float_text p {
    font-size: 3rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
}

.float_text p span.typed-text {
    font-weight: normal;
    color: #dd7732;
}

.float_text p span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.float_text p span.cursor.typing {
    animation: none;
}

.dtc_in {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    margin: 10px;
    padding: 15px;
    background-color: #fff;
    max-height: -webkit-fill-available;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.dtci {
    position: relative;
    width: 100%;
}

.dtciNumber {
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    font-size: 65px;
    font-weight: 900;
    color: #a9a9a9;
    line-height: 50px;
}

.dtci img {
    height: 55px;
    margin-bottom: 10px;
}

.NumCounter {
    font-weight: 700;
    font-size: 18px;
}

.dtci_content {
    font-size: 12px;
}

.tech_dash img {
    width: auto !important;
    height: 200px !important;
    max-width: unset !important;
    margin-bottom: 10px;
}

.T_black {
    color: #000;
}

.slider_h1 {
    font-size: 2.5vw;
    font-weight: 600;
    color: #000;
}

.slider_p {
    font-size: 1.3vw;
    color: #000;
}

.service-icon-circle {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.srvs_outer1 {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.srvs_card1 {
    width: 33.33%;
    padding: 10px;
}

.service-icon-circle img {
    height: auto;
    margin-right: 12px;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.service-icon-circle h5 {
    color: #000;
    font-weight: 600;
}

.service-icon-circle p {
    font-size: 13px;
    margin: 0;
    color: #000;
}

.text_gradiant {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(
        0deg,
        rgba(1, 145, 45, 1) 0%,
        rgba(255, 194, 3, 1) 100%
    );
    -webkit-background-clip: text;
    width: fit-content !important;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0;
}

.service-icon-circle:hover {
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    transform: matrix(1, 0, 0, 1, 0, -4);
}

.service-icon-circle:hover img {
    transform: scale(1.2);
    transition: transform 0.3s ease-in-out;
}

.process_owrkflw {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
}

.process_owrkflw_ttl i {
    display: none;
}

.process_owrkflw_ttl {
    width: 100%;
}

.process_owrkflw_ttl p {
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    color: #01912d;
    font-weight: 500;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.process_owrkflw_ttl p:hover {
    color: #000;
}

.abst_dot {
    display: flex;
    justify-content: end;
}

.abst_dot img {
    height: 60px;
    padding-right: 50px;
}

#wrkflw {
    background-color: #fff;
}

.tab_cnts {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.tab_cnts:not(:first-child) {
    display: none;
}

.tab_cnts img {
    height: 80px;
}

.tab_cnts h6 {
    font-weight: 600;
}

.tab_cnts p {
    font-size: 14px;
    text-align: justify;
}

.tab_imgset {
    position: relative;
}

.tab_main_img {
    position: absolute;
}

.tab_main_img {
    position: absolute;
    width: 345px;
    right: 0;
    z-index: 0;
    border-radius: 13px;
    overflow: hidden;
}

.tab_ui_img {
    position: absolute;
    bottom: -116px;
    right: -25px;
    transform: rotate(90deg);
}

.tab_ui_img img {
    height: 40px;
}

.tab_mob_cnts {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
}

.mob_tab .tab_mob_cnts {
    display: flex;
}

.tab_mob_cnts_imgs {
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab_mob_cnts_imgs img {
    width: auto !important;
    height: 150px;
}

.tab_cnts_heading p {
    text-align: justify;
    font-size: 15px;
    margin: 0;
}

/*hover tab style*/

/* Pause animation on hover */

/*testimonial style code*/

.custom-slider {
    margin: auto;
}

.custom-box {
    margin: 10px;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    cursor: pointer;
}

.testimonial_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.slick-prev,
.slick-next {
    display: none !important;
    position: absolute;
    line-height: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-slider {
    user-select: none;
}

.slick-next {
    right: -30px;
}

.slick-prev {
    left: -30px;
}

.slick-next:before {
    content: "\003e";
    font-size: 1.2em;
    font-weight: 1000;
    padding-left: 12px;
    color: #000;
}

.slick-prev:before {
    content: "\003c";
    font-size: 1.2em;
    font-weight: 1000;
    padding-left: 9px;
    color: #000;
}

.client_msg p {
    color: #151515;
    font-size: 14px;
    line-height: 28px;
}

.clientInfo {
    display: flex;
    align-items: center;
}

.clientImg {
    margin-right: 15px;
}

.clientImg img {
    max-height: 55px;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 100%;
}

.clientName p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.clientName p:nth-child(2) {
    margin-bottom: 0;
    font-size: 16px;
}

/*testimonial style code*/

.infiniteSlider {
    width: 100%;
    margin-inline: auto;
    position: relative;
    height: 100px;
    margin-top: 1rem;
    overflow: hidden;
    mask-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 1) 20%,
        rgba(0, 0, 0, 1) 81%,
        rgba(0, 0, 0, 0)
    );
}

.sliderBlock {
    display: flex;
    align-items: center;
    width: 200px;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 6px;
    position: absolute;
    left: max(calc(200px * 8), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    padding: 10px;
}

.sliderBlock1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
}

.sliderBlock2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1);
}

.sliderBlock3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1);
}

.sliderBlock4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1);
}

.sliderBlock5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1);
}

.sliderBlock6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1);
}

.sliderBlock7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1);
}

.sliderBlock8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1);
}

.sliderBlock img {
    height: 50px;
    margin-right: 10px;
}

.sliderBlock p {
    margin: 0px;
    font-size: 14px;
}

#mainslide .carousel-caption {
    left: 7%;
}

@media only screen and (max-width: 991px) {
    .caption_box {
        width: 50%;
        left: 3%;
        top: 25%;
    }

    .ai_ml_chat {
        padding: 5px 10px;
    }

    .text_gradiant {
        font-size: 35px;
    }

    .srvs_card1 {
        width: 50%;
    }

    .animate-image .about-img img {
        aspect-ratio: 1 / 1.5;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .service-title {
        bottom: 10px;
    }

    .ai_ml_chat {
        font-size: 12px;
    }

    .slider_h1 {
        font-size: 12px;
    }

    .slider_p {
        font-size: 8px;
        margin-bottom: 2px;
    }

    .caption_box {
        width: 47%;
        top: 25%;
    }

    .text_gradiant {
        font-size: 24px;
    }
}

@media (max-width: 600px) {
    .srvs_card1 {
        width: 100%;
    }

    .mob_tab .tab_mob_cnts {
        flex-direction: column;
    }

    .tab_mob_cnts_imgs img {
        height: 100px;
    }
}

@media (max-width: 575px) {
    .reach-us-img img {
        width: 250px;
        height: auto;
        margin: auto;
        display: block;
    }
}

@media screen and (max-device-width: 481px) {
    .chatcontent,
    .subheading,
    .aws-subheading {
        width: 100% !important;
    }

    .chatcontent {
        margin-top: 2rem;
    }

    .h1_text {
        font-size: 35px;
        line-height: 43px;
    }

    .slider-item,
    .slider {
        height: 100vh;
    }

    .rw-sentence span h1 {
        font-size: 35px !important;
        width: 100% !important;
    }
}
