@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
    font-family: 'MyCustomFont';
    src: url('fonts/Dexotick By Dhan Studio.ttf') format('truetype');
}
/** {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}*/
html {
    scroll-behavior: smooth;
}
/*img {
  max-width: 100%;
  width: 100%;
}*/


h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    font-family: "Open Sans", sans-serif;
}

/* Custom Classes */
.p-0 {
    padding: 0;
}
.px-4 {
    padding: 0 1rem;
}
.py-4 {
    padding: 1rem 0;
}
.mb-4 {
    margin-bottom: 1rem;
}
section {
    overflow: hidden;
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
}
@media only screen and (max-width: 767.9px) {
    section {
        margin-bottom: 2rem;
    }
}
.banner {
    width: 100%;
}
.banner img {
    max-width: 100%;
    width: 100%;
}

section.frontline {
    overflow: visible !important;
}
.frontline {
    background: #1bbac7;
    padding: 2rem 0;
    box-shadow: 0px 4px 7px 5px #00000040;
    position: relative;
    margin-bottom: 8rem !important;
}
.section_heading {
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 5rem;
}
.section_heading h2 {
    font-size: 40px;
    line-height: 61px;
    color: #fff;
    font-weight: 800;
}
.frontline p {
    color: #767676;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.card_wrap {
    position: relative;
    z-index: 1;
    padding: 0px 0 30px;
    background: white;
    border-bottom-left-radius: 80px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-bottom-right-radius: 80px;
}
.card_bg {
    background: #fff;
    box-shadow: 0px 4px 7px 5px #00000040;
    height: 90%;
    position: absolute;
    bottom: -7em;
    right: 0px;
    left: 6.5rem;
    z-index: 0;
    border-radius: 24px;
}
.slider-one-w {
    width: calc(100% - 40px);
    margin: auto;
}
.contact-text {
    background-color: #fff;
    padding: 0;
    position: relative;
}
.bg_wrap {
    position: relative;
    background-color: #118b99;
    padding: 2rem;
}
/*.contact-text::before {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(./images/men.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 190px;
    object-fit: contain;
    z-index: 2;
}*/
.contact-text p {
    font-size: 2rem;
    color: white;
    font-style: italic;
    margin-bottom: 1rem;
    font-family: 'MyCustomFont', sans-serif;
    display: block;
    width: 80%;
}
.contact-text .btn {
    all: unset;
    color: #fff;
    font-size: 1.5rem;
    background: transparent;
    border: 2px solid white !important;
    font-weight: 400;
    padding: 0.5rem 0.5rem;
    border-radius: 15px;
    /* margin-left: 50px; */
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    background: #118b99;
    bottom: 62px;
    left: 225px;
    width: 177px;
    height: 34px;
    border-top: 0;
    border-bottom: 0;
    border: 0;
    text-align: center;
}
.contact-text .btn:is(:hover, :focus) {
    /* background-color: #fff; */
    /* color: #118b99; */
}

.solution-text {
    margin-top: 2rem;
    width: calc(100% - 200px);
    border: 1px solid #5df2fe;
    border-bottom: none;
    border-radius: 20px;
    padding: 3rem;
    text-transform: capitalize;
    margin: 0 auto -40px;
    margin-top: -55px;
}
.solution-text h1 {
    color: #1bbac7;
    font-weight: 500;
    padding: 0rem 0 0 0;
    text-align: center;
    font-family: open Sans;
    font-weight: 700;
    font-size: 36px;

}
@media only screen and (max-width: 767.9px) {
    .solution-text h1 {
        font-size: 30px;
    }
}
.solution-text h2 {
    color: #1bbac7;
    font-size: 32px;
    font-weight: 600;
    text-align: center;

}
@media only screen and (max-width: 767.9px) {
    .solution-text h2 {
        font-size: 24px;
    }
}
.solution-text p {
    padding: 1rem 0 20px;
    color: #767676;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.68px;
    text-transform: none;

}
@media only screen and (max-width: 767.9px) {
    .solution-text p {
        font-size: 20px;
        line-height: 28px;
    }
}
.slide-1 {
    background-image: url(images/slide-1.png);
    border: 4px solid #5df2fe;
}

.btn-2 {
    all: unset;
    color: white;
    background: #1bbac7;
    padding: 0.5rem 2rem;
}

