* {
    box-sizing: border-box;
    font-family: 'Anek Bangla', sans-serif;
}
body {
    overflow-x: hidden;
}

/* --------------- --
    top nav start
-- -------------- */
.margin-0 {
    margin: 0 !important;
}
.d-none {
    display: none;
}
img {
    height: auto;
}
.flex-column {
    flex-direction: column;
}
.justify-content-center {
    justify-content: center;
}
.img-fluid {
    max-width: 100%;
}
.pad-2-rem {
    padding: 2rem 0;
}
.p-relative {
    position: relative;
}
.z-2 {
    z-index: 2;
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.top_nav_main_div {
    display: flex;
    justify-content: space-between;
    height: 50px;
    overflow: hidden;
    background: #effbff;
}

.top_nav_main_div a {
    text-decoration: none;
    color: transparent;
}

.top_nav_lft_design {
    background: #effbff;
    position: absolute;
    right: -4rem;
    top: 1rem;
    height: 80px;
    width: 80px;
    transform: rotate(45deg);
}

.top_nav_lft_div {
    display: flex;
    background: #1293e7;
    align-items: center;
    padding: 1rem 10rem;
    position: relative;
}

.top_nav_lft_div div {
    padding: 0 3rem;
    border-right: 1px solid #d2d2d2;
    margin: 0;
}

.top_nav_lft_fst_div {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.top_nav_lft_div div:last-child {
    border: none;
}

.top_nav_lft_div div p {
    font-size: 16px;
    font-weight: 400;
    color: #ffff !important;
    margin: 0;
    padding: 0;
}

.top_nav_lft_social_div {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
}

.top_nav_lft_social_div div {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    background: linear-gradient(180deg, #00fff0 0%, #0500ff 100%);
    border: none;
    padding: 0;
    margin: 0 1rem;
}

.top_nav_rght_btn_div {
    display: flex;
    align-items: center;
    padding: 0 10rem 0 0;
    margin: 0;
}
.top_nav_rght_btn_div.pad {
    padding-top: 3rem;
}
/* .top_nav_rght_btn_div button, .top_nav_rght_btn_div .btn {
    background: linear-gradient(270deg, #001AFF 7.14%, #00C2FF 91.58%);
    border-radius: 50px;
    color: #ffff;
    font: 16px;
    font-weight: 400;
    padding: 1rem 2rem;
    margin: 0;
} */

.top_nav_rght_btn_div button,
.top_nav_rght_btn_div .btn {
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-image: linear-gradient(to left, #001aff, #00c2ff, #00c2ff, #001aff);
}

.top_nav_rght_btn_div button:hover,
.top_nav_rght_btn_div .btn:hover {
    background-position: 100% 0;
    moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.top_nav_rght_btn_div button:focus,
.top_nav_rght_btn_div .btn:focus {
    outline: none;
}

/* .top_nav_rght_btn_div button:hover, .top_nav_rght_btn_div .btn:hover {
    background: linear-gradient(270deg, #00C2FF 7.14%, #001AFF 91.58%);
    color: white;
}

.top_nav_rght_btn_div button:focus, .top_nav_rght_btn_div .btn:focus {
    box-shadow: none !important;
    outline: none !important;
    color: white !important;
} */
.inner-banner-area {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../pictures/other-images/del.png");
    height: 50vh;
    /*  justify-content: flex-end;*/
}
/* --------------- --
    top nav end
-- -------------- */
/* ---------------- --
      Navbar start
-- ----------------- */
header {
    position: sticky;
    top: -0.01rem;
    z-index: 99999999;
}
.navbar {
    height: auto;
    background: #ffffff;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.05);
    padding: 1rem 10rem;
    margin: 0;
}
.navbar-header {
    background: #ffff;
}

.navbar-header .navbar-toggle {
    background: none;
    border: none;
    box-shadow: none;
    margin-right: 0;
}

.navbar-nav li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    color: #373737;
}

.navbar-nav li a:hover {
    background: #76bae7 !important;
    color: white;
    border-radius: 5px;
}

/* dropdown */
.navbar-nav li .container ul {
    list-style: none;
    padding: 0;
}

.navbar-nav li .container ul li {
    padding: 0.5rem 0;
}

.navbar-nav li .container ul li > a {
    font-size: 15px !important;
    position: relative;
    display: block;
    padding: 5px 10px;
    font-weight: 400;
}

.navbar-nav li .container ul li > a:hover {
    background-color: #f4f4f4 !important;
    color: #373737;
}

.nav_dropdown_img_div {
    width: 100%;
    height: 185px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.nav_dropdown_img_div img {
    height: 100%;
    width: 100%;
}

.nav_dropdown_img_div .nav_dropdown_img_btn_div {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
}

.nav_dropdown_img_div .nav_dropdown_img_btn_div button {
    background: linear-gradient(270deg, #001aff 7.14%, #00c2ff 91.58%);
    border-radius: 50px;
    color: #ffff;
    font: 16px;
    font-weight: 400;
    padding: 0.5rem 2rem;
    margin: 0;
}

.nav_dropdown_img_div .nav_dropdown_img_btn_div button:hover {
    background: linear-gradient(270deg, #00c2ff 7.14%, #001aff 91.58%);
}

/* ---------------- --
       Navbar end
-- ----------------- */

/*-- ------------------------------- --
    Industry we serve start
-- -------------------------------- */
.industry_we_serve_row {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0 4rem 0;
}

.industry_we_serve_col {
    width: 16.66666%;
    display: flex;
    justify-content: center;
    padding: 0 2rem;
}

.industry_we_serve_col .about_epixel_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.industry_we_serve_col .industry_we_serve_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem;
    display: flex;
    justify-content: center;
    width: 100%;
}

.industry_we_serve_col:hover .industry_we_serve_inner_div {
    bottom: 2rem;
    cursor: pointer;
    transition: all;
    padding: 0 25px;
}

.industry_we_serve_inner_div h3 {
    font-size: 18px;
    font-weight: 500;
    color: #02367c;
    text-align: center;
    padding-top: 4rem;
}

/*-- ------------------------------- --
    Industry we serve end
-- -------------------------------- */
/*-- ------------------------------- --
             Footer start
-- -------------------------------- */
/*.footer {
    background: #00B2FF url('../images/other-images/footer-bg-design.png');
    background-blend-mode: multiply;
}*/

.bg-none-footer {
    background: linear-gradient(90deg, #0063e7 0%, #0283ba 100%);
    position: relative;
    overflow: hidden;
}

/*.bg-none-footer::before {
    content: url('../images/other-images/multiple-dots.svg');
    position: absolute;
    top: -2rem;
    left: -2rem;
}*/

/*.bg-none-footer::after {
    content: url('../images/other-images/multiple-dots.svg');
    position: absolute;
    right: -2rem;
    bottom: -2rem;
}*/

/*.bg-none-footer {
    background: transparent !important;
}*/
.main3 {
    width: 100%;
    display: grid;
    grid-template-rows: repeat(1, auto);
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    /* grid-row-gap: 20px;
    grid-column-gap: 20px; */
    grid-gap: 35px;
    position: relative;
    padding: 4rem 0 3rem 0;
}

.main3.updated {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 35px;
    position: relative;
    padding: 2rem 0 2rem 0;
}

.footer.updated .footer1 {
    border-bottom: 1px solid #fff;
}

.footer1 p {
    font-size: 15px;
    font-weight: 400;
    color: #e3e3e3;
    padding: 1rem 0;
    padding-right: 1.5rem;
    margin-top: 1rem;
}

.footer_common h5 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}
.footer_common p {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}
.footer_common ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.footer_common ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #f2f2f2;
    line-height: 35px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}

.footer_common ul li a:hover {
    color: white;
}
.footer_common ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1.5px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
}
.footer_common ul li a:hover::before {
    width: 50%;
}
.footer_common ul li a.partner-link {
    display: block;
    margin-top: 10px;
}
.footer_common ul li a.partner-link::before {
    content: none;
}
.footer_get_touch h4 {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding: 0 0 1rem 0;
}

.footer_get_touch_info {
    display: flex;
    justify-content: center;
}

.footer_get_touch_info.updated {
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.75rem;
    padding-top: 0.75rem;
}

.footer_get_touch_info div {
    padding: 0 1rem;
}

.footer_get_touch_info.updated div {
    padding: 0;
}

.footer_get_touch_info.updated div img {
    min-width: 20px;
    max-width: 20px;
    margin-right: 0.85rem;
}

.footer_get_touch_info div a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
}

.footer_get_touch_info div a:hover {
    color: rgb(236, 230, 230);
}

.footer_get_touch_social {
    display: flex;
    justify-content: center;
}

.footer_get_touch_social.updated {
    justify-content: flex-start;
}

.footer_get_touch_social div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: white;
    border-radius: 50%;
    margin: 2.5rem 1.5rem 0 1rem;
    cursor: pointer;
}

.footer_get_touch_social.updated div {
    margin: 2.5rem 1.5rem 0 0;
}

.footer_get_touch_social div:hover svg > path {
    fill: #5e5e5e !important;
}

.footer_bottom_part {
    background: #02367c;
    margin: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.footer_bottom_part p {
    font-size: 14px;
    font-weight: 400;
    color: white;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*-- ------------------------------- --
             Footer end
-- -------------------------------- */
/*-- ------------------------------- --
       Count Down area start
-- -------------------------------- */
.countdown_section {
    background: #f3f6f9;
    position: relative;
    overflow: hidden;
}

.countdown_main_div {
    padding: 5rem 10rem;
}

.countdown_design_img_lft {
    position: absolute;
    bottom: -2rem;
    left: -2rem;
}

.countdown_design_img_rght {
    position: absolute;
    top: -2rem;
    right: -2rem;
}

.countdown_row {
    display: flex;
    justify-content: space-between;
    padding: 8rem 0 4rem 0;
    flex-wrap: wrap;
}

.countdown_row .countdown_col {
    margin-bottom: 2rem;
}

.countdown_col .countdown_inner_div {
    position: relative;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 2rem 4rem;
    display: inline-block;
    text-align: center;
}

.countdown_col .countdown_inner_div .about_epixel_image_div {
    position: absolute;
    top: -4rem;
    left: 50%;
    transform: translateX(-50%);
}

.countdown_inner_div h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000c78;
    text-align: center;
    padding-top: 2rem;
}

.counter .counter-count:after {
    content: "+";
}

.countdown_inner_div p {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.countdown_inner_one_radius {
    border-radius: 5px 5px 5px 50px !important;
}

.countdown_inner_circle {
    border-radius: 50% !important;
}

.countdown_inner_no_radius {
    border-radius: 5px !important;
}

.countdown_inner_two_radius {
    border-radius: 0 50px 0 50px !important;
}

/*-- ------------------------------- --
       Count Down area end
-- -------------------------------- */

/* New Home Page CSS Start */
.homeContainer {
    position: relative;
    padding: 0 10rem;
}
.heroAreaMainDiv {
    /*    background: url('../images/hero-bg-shape.png');*/
    /*    min-height: calc(100vh - 125px);*/
    /*    background-size: cover;*/
    /*    padding: 75px 0;*/
    position: relative;
    overflow: hidden;
}
.bg-light-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-light-shape img {
    width: 100%;
    height: 100%;
}
.right-hero-img {
    width: 50vw;
    position: relative;
    min-height: calc(100vh - 100px);
}
.right-hero-img.home {
    height: 100%;
    min-height: 600px;
}
.right-hero-img img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
}
.right-hero-img.home img {
    position: absolute;
    right: 0px;
    top: 0;
    transform: unset;
    width: auto;
    height: 100%;
}
.right-hero-img.home .epixel-mobile-img {
    display: none;
}
.heroAreaMainDiv .heroHeading {
    font-weight: 700;
    line-height: 1.125;
    font-size: 50px;
    /*    text-transform: capitalize;*/
    color: #1e70b8;
}

.heroAreaMainDiv .heroHeading.home {
    color: #1e70b8;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

.heroAreaMainDiv .heroHeading.home span {
    color: #ffce31;
}
.heroAreaMainDiv .heroPara {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.35;
    color: #000000;
    margin-top: 10px;
}
.heroAreaMainDiv .heroPara.home {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.heroSvg {
    width: 100%;
    height: auto;
}

.heroSvg .setting-path {
    animation: geometric-form-animation 16s alternate infinite;
}

@keyframes geometric-form-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(70deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
.hideshow {
    animation: hideshow 2.5s linear;
}
@keyframes hideshow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.heroBtnsDiv {
    display: flex;
    margin-top: 35px;
}

.heroBtnsDiv .letsTalkBtn {
    border: 1px solid #1e70b8;
    padding: 12px 30px;
    background: #1e70b8;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
}

.heroBtnsDiv .letsTalkBtn svg {
    margin-left: 10px;
}

.heroBtnsDiv .letsTalkBtn:hover {
    border: 1px solid #1e70b8;
    background: #fff;
    border-radius: 5px;
    color: #1e70b8;
    text-decoration: none;
}

.heroBtnsDiv .letsTalkBtn:hover svg path {
    fill: #1e70b8;
}
.heroBtnsDiv.home .letsTalkBtn {
    background-color: #1e70b8;
    border: #1e70b8;
}
.heroBtnsDiv.home .letsTalkBtn:hover {
    background-color: rgb(0, 47, 92);
    border: rgb(0, 47, 92);
    color: #fff;
}

.heroBtnsDiv.home .letsTalkBtn:hover svg path {
    fill: #fff;
}

.heroBtnsDiv .viewPortFolioBtn {
    border: 2px solid rgba(63, 65, 108, 0.28);
    padding: 12px 30px;
    background: #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: #3f416c;
    margin-left: 10px;
}

.heroBtnsDiv .viewPortFolioBtn svg {
    margin-left: 10px;
}

.heroBtnsDiv .viewPortFolioBtn:hover {
    border: 2px solid rgba(63, 65, 108, 0.28);
    background: #3f416c;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.heroBtnsDiv .viewPortFolioBtn:hover svg path {
    fill: #fff;
}

.heroBtnsDiv .viewPortFolioBtn.home {
    background: transparent !important;
    border-color: rgba(63, 65, 108, 0.28) !important;
    color: #3f416c !important;
    font-weight: 500;
}
.heroBtnsDiv .viewPortFolioBtn.home svg path {
    fill: #3f416c;
}
.heroBtnsDiv .viewPortFolioBtn.home:hover {
    background: rgba(63, 65, 108, 0.8) !important;
    color: #fff !important;
}
.heroBtnsDiv .viewPortFolioBtn.home:hover svg path {
    fill: #fff !important;
}

.smallScreenBtns {
    display: none;
}

.commonHeaderDiv {
    margin: 0 0 75px 0;
}
.commonHeaderDiv.less {
    margin: 0 0 25px 0;
}

.commonHeaderDiv h2 {
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    text-transform: capitalize;
    color: #202124;
}

.commonHeaderDiv h2 span {
    color: #1e70b8;
}

.commonHeaderDiv p {
    position: relative;
    width: 200px;
    height: 4px;
    border-radius: 50px;
    background: #02367c;
    margin: 15px auto 0 auto;
}

.commonHeaderDiv p::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffce31;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: headingAnimation 2s alternate infinite;
}

@keyframes headingAnimation {
    0% {
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}

.itSolutionDiv {
    text-align: center;
    margin-top: 45px;
    padding: 0 25px;
}
.itSolutionDiv h3 {
    font-weight: 600;
    font-size: 28px;
    color: #0e2b5c;
    margin: 20px 0 0 0;
}
.itSolutionDiv h4 {
    font-weight: 600;
    font-size: 28px;
    color: #0e2b5c;
    margin: 20px 0 0 0;
}

.itSolutionDiv p {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    margin: 15px 0 0 0;
}

.paddingCommon-75 {
    padding: 75px 0;
}

.itSolutionBgClr {
    position: relative;
    background: rgba(2, 54, 124, 0.02);
}

.agencyBgClr {
    position: relative;
    background: #eff5f8;
    border: 1px solid rgba(2, 54, 124, 0.09);
    border-radius: 5px;
}

.bgAbsoluteImg {
    position: absolute;
}

.carausilbtn_pos_relative {
    position: relative;
}

.carousel_btn_div {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
}

.carousel_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background: #00b7b7;
    border: 1px solid #00b7b7;
    border-radius: 50%;
    margin: 0 1rem;
}

.inspiring_Work_col2 {
    padding: 2rem 0 0 4rem;
}

.commonSideHeaderDiv {
    margin: 0 0 75px 0;
}

.commSideonHeaderDiv h2 {
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    text-transform: capitalize;
    color: #202124;
    margin-top: 0 !important;
    line-height: 1.2;
}

.commSideonHeaderDiv h2 span {
    color: #1e70b8;
}

.commSideonHeaderDiv p {
    position: relative;
    width: 200px;
    height: 4px;
    border-radius: 50px;
    background: #02367c;
    margin: 15px 0 0 0;
}

.commSideonHeaderDiv p::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ffce31;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: headingAnimation 2s alternate infinite;
}

@keyframes headingAnimation {
    0% {
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 100%;
    }
}

.inspiringRightPara {
    margin-top: 2rem;
    font-weight: 400;
    font-size: 18px;
    color: #333;
}

.commonBlueBtn {
    border: 1px solid #1e70b8;
    padding: 16px 25px;
    width: 226px;
    background: #1e70b8;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    margin-top: 25px;
}

.commonBlueBtn:hover {
    text-decoration: none;
    border: 1px solid #1e70b8;
    background: #fff;
    color: #1e70b8;
}

.tstiMonialLeftPara {
    font-weight: 600;
    font-size: 30px;
    color: #202124;
    margin: 0;
    margin-top: 15px;
}

.tstiMonialLeftPara span {
    color: #656565;
    font-weight: 600 !important;
    font-size: 30px !important;
}

.testimonialBgAbsoluteImg {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.carouselPadding .item {
    padding: 35px 30px;
}

/* star Rating */
:root {
    --star-size: 24px;
    --star-color: #fff;
    --star-background: #ffce31;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);

    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonialComments {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}

.testiMonialDetailsDiv {
    margin-top: 35px;
    display: flex;
}

.testiMonialDetailsDiv .client-img-Div {
    width: 65px;
    height: 65px;
    /*background: #C4C4C4;
    border: 2px solid #02367C;*/
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}

.testiMonialDetailsDiv .client-img-Div img {
    width: 100%;
    height: 100%;
}

.testiMonialDetailsDiv p:first-child {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    color: #656565;
}

.testiMonialDetailsDiv p:last-child {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #02367c;
}

.testimonial_carousel_btn_div {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: end;
    top: 100%;
    transform: translateY(-50%);
    right: 84px;
}

.testimonial_carousel_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    background: #fff;
    border: 1px solid #02367c;
    border-radius: 50%;
    margin: 0 1rem;
}

.image-box {
    position: relative;
    padding-top: 70px;
}

.image-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200px;
    background-color: #02367c;
    content: "";
    z-index: -1;
    border-radius: 5px;
}

.image-box:after {
    position: absolute;
    left: 100px;
    top: 40px;
    height: 260px;
    width: 260px;
    background-color: #ffffff;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

.image-box .image {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.image-box .image {
    z-index: 999;
}

.completed-projects {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 3;
}

.completed-projects strong {
    position: relative;
    font-size: 62px;
    line-height: 1em;
    color: #ddc703;
    font-weight: 700;
    display: block;
}

.experience {
    position: absolute;
    right: 25px;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 240px;
    padding: 5px 40px;
    background: #ffffff;
    color: #000;
    box-shadow: 0 10px 60px rgb(0 0 0 / 10%);
    min-height: 92px;
    z-index: 3;
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 6s alternate infinite;
    animation: bounce-x 6s alternate infinite;
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.experience strong {
    position: relative;
    font-size: 60px;
    color: #000;
    font-weight: 700;
    display: block;
    margin-right: 20px;
    font-family: "Changa", sans-serif;
}

.experience .text {
    font-size: 18px;
    line-height: 24px;
    color: #808287;
}

.completed-projects .text {
    font-size: 21px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0.1em;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    right: 30px;
    position: absolute;
    top: 80px;
    white-space: nowrap;
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
}

.content-box {
    margin-top: 30px;
}

.about-block-four {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.about-block-four .icon {
    display: block;
}

.about-block-four .icon div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
    width: 75px;
    background-color: #02367c;
    font-size: 48px;
    border-radius: 50%;
    margin-right: 20px;
}

.about-block-four .about-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.about-block-four .about-text {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000;
}

.list-style-three li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\2714";
    font-weight: 900;
    color: #fff;
    border-radius: 50%;
    background: #02367c;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-style-three {
    position: relative;
    list-style: none;
    padding: 0;
}

.list-style-three li {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #333;
    padding-left: 45px;
    margin-bottom: 10px;
}

.bigWidthLeftLines {
    position: absolute;
    min-height: 200px;
    width: 25px;
    background: #02367c;
    top: 50%;
    transform: translateY(-50%);
}

.serve_you_main_div {
    position: relative;
    background: white;
    filter: drop-shadow(0px 0px 8px rgba(90, 90, 90, 0.25));
    border-radius: 10px;
    overflow: hidden;
    margin-left: 25px;
}

.serve_you_img_div img {
    width: 100%;
}

.deicatedRightCol {
    padding: 5rem 3rem;
    position: relative;
}

.eps-each-item {
    padding: 25px;
    background: #0e76a8;
    border-radius: 5px;
    /* background-image: url('../images/icons/background-icon.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;*/
    color: white;
    margin-right: 15px;
    text-align: center;
    display: flex !important;
    justify-content: center;
    min-height: 150px !important;
    padding: 15px;
    cursor: pointer;
}

.eps-each-item img {
    text-align: center;
    display: inline-flex !important;
}

.eps-each-item p {
    text-align: center;
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    margin-top: 5px;

    color: #ffffff;
}

/* .slick-slide {
    margin: 0px 10px;
} */

.slick-dots li button {
    display: none;
}

.slick-carousel-col {
    padding: 0 !important;
}

.slick-carousel-row {
    margin: 0;
    margin-top: 3rem;
}

button.slick-prev,
button.slick-next {
    display: none !important;
}

.eps-each-item:hover img {
    transform: rotate(-360deg);
    transition: all 0.25s;
}

.work_with_main_div {
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(86, 86, 86, 0.25);
    border-radius: 10px;
    padding: 15px;
}

.technology-tab {
    text-align: center;
    border-radius: 5px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e70b8;
    background: #fff;
    border: 1px solid #1e70b8;
    padding: 5px;
    cursor: pointer;
}

.technology-tab-col .technology-tab {
    font-size: 16px;
}

.technology-tab-col.active .technology-tab {
    background: #1e70b8;
    color: #fff;
}

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

.work_with_main_div ul li {
    padding: 5px;
}

.eachTechnologyDiv {
    background: #ffffff;
    border: 1px solid #fcebdf;
    border-radius: 5px;
    display: block;
    padding: 12px 8px;
    cursor: pointer;
    margin-bottom: 10px;
}

.eachTechnologyDiv img {
    margin: 0 auto;
    display: block;
}

.eachTechnologyDiv p {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.eachTechnologyDiv:hover img {
    transform: rotate(-360deg);
    transition: all 0.25s;
}

.technology-tab-content {
    margin-top: 25px;
}

.technology-tab-content div .row {
    padding: 0;
    margin: 0;
}

.technology-tab-content div .row .col {
    padding: 5px;
}
.how_engage_heading p {
    font-size: 16px;
}
/*.serve-you-bg-image {
    background: url('../images/icons/serve-you-bg-image.png');
    background-size: cover;
    background-repeat: no-repeat;
}*/

.experienceDivMain {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.experienceDivMain .experience-icon-div {
    width: 74px;
    height: 74px;
    background: #02367c;
    border: 1px solid #02367c;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.experienceDivMain .experience-para-div {
    margin-left: 20px;
}

.experienceDivMain .experience-para-div p:first-child {
    margin: 0;
    font-weight: 800;
    font-size: 32px;
    color: #1d4354;
}

.experienceDivMain .experience-para-div p:last-child {
    margin: 0;
    margin-top: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #3b3b3d;
    margin-top: 0;
}

.experienceCircleImg {
    display: none !important;
}

.innerLoadableArea-8 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.innerLoadableArea-8 span {
    background: #20bdff;
    position: absolute;
}

.innerLoadableArea-8 .innerLoadableArea-8-span1 {
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 0px;
    transform: translate(-100%);
    animation: innerLoadableArea8-1 4s linear infinite;
}

@keyframes innerLoadableArea8-1 {
    100% {
        transform: translate(100%);
    }
}

.innerLoadableArea-8 .innerLoadableArea-8-span2 {
    width: 3px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    transform: translate(0, 100%);
    animation: innerLoadableArea8-2 4s linear infinite 1s;
    animation-delay: 2s;
}

@keyframes innerLoadableArea8-2 {
    100% {
        transform: translate(0, -100%);
    }
}

.innerLoadableArea-8 .innerLoadableArea-8-span3 {
    width: 100%;
    height: 3px;
    right: 0px;
    top: 0px;
    transform: translate(100%);
    animation: innerLoadableArea8-3 4s linear infinite;
}

@keyframes innerLoadableArea8-3 {
    100% {
        transform: translate(-100%);
    }
}

.innerLoadableArea-8 .innerLoadableArea-8-span4 {
    width: 3px;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: translate(0, -100%);
    animation: innerLoadableArea8-4 4s linear infinite 1s;
    animation-delay: 2s;
}

@keyframes innerLoadableArea8-4 {
    100% {
        transform: translate(0, 100%);
    }
}

/* New Home Page CSS Start */

/*.cursor {
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: cursorAnim .5s infinite alternate;
    pointer-events: none;
    z-index: 9999;
}
.cursor::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    border: 8px solid #19F1FF;
    border-radius: 50%;
    opacity: .5;
    top: -8px;
    left: -8px;
    animation: cursorAnim2 .5s infinite alternate;
}
@keyframes cursorAnim {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.7);
    }
}
@keyframes cursorAnim2 {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(.4);
    }
}
@keyframes cursorAnim3 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(3);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
*/
.expand {
    animation: cursorAnim3 0.5s forwards;
    border: 1px solid red;
}

.animation-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.box-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.box-area li {
    position: absolute;
    display: block;
    list-style: none;
    width: 25px;
    height: 25px;
    background: rgba(25, 241, 255, 0.25);
    animation: animate 20s linear infinite;
    bottom: -150px;
}

.box-area li:nth-child(1) {
    left: 86%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.box-area li:nth-child(2) {
    left: 12%;
    width: 30px;
    height: 30px;
    animation-delay: 1.5s;
    animation-duration: 10s;
}

.box-area li:nth-child(3) {
    left: 70%;
    width: 100px;
    height: 100px;
    animation-delay: 5.5s;
}

.box-area li:nth-child(4) {
    left: 42%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 15s;
}

.box-area li:nth-child(5) {
    left: 65%;
    width: 40px;
    height: 40px;
    animation-delay: 0s;
}

.box-area li:nth-child(6) {
    left: 15%;
    width: 110px;
    height: 110px;
    animation-delay: 3.5s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translateY(-800px) rotate(360deg);
        opacity: 0;
    }
}

.recognize-agency-middle-div {
    margin: 0 10rem;
    position: relative;
    padding: 1rem 0 0.5rem 0;
}

.recognize-agency-bg {
    bottom: 0;
    width: 100%;
}

.recognize-agency-certificate-div {
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
    padding: 15px;
    background: rgba(255, 255, 255, 0.45);
    border-radius: 10px;
    margin: 0 35px 0 35px;
}
.recognize-agency-middle-div .col {
    text-align: center;
}

.slick-initialized .slick-slide {
    height: auto !important;
}

.heroHeading span.typed-text {
    color: #202020;
}
.heroHeading span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}
.heroHeading span.cursor.typing {
    animation: none;
}
@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}

#spin {
    color: #002a66;
}

#spin:after {
    content: "";
    animation: spin 16s linear infinite;
    transition: all 0.5s;
}

@keyframes spin {
    0% {
        content: "We offer smart AI & ML development services for your product.";
    }

    33% {
        content: "Tailored MVP Development Services for your Product Concept.";
    }

    66% {
        content: "We develop smart chatbots on WhatsApp and Facebook.";
    }
}
.cookie-alert {
    position: fixed;
    left: 15px;
    bottom: 25px;
    width: 320px;
    z-index: 999;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    text-align: start;
    border-radius: 5px;
    animation: leftToRight 1s linear;
    z-index: 999;
}
@keyframes leftToRight {
    0% {
        left: -335px;
    }
    100% {
        left: 15px;
    }
}

.btn-toolbar {
    display: flex;
    justify-content: start;
}
.card-title {
    font-size: 2rem;
    font-weight: 500;
}
.card-text {
    font-size: 1.5rem;
}
.slick-initialized .slick-slide {
    height: auto !important;
}

.rowNew {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7,
.column-8,
.column-9,
.column-10,
.column-11,
.column-12,
.column,
.column-auto,
.column-sm-1,
.column-sm-2,
.column-sm-3,
.column-sm-4,
.column-sm-5,
.column-sm-6,
.column-sm-7,
.column-sm-8,
.column-sm-9,
.column-sm-10,
.column-sm-11,
.column-sm-12,
.column-sm,
.column-sm-auto,
.column-md-1,
.column-md-2,
.column-md-3,
.column-md-4,
.column-md-5,
.column-md-6,
.column-md-7,
.column-md-8,
.column-md-9,
.column-md-10,
.column-md-11,
.column-md-12,
.column-md,
.column-md-auto,
.column-lg-1,
.column-lg-2,
.column-lg-3,
.column-lg-4,
.column-lg-5,
.column-lg-6,
.column-lg-7,
.column-lg-8,
.column-lg-9,
.column-lg-10,
.column-lg-11,
.column-lg-12,
.column-lg,
.column-lg-auto,
.column-xl-1,
.column-xl-2,
.column-xl-3,
.column-xl-4,
.column-xl-5,
.column-xl-6,
.column-xl-7,
.column-xl-8,
.column-xl-9,
.column-xl-10,
.column-xl-11,
.column-xl-12,
.column-xl,
.column-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.column-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.column-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.column-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.column-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.column-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.column-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.column-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.column-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.column-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.column-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.column-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.column-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.column-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .column-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .column-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .column-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .column-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .column-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .column-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .column-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .column-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .column-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .column-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .column-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .column-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .column-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .column-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .column-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .column-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .column-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .column-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .column-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .column-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .column-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

/* Portfolio CSS */
.align-items-center {
    align-items: center;
}
.portfolio-hero-section {
    background-color: #f6f6f6;
}
.heroHeading span {
    color: #202020;
}
.pt-3 {
    padding-top: 1rem;
}
.tab-btns-section {
    margin: 5rem 0 3rem;
}
.tab-btns {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}
.tab-btns .btn {
    border: 1px solid #1e70b8;
    padding: 1rem 2.25rem;
    background-color: transparent;
    color: #1e70b8;
    font-weight: 500;
    font-size: 18px;
}
.tab-btns .btn:hover,
.tab-btns .btn.active {
    background-color: #1e70b8;
    color: #fff;
}
.company-portfolio {
    margin-bottom: 6.25rem;
    padding: 0 10rem;
}
.portfolio-container {
    border-radius: 5px;
    padding: 20px 1rem;
    overflow: hidden;
}
.portfolio-container .row {
    display: flex;
    align-items: center;
}
.portfolio-container.ashan {
    background-color: #f9eaea;
}
.portfolio-container.ashan2 {
    background-color: #e0fef2;
}
.portfolio-container.swissta {
    background-color: #e9ecf5;
}
.portfolio-container.festa {
    background-color: #e9ecf5;
}
.portfolio-container.dover {
    background-color: #f1f1f1;
}
.portfolio-container.militakiri {
    background-color: #fdf4ec;
}
.portfolio-container.cleanplast {
    background-color: #fbfeef;
}
.portfolio-container.lita1 {
    background-color: #fdeff3;
}
.portfolio-container.lita2 {
    background-color: #e7feef;
}
.portfolio-container.cme {
    background-color: #edf0ff;
}
.portfolio-container.pg {
    background-color: #e7f3ff;
}
.portfolio-container.gig {
    background-color: #fbfeef;
}
.portfolio-container.steel-plastic {
    background-color: #fdeff3;
}
.portfolio-container.fleetng {
    background-color: #eaeeff;
}
.portfolio-container.WealthLogix {
    background-color: #e7feef;
}
.portfolio-container.finvario {
    background-color: #f1f1f1;
}

.project-name-heading {
    font-size: 36px;
    font-weight: 700;
    color: #1e70b8;
    position: relative;
}
.project-name-heading::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 5px;
    border-radius: 15px;
    background-color: #383838;
}
.content-portfolio.left {
    padding-left: 5rem;
    padding-right: 3rem;
}
.content-portfolio.right {
    padding-right: 5rem;
}
.project-sub-para {
    font-weight: 500;
    font-size: 20px;
    padding-top: 1.35rem;
}
.project-para {
    padding-top: 1rem;
    font-size: 17px;
}
.shadow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.125);
    filter: blur(40px);
}
.right-hero-img .portfolio-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.portfolio-img.mob {
    display: none;
}
.portfolio-img.desktop {
    display: block;
}
/* Portfolio CSS Ends */
/* AI/ML css start */
.aiml-inner-div {
    background: #eff6ff;
    border: 1px dashed #000d2c;
    box-shadow: 0px 0px 10px rgba(14, 118, 168, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.aiml-inner-div-content {
    display: flex;
    align-items: center;
}
.aiml-inner-image-div {
    width: 100%;
    height: 100%;
}
.aiml-inner-image-div .ai-ml-full-image {
    display: none;
}
.aiml-inner-image-div .ai-ml-half-image {
    width: 575px;
}
.aiml-inner-para-div {
    padding: 0 50px;
}
.aiml-inner-para-div p {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    vertical-align: middle;
}
.ai-ml-service-text h3 {
    font-weight: 700;
    font-size: 28px;
    color: #0e2b5c;
}
.ai-our-service-row img {
    width: 100%;
}

.callToActionSection {
    position: relative;
    background: #1e9cb8;
    backdrop-filter: blur(2px);
    border-radius: 5px;
    padding: 45px 10px;
}
.callToActionSection .leftDesignAiMl {
    position: absolute;
    left: 0;
    bottom: 0;
}
.callToActionSection .rightDesignAiMl {
    position: absolute;
    right: 0;
    top: 0;
}
.callTOActionParaDiv h5 {
    font-weight: 600;
    font-size: 35px;
    color: #ffffff;
}
.callTOActionParaDiv p {
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
}

.CallToActionBtn {
    border: 1px solid #ffffff;
    padding: 12px 30px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 24px;
    width: 250px;
    margin: 0 auto;
    color: #1e9cb8;
}

.CallToActionBtn svg {
    margin-left: 10px;
}
.CallToActionBtn svg path {
    margin-left: 10px;
    fill: #1e9cb8;
}
.CallToActionBtn:hover {
    color: #00414f;
}

.CallToActionBtn:hover svg path {
    fill: #00414f;
}
.developmentProcessUl {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
    counter-reset: process;
}
.developmentProcessUl li {
    position: relative;
    padding-left: 50px;
    padding-bottom: 3rem;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
}
.developmentProcessUl li strong {
    font-weight: 600;
}
.developmentProcessUl li::before {
    z-index: 1;
    position: absolute;
    counter-increment: process;
    content: counter(process);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    background: #333333;
    border: 1px solid #333333;
    border-radius: 50px;
    left: 0;
    color: #fff;
}
.developmentProcessUl li:not(:last-of-type):after {
    position: absolute;
    content: "";
    left: 16px;
    top: 19px;
    width: 4px;
    height: 100%;
    border-right: 3px dashed #333333;
}
.developmentProcessDesign1 {
    position: absolute;
    top: -20px;
    left: 50px;
}
.developmentProcessDesign2 {
    position: absolute;
    bottom: -20px;
    right: 50px;
}
.idealChoiceEachDiv {
    margin-top: 50px;
}

.idealChoiceEachDiv img {
    width: auto;
}
.idealChoiceEachDiv h4 {
    font-weight: 600;
    font-size: 28px;
    text-align: center;
    color: #0e2b5c;
}
.idealChoiceEachDiv p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin: 0 auto;
}
.callToAction2ParaDiv p {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 25px;
}
.callToActionBgBlue {
    background: #02367c;
}
.CallToAction2Btn {
    font-weight: 600;
    font-size: 24px;
    color: #333333;
}
.CallToAction2Btn svg path {
    fill: #333333;
}
.eachBlogMainDiv {
    border: 1px solid #d4e1f3;
    border-radius: 5px;
    overflow: hidden;
}
.eachBlogMainDiv .blogImage {
    width: 100%;
}
.eachBlogContent {
    padding: 25px;
}
.eachBlogContent h5 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #3a3a3a;
}
.eachBlogContent p {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #555555;
}
.eachBlogBottomDiv {
    background: #1e70b8;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eachBlogBottomDiv div {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}
.faqLeftPart {
    position: relative;
}
.faqLeftImgDiv {
    margin-top: 10rem;
}
.faqLeftImgDiv .serve_you_main_div {
    margin-left: 0;
}
.faqLeftPart .developmentProcessDesign1 {
    position: absolute;
    top: -70px;
    left: 0px;
}
.faqLeftPart .developmentProcessDesign2 {
    position: absolute;
    bottom: -70px;
    right: 0px;
}
.middle-accordation-div {
    width: 100%;
    margin: 35px auto 0 auto;
}
.main-lable {
    display: block;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 1rem;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.question-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    padding: 10px 20px;
}
.answer-div {
    margin: 0 20px 20px 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    border-top: 1px solid #a9bcff;
    display: none;
    transition: all 0.25s;
}
.main-lable input:checked ~ .question-text ~ .answer-div {
    display: block;
    transition: all 0.25s;
}
.main-lable input:checked ~ .question-text .faqPlusImg {
    display: none;
    transition: all 0.25s;
}

.main-lable input:not(:checked) ~ .question-text .faqPlusImg {
    display: block;
    transition: all 0.25s;
}
.main-lable input:not(:checked) ~ .question-text .faqMinusImg {
    display: none;
    transition: all 0.25s;
}
.main-lable input:checked ~ .question-text .faqMinusImg {
    display: block;
    transition: all 0.25s;
}

.faqButtonsDiv {
    width: 38.59px;
    height: 32px;
    background: #1e70b8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inspiring_Work_carousel_main_div {
    background: white;
    filter: drop-shadow(0px 0px 8px rgba(90, 90, 90, 0.25));
    border-radius: 10px;
    overflow: hidden;
}
.equeryFormMainDiv input {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 50px;
    padding: 15px;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
}
.equeryFormMainDiv select {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/menu-icons/select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 98% center;
}
.equeryFormMainDiv label {
    font-weight: 500;
    font-size: 16px;
    color: #202020;
    margin-bottom: 8px;
}
.equeryFormMainDiv .magginTop35 {
    margin-top: 35px;
}
.equeryFormMainDiv textarea {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 50px;
    padding: 15px;
    height: 133px;
    resize: vertical;
    font-weight: 400;
    font-size: 20px;
    color: #202020;
}
.equeryFormMainDiv input::placeholder,
.equeryFormMainDiv select::placeholder,
.equeryFormMainDiv textarea::placeholder {
    color: #ddd;
}
.equeryFormMainDiv .enquryBtnDiv {
    display: block;
    background: #1e70b8;
    border-radius: 5px;
    width: 318px;
    height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    border: 1px solid #1e70b8;
    margin-top: 50px;
}
.equeryFormMainDiv .enquryBtnDiv:hover {
    background: transparent;
    color: #1e70b8;
}

/* AI/ML css end */
.consulting-service {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
    height: 100%;
    text-align: center;
    padding: 15px;
}
.consulting-service h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-block: 0 10px;
}

.consulting-service p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.work-hero-img-div {
    padding: 0;
}
.work-hero-img {
    display: block;
    margin-left: auto;
}