.content_section.bg_1 {
    background-image: url(images/ai-innovation-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    margin-top: -35px;

}
@media only screen and (min-width: 767.9px) {
    .content_section.bg_1 {
        padding-left: 130px;
        /*padding: 50px 0;*/
    }
}
@media only screen and (max-width: 767.9px) {
    .content_section .container {
        max-width: 100% !important;
    }
}
.banner-3 {
    margin: 3rem 0rem;
    background-image: url(images/bg-img.png);
}

.b3-text h1 {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 49.03px;
    text-align: left;
    color: #1bbac7;
    margin-bottom: 30px;
}
.b3-text p {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 32.68px;
    text-align: left;
    color: #767676;

}
@media only screen and (max-width: 767.9px) {
    .b3-text p {
        font-size: 20px;
        line-height: 28px;
    }
}
.b4-text h1 {
    font-family: 'MyCustomFont', sans-serif;
    font-size: 70px;
    line-height: 82.03px;
    text-align: left;
    color: #1bbac7;
/*    width: 40%;*/

}
@media only screen and (max-width: 767.9px) {
    .b4-text h1 {
        font-size: 40px;
        width: 100%;
    }
}
.b4-text img {
    width: 50%;
    margin-bottom: -50px;
}
.b4-text{
    width: 85%;
}
.b4-text p {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    line-height: 32.68px;
    text-align: left;
    color: #767676;

}
@media only screen and (max-width: 767.9px) {
    .b4-text p {
        font-size: 20px;
        line-height: 28px;
    }
}
.slider_cards_section {
    overflow: hidden;
    padding: 0;
    /*padding: 0 0 3rem 0;*/
    background: #fff;
    margin-bottom: 0px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    height: 423px;
}

.slider_cards_section .slick-dots {
    bottom: -35px;
    display: none;
}

.slider_cards_section .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #118b99;
    width: 15px;
    height: 15px;
    background: #118b99;
    border-radius: 100%;
}
.slider_cards_section .slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: " ";
    text-align: center;
    opacity: 1;
    color: #d9d9d9;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #d9d9d9;
    border-radius: 100%;
}
.slide_item {
    margin-right: 1rem;
    margin-bottom: 30px;
}
.slide_item:last-child {
    margin-right: 0;
}
.slide_card {
    border: 2.5px solid #5df2fe;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem;
    overflow: hidden;

}
@media only screen and (max-width: 767.9px) {
    .slide_card {
        border: none;
    }
}
.slide_card:nth-child(odd) {
    border: 2.5px solid #5df2fe;

}
@media only screen and (max-width: 767.9px) {
    .slide_card:nth-child(odd) {
        border: none;
    }
}
.slide_card:nth-child(even) {
    border: 2.5px solid #1bbac7;

}
@media only screen and (max-width: 767.9px) {
    .slide_card:nth-child(even) {
        border: none;
    }
}
.slide_card img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;

}
@media only screen and (max-width: 767.9px) {
    .slide_card img {
        display: block;
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}
.slide_card h2 {
    position: absolute;
    top: 20px;
    left: 30px;
    font-size: 32px;
    line-height: 43px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    z-index: 1;
    /*opacity: 0;*/
}
.slide_card .btn21 {
    text-decoration: none;
    background: #1bbac7;
    border-radius: 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    border: 1px solid #118b99;
    color: #fff;
    padding: 0.7rem 1.5rem;
    text-align: center;
    display: inline-block;
    width: max-content;
    margin: 0 auto;
    left: 80px;
    position: absolute;
    bottom: 32px;
    z-index: 1;
    opacity: 0;
    width: 100%;
}
.slide_card .btn2 {
    text-decoration: none;
    background: #1bbac7;
    border-radius: 15px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    border: 1px solid #118b99;
    color: #fff;
    padding: 0.7rem 1.5rem;
    text-align: center;
    display: inline-block;
    width: max-content;
    margin: 0 auto;
    left: 60px;
    position: absolute;
    bottom: 37px;
    z-index: 1;
}
.slide_card .btn2:is(:hover, :focus) {
    /*background: transparent;*/
}
.industry_wrapper {
    background: #1bbac7;
    border-radius: 39px;
    padding: 2rem;
    position: relative;
    padding-top: 47px;
}

.new_slider {
    display: flex;
    overflow: auto;
}
.new_slider .slide_card {
    width: 316px;
    padding: 0;
}
.new_slider .slide_card img {
    position: relative;
    z-index: 1;
}
.new_slider .slide_card.three img {
    margin-top: -5px;
    height: 102%;
}
/* Scrollbar styling */
.new_slider::-webkit-scrollbar {
    height: 8px;
}

.new_slider::-webkit-scrollbar-track {
    background-color: #f8f7f7;
    border-radius: 24px;
}

.new_slider::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border-radius: 24px;
}

.new_slider::-webkit-scrollbar-thumb:hover {
    background-color: #b3b2b2; /* Slightly darker color on hover */
}

.new_slider::-webkit-scrollbar-corner {
    background-color: #f8f7f7;
}

.white_space {
    position: absolute;
    bottom: 7.5%;
    left: -15%;
    background: #fff;
    border-radius: 39px;
    height: 64%;
    width: 61%;
}
#industries_slider::-webkit-scrollbar {
    height: 8px;
}

#industries_slider::-webkit-scrollbar-track {
    background-color: #f8f7f7;
    border-radius: 24px;
}

#industries_slider::-webkit-scrollbar-thumb {
    background-color: #c7bfbf;
    border-radius: 24px;
}

#industries_slider::-webkit-scrollbar-thumb:hover {
    background-color: #b3b2b2; /* Slightly darker color on hover */
}

#industries_slider::-webkit-scrollbar-corner {
    background-color: #f8f7f7;
}


.industry_wrapper h2 {
    font-size: 36px;
    line-height: 49px;
    color: #fff;
    font-weight: 700;
    /*margin-bottom: 1rem;*/

}
@media only screen and (max-width: 767.9px) {
    .industry_wrapper h2 {
        font-size: 30px;
        line-height: 42px;
    }
}
.industry_wrapper p {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 1rem;
    padding: 40px 0;
    padding-bottom: 0;
    width: 85%;
    margin: auto;
    text-align: left;

}

@media only screen and (max-width: 767.9px) {
    .industry_wrapper p {
        font-size: 20px;
        line-height: 28px;
    }
}
.static_slider {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    margin-bottom: 2rem;
    padding-top: 0rem;
}

.static_slider .slide_card {
    border: none !important;
    width: 260px;
    height: 346px;
}

.static_slider .slide_card img {
    z-index: 0;
}

.static_slider .slide_card h2 {
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    z-index: 1;
}
.static_slider .slide_card .btn2 {
    z-index: 1;
}

.slider_wrapper {
    display: flex;
}
.arrows_box {
    width: 20%;
    height: 0px;
    background: white;
    display: inline-block;
}
.inner_slider {
    width: 100%;
    display: inline-block;
    padding-left: 20%;
}
.static_slider#industries_slider {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: auto;
}
.static_slider .slide_card h2{
    opacity: 1;
}
.static_slider#industries_slider .slick-prev {
    left: -180px;
    top: 35%;
    width: 40px;
    height: 40px;
    border: 2px solid #1bbac7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static_slider#industries_slider .slick-next {
    left: -125px;
    top: 35%;
    width: 40px;
    height: 40px;
    border: 2px solid #1bbac7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.static_slider#industries_slider .slick-prev:before {
    content: " ";
    background-image: url(./images/arrow-left.svg);
    width: 27px;
    height: 23px;
}

.static_slider#industries_slider .slick-next:before {
    content: " ";
    background-image: url(./images/arrow-right.svg);
    width: 27px;
    height: 23px;
}
.partners {
    padding: 0;
    /*padding: 2rem 0;*/
}
.partner_box {
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-height: 186px; */
    /* max-width: 186px; */
}
.partner_box img {
    object-fit: contain;
}

.partners_heading h2 {
    font-size: 36px;
    line-height: 46px;
    color: #1bbac7;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 700;
}

@media only screen and (max-width: 767.9px) {
    .section_heading h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .section_heading {
        margin-bottom: 0rem;
    }
    .card_bg {
        height: 81%;
        bottom: 1rem;
        right: 1rem;
        left: 1rem;
    }
    .card_wrap img {
        width: 80%;
        margin-bottom: 2rem;
    }
    .frontline p {
        color: #767676;
        font-size: 22px;
        font-weight: 400;
        line-height: 30px;
    }
    .frontline {
        margin-bottom: 1rem !important;
    }
    .contact-text::before {
        position: absolute;
        content: " ";
        top: auto;
        right: 0;
        bottom: -60%;
        background-image: url(./images/men.png);
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 130px;
        object-fit: contain;
        z-index: 2;
    }
    .contact-text p {
        width: 90%;
    }
    .contact-text .btn {
        margin-left: 0;
    }
    .solution-text {
        width: 90%;
        padding: 0rem;
        margin: 0 auto 20px;
    }
    .banner-3 {
        margin: 0rem 0rem;
        order: 2;
    }
    .b3-img {
        display: flex;
        justify-content: end;
        order: 1;
    }
    .b3-img img {
        width: 80%;
    }
    .static_slider {
        display: flex;
        flex-wrap: wrap;
        column-gap: 0rem;
        margin-bottom: 3rem;
        padding-top: 1rem;
        justify-content: center;
        row-gap: 1rem;
    }
    .slider_wrapper {
        display: flex;
        flex-direction: column;
    }
    .arrows_box {
        width: 100%;
        height: max-content;
        background: transparent;
        display: block;
    }
    .inner_slider {
        width: 100%;
        display: block;
    }
    .static_slider#industries_slider .slick-prev {
        left: 35%;
        top: auto;
        width: 38px;
        height: 38px;
        border: 2px solid #118b99;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0px;
    }
    .static_slider#industries_slider .slick-next {
        left: 55%;
        top: auto;
        width: 38px;
        height: 38px;
        border: 2px solid #118b99;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        bottom: 0;
    }
    .white_space {
        position: absolute;
        bottom: 3rem;
        left: 1rem;
        background: #fff;
        border-radius: 39px;
        height: 22%;
        width: 92%;

    }
    .static_slider .slide_card {
        margin: 0 auto;
    }
    @media only screen and (max-width: 767.9px) {
        .white_space {
            display: none;
        }
    }
}
.business-parter {
    padding: 70px 0;
    background-image: url(./images/bus-part.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.business-parter h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    color: #1bbac7;
    margin-bottom: 20px;

}
@media only screen and (max-width: 767.9px) {
    .business-parter h2 {
        font-size: 30px;
        line-height: 42px;
    }
}
.business-parter p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 40px;

}
@media only screen and (max-width: 767.9px) {
    .business-parter p {
        font-size: 20px;
        line-height: 28px;
    }
}
.form-container {
    background-image: url(images/form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -250px 0 0;
    background-color: #69c1cf;
}
.form-container input::placeholder,
.form-container textarea::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #1bbac7;
}
.form-container .form-main {
    padding: 60px;
}
@media (max-width: 1200px) {
    .form-container .form-main {
        padding: 60px 0px;
    }
}
.form-container .form-box {
    background: #ffffff;
    border-radius: 64px;
    padding: 45px 45px;
}
.form-container .form-box h2 {
    font-weight: 700;
    font-size: 38px;
    line-height: 52px;
    color: #1bbac7;
    margin: 0;
    margin-bottom: 30px;
}
.form-container .form-box label {
    display: none;
}
.form-container .form-box .input-field {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 15px 10px;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}
.form-container .form-box .input-field:focus-visible {
    outline: none;
}
.form-container .form-box .field-box {
    width: 100%;
    margin-bottom: 30px;
}
.form-container .form-box .submit-box {
    text-align: center;
}
.form-container .form-box .submit-box .submit-btn {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    background: #1bbac7;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    border: none;
    height: 49px;
    min-width: 220px;
    cursor: pointer;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    transition: all 0.3s;
}
.form-container .form-box .submit-box .submit-btn:hover {
    transform: translateY(-8px);
}
.form-container .form-content h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #ffffff;
    margin-bottom: 20px;

}
@media only screen and (max-width: 767.9px) {
    .form-container .form-content h3{
        font-size: 28px;
        line-height: 36px;
    }
}
.form-container .form-content p {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffff;
}
@media only screen and (max-width: 767.9px) {
    .help-btn-main {
        text-align: center;
    }
}
.help-btn-main {
    /* position: relative; */

}
.help-what {
    background: #474747;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    border: none;
    border-radius: 14px;
    padding: 15px 40px;
    margin-top: 55px;
    z-index: 1;
    position: absolute;
    left: 30%;

}
@media only screen and (max-width: 767.9px) {
    .help-what {
        position: relative;
        left: auto;
        margin: 30px 0 30px;
    }
}
/* Corrected CSS */
.partners .logos-row {
    display: flex;
    margin: 10px 0 225px;
    overflow: auto;
}

.partners .logos-row .partner_box {
    min-width: 300px;
}

.partners .logos-row .partner_box img {
    width: 200px;
    object-fit: cover;
}

/* Scrollbar styling */
.partners .logos-row::-webkit-scrollbar {
    height: 8px;
}

.partners .logos-row::-webkit-scrollbar-track {
    background-color: #f8f7f7;
    border-radius: 24px;
}

.partners .logos-row::-webkit-scrollbar-thumb {
    background-color: #ececec;
    border-radius: 24px;
}

.partners .logos-row::-webkit-scrollbar-thumb:hover {
    background-color: #b3b2b2; /* Slightly darker color on hover */
}

.partners .logos-row::-webkit-scrollbar-corner {
    background-color: #f8f7f7;
}
.static_slider#industries_slider .slick-prev:before {
    width: 40px;
    height: 36px;
    background-repeat: no-repeat;
    font-size: 37px;
}
.static_slider#industries_slider .slick-next:before {
    width: 40px;
    height: 36px;
    background-repeat: no-repeat;
    font-size: 37px;
}
.only-desk-show {
    display: block;

}
@media only screen and (max-width: 767.9px) {
    .only-desk-show {
        display: none  !important;
    }
}
.only-mob-show {
    display: none !important;

}
@media only screen and (max-width: 767.9px) {
    .only-mob-show {
        display: block;
    }
}