* {
    padding: 0px;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
h1{
    font-weight: 700 !important;
}

h2 {
    font-weight: bold !important;
    text-transform: capitalize;
    color: #141617;
    font-size: 2.5rem !important;
}
a{
    text-decoration: none !important;
    color: #1a1a1a !important;
}
p {
    font-size: 14px !important;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 0px !important;
}
button.medium-btn{
    padding: 8px 45px;
}
button.large-btn{
    padding: 11px 60px;
}
.container {
    max-width: 1230px !important;
}
.custom-input-size-home{
    font-size: 1.3rem !important;
}
.top_nav {
    background-color: #0070fb;
    color: #fff;
    font-size: 13px;
}

.top_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.top_text {
    margin: 0px 8px;
}

.top_text>i {
    font-size: 13px;
    margin-right: 5px;
}

.top_text>span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.top_text_li>span {
    margin: 0px 10px;
    font-size: 13px;
    font-weight: 500;

}

.nav-link {
    font-size: 14px;
    color: #141617 !important;
}
.nav-link:active{
    color: #0070FB !important;
}
.dropdown-item {
    padding: .8rem 1rem !important;
    clear: both;
    font-weight: 400;
    font-size: 14px !important;
    color: #141617 !important;

}

.dropdown-item:hover {
    background-color: #0070fb !important;
    color: #fff !important;
}

.dropdown-menu {
    border: none !important;
    padding-top: 20px !important;
}

.lis {
    margin: 0px 10px;
}

.lis>i {
    font-size: 10px !important;
}

.dropdown-toggle::after {
    display: none !important;
}

.drop2 {
    display: none !important;
}

.drop1:hover .drop2 {
    display: block !important;
}

.nav_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bar_button {
    background-color: #0070fb !important;
}

.bar_button>i {
    color: #fff !important;
}

.lis_maker {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* ==============main banner================= */
.main_bn {
    background-color: #f6f9ff;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    /* height: 80vh; */
}

.main_bn>h1 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0px;

}

.main_bn>p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 20px 0px;
    width: 50%;

}

.mini_banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0px;
    width: 80%;

}

.mini_banner>img {
    height: 70px;
    width: 70px;
    filter: grayscale(100%);
}

.mini_banner>img:hover {
    filter: grayscale(0%);
    cursor: pointer;

}

/* ==============Elevating banner================= */

.ele_title {
    padding: 50px 0px;
}

.ele_title>h2 {
    text-align: center;
    padding: 10px 0px;

}


.ele_title>p {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 30px;
}

.elev_box {
    background: linear-gradient(270deg, #ECF2FF 0%, rgba(236, 242, 255, 0) 103.89%);
    padding: 47px 0px;
    border-radius: 5px;
    margin: 10px 0px;
}

.elev_box>h2 {
    text-align: center;
}

.elev_box>h2:hover,
.elev_box1>p:hover {
    color: #0070fb;
    cursor: pointer;
}

.elev_box1 {
    background-color: #ecf2ff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    margin: 10px 0px;
    border-radius: 5px;
}

.elev_box1>p {
    font-size: 15px;
    line-height: 30px;

}

.elev_box1>img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.logo_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
}

.logo_box>img {
    height: 150px;
    width: 150px;
}
.logo_box1>img {
    height: 250px;
    width: 250px;
}
.b_img1 {
    height: 150px !important;
    width: 150px !important;
}
.b_img {
    height: 100px !important;
    width: 100px !important;
}

/* ==============Soft banner================= */

.soft_bn {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;

}

.soft_bn>img {
    width: 100%;
}

.soft_detail {
    padding: 50px 0px;
}

.soft_detail>p {
    padding: 20px 0px;
    text-align: justify;
}

.client_views {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;

}

.cli_s {
    padding: 10px;
}

.cli_s>h2 {
    color: #0070fb;
    text-align: center;
}

.cli_s>p {
    text-align: center;
    color: #52525B;
    font-weight: 500 !important;
}

/* ==============Services  banner================= */
.ser_box {
    padding: 30px 20px;
    display: flex;
}

.ser_box>img {
    height: 40px;
    width: 45px;
    margin-right: 30px;
}

.ser_detail>h5 {
    color: #0070fb;
    font-weight: bold;
}

.ser_detail>p {
    text-align: justify;

}

.hover_add {
    border-right: 1px solid #f2f3f5;
    border-bottom: 1px solid #f2f3f5;
}

.hover_add:nth-child(7) {
    border-bottom: none !important;
}

.hover_add:nth-child(8) {
    border-bottom: none !important;
}

.hover_add:nth-child(9) {
    border-bottom: none !important;
}

.hover_add:nth-child(3) {
    border-right: none !important;
}

.hover_add:nth-child(6) {
    border-right: none !important;
}

.hover_add:nth-child(9) {
    border-right: none !important;
}

.hover_add:hover {
    box-shadow: 0px 0px 14px 0px #0070FB40;
}

/* ==============Project to Discuss================= */
.discuss_bn {

    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 40px 0px;
    padding: 50px 0px;
}

.discuss_bnt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.discuss_tital>p {
    padding: 20px 0px;
}

/* ==============Tech Stack We Leverage================= */
.Tech_title {
    padding: 30px 0px;
}

.Tech_title>h1 {
    text-align: center;
    font-weight: bold;
}

.Tech_title>p {
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    text-align: center;
    width: 70%;
    margin: auto;
    line-height: 30px;
    padding-top: 20px;
}

.stack_list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.lis_1 {
    background-color: #f1f5f9;
    border: 100px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin: 20px 0px;
}

.lis_1>a {
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    color: #000;
    text-decoration: none !important;
}

.lis_1>a>span {
    text-align: center;

}

.lis_1:hover {
    background: #f1f5f9 !important;
    box-shadow: 0px 0px 14px 0px #0070FB40 !important;
}

.p_t {
    padding-top: 30px;
}

.p_b {
    padding-bottom: 30px;
}

/* ==============Need IT Staff ================= */
.need_bg {
    background-color: #0070fb;
    padding: 60px 100px;
    width: 80%;

}

.need_bn {
    color: #fff;
    padding: 50px 120px;

}

.need_bn>h1 {
    font-weight: bold;
}

.need_bn>p {
    width: 75%;
    letter-spacing: 1px;
    color: #fff;
    padding: 40px 0px;
}

.need_img {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.need_img>img {
    width: 100%;
}

.neend_part2 {
    margin-top: -120px;
    background-color: #fff;
}

.need_para>p {
    line-height: 25px;
    text-align: justify;
}

.staff_box {
    padding: 3rem;
}

/* ==============Software Solutions================= */
.pad_box {
    padding-bottom: 80px;
}

.bor_remove {
    border-bottom: none !important;
}

/* ==============Our Extensive================= */
.tab_btns {
    height: 40vh;
    justify-content: space-between;
    align-items: center;
}

.tab_sty {
    padding: 20px;
    color: gray !important;
    font-size: 16px;
}

.nav_li.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #0d6efd;

}

.show .ext_title {
    transition: transform 0.9s;
    transform: translateY(0%);

}

.ext_title {
    transition: transform 0.9s;
    transform: translateY(-30%);
}

.ext_title>p {
    padding: 30px 0px;
    text-align: justify;
    color: #000;
    width: 80%;
}

.tab_im,
.tab_im>img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ==============We Have Cross================= */
.tabs_list {
    background-color: #f1f5f9;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 20px !important;
}

.tabs_content {
    background-color: #0070fb;
    color: #fff;
    width: 100%;
    height: 100%;
    padding: 20px !important;

}

.tabs1>.active,
.tabs_list .show>.tabs1 {
    color: #0d6efd !important;
    background-color: unset !important;


}

.tabs1 {
    font-size: 16px;
    font-weight: bold;
    color: #000 !important;
    margin: 10px 0px;
}

.tabs1:hover {
    color: #0070fb !important;
}

.tabs1.active,
.nav-pills .show>.tabs1 {
    background-color: unset !important;

}

.tabs_content p {
    color: #fff;
}

.pill_ul {
    list-style: none;
}

.pill_ul>li {
    color: #fff;
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    font-size: 13px;
}

.pill_ul>li::before {
    content: "";
    width: 16px;
    height: 14px;
    background-image: url(../images/Icon\ tick.png);
    background-size: cover;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 10px;
}

/* ==============Quick IT Insights ================= */
.text_box {
    position: relative;
    height: 30vh;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3)),
        url('../images/Untitled-design-6-600x278.webp');
    background-size: 100% 100%;
    padding: 50px 50px 50px 50px;
}

.text_box>h3 {
    color: #fff;
    font-weight: normal !important;
    line-height: 40px;
    padding-top: 50px;
    padding-left: 20px;
}

.hr3 {
    height: 5% !important;
    background-color: #fff;
    position: absolute;
    width: 1px;
    transition-duration: .5s;
    opacity: 0 !important;
    right: 50px;
    top: 35px;
}

.hr2 {
    height: 5% !important;
    background-color: #fff;
    position: absolute;
    width: 1px;
    margin: 0px 40px 0px 0px;
    transition-duration: .5s;
    opacity: 0 !important;
}

.hr1 {
    height: 1px;
    background-color: #fff;
    width: 30%;
    margin: 0px auto;
    transition-duration: .5s;
    opacity: 0 !important;

}

.text_box:hover .hr1 {
    width: 100%;
    opacity: 1 !important;

}

.text_box:hover .hr2 {
    height: 67.5% !important;
    opacity: 1 !important;

}

.text_box:hover .hr3 {
    height: 67.3% !important;
    opacity: 1 !important;

}

.text_box1 {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, 0.3));
    background-size: 100% 100%;

}


.text_box1>h3,
.text_box2>h3,
.text_box3>h3 {
    padding-top: 90px;
}

.accordion-button::after {
    background-color: #000;
    height: 35px !important;
    width: 35px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    background-position: center;
}

.accordion-button:hover::after {
    background-color: #0070fb !important;


}

.accordion-button:hover {
    color: #0070fb !important;
}

/* ==============Write From Experience================= */
.inside_box {
    width: 80% !important;
    margin: auto !important;
}

.accordion-button {
    padding: 2.5rem 1.25rem !important;
    font-size: 1rem;
}

.accordion-button:not(.collapsed) {
    color: unset !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.accordion-button:focus {
    color: unset !important;
    background-color: none !important;
    border-color: unset !important;
    box-shadow: unset !important;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 0px 17px #00000026 !important;
    margin: 10px 0px;
    border-color: #f2f3f5 !important;
}

.accordion-body {
    padding: 1rem 1.25rem;
    height: 20vh !important;
    color: #6f6c90 !important;
    font-size: 14px;
}

.cards {
    width: 90%;
    margin: auto;
}

/* ==============DevBatch – A Software================= */
.box_left {
    background-color: #0070fb;
    padding: 30px 30px 80px 220px;
    height: 100%;

}

.box_left>h2 {
    color: #fff;
    font-size: 40px;
}

.box_left>p {
    color: #fff;
    width: 80%;
    line-height: 30px;
    padding: 50px 0px;
}

.box_right {
    background-color: #f1f5f9;
    padding: 30px 111px 80px 70px;
    height: 100%;
}

.box_right>p {
    width: 80%;
    line-height: 30px;
}

.form-control {
    background-color: unset !important;
    border: 1px solid #0000003d !important;
    outline: none !important;
}

.views_d {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.views_n>h5 {
    color: #fff;
}

.views_n>p {
    color: #fff;
}

.slide_box>p {
    color: #fff;
    line-height: 25px;
    padding: 20px 0px;
    font-size: 12px;
    width: 90%;
    text-align: justify;
}

.views_d>img {
    width: 12%;
    margin-right: 20px;
}

.slide_box>img {
    width: 20%;
    margin-right: 20px;
}

/* ==============Footer================= */
.f_1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.f_1>p {
    color: #f1f5f9;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.f_2 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.f_2>ul {
    list-style: none;
    padding: 0px;
    margin-top: 20px;
}

.f_2>h5 {
    color: #f1f5f9;
}

.f_2>ul>li>a {
    color: #f1f5f9 !important;
    line-height: 35px;
    text-decoration: none !important;
    font-size: 17px;

}

.f_2>ul>li {
    border-bottom: .5px solid #f1f5f90e;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.f_2>ul>li::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #0070fb;
    left: 0px;
    top: 0px;
    transition-duration: .5s;
    opacity: 0;
}

.f_2>ul>li:hover::after {
    top: 35px;
    opacity: 1;
}

.l_footer {
    background-color: #1d242d;
    color: #f1f5f9;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
}

/* ==============Service page================= */
.serv_main {
    background-color: #f6f9ff;
    padding: 50px 0px;
}

.ser_content>span {
    color: #0070fb;
    font-size: 12px;
    padding: 30px 0px;
    font-weight: 600;
}

.ser_content>h2 {
    font-size: 40px;
    font-weight: bold;

}

.ser_content>p {
    padding: 20px 0px;
    width: 80%;
}

.ser_content>ul>li {
    list-style: none;
    /* list-style-image: url(assets/images/mdi_tick-all.png); */
    list-style-image: url(https://staging.boxeswithlogo.com/assets/images/mdi_tick-all.png);

}

.ser_content>button {
    border-radius: unset !important;
    margin: 20px 0px;
}

.award_img {
    padding: 20px;

}

.award_img>img {
    width: 150px;
}

.ser_form {
    background-color: #eaedf2;
    border-radius: 10px;
    padding: 30px;
}

.ser_form>p {
    padding: 20px 0px;
}

.ser_inp {
    background-color: #f6f9ff !important;
    border: unset !important;
    padding: 10px 20px !important;
}

.ser_inp::placeholder {
    color: #000 !important;
}

.buld_power {
    background-color: #0071fb;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.cust_bn {
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 25px;
}

.cust_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cust_box>h4 {
    color: #fff;
    padding-left: 30px;
    font-weight: bold;
}

.cust_bn>p {
    color: #fff;
    padding: 5px 0px;
    text-align: justify;
    font-size: 16px;
}

.cust_bn>ul>li {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.cust_bn1 {
    border: unset !important;
    background-color: #048dfb;
}

.cli_s1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cli_s1>h5 {
    color: #0d6efd;
    font-weight: 600;
    padding-left: 10px;
}

.soft_bn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
}

.soft_bn1>img {
    width: 50%;
}

.heading {
    font-weight: bolder;
}

/* ==============Why Trust DevBatch For================= */

.ser_detail1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 20px;
}

.ser_detail1>h5 {
    font-weight: bold;
    padding: 10px 0px;
}

.ser_detail1>p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.hover_add1 {
    border-bottom: none !important;
}

/* ==============Share Your Custom Software================= */
.shear_list {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.shear_list>li {
    padding-top: 30px;
}

.shear_list>li>i,
.transf_list>li>i {
    color: #0070fb !important;
    padding-right: 10px
}

.share_title>h2 {
    font-weight: 900 !important;
    line-height: 50px;
}

.transf_list {
    padding: 0px;
    margin: 0px;
    list-style: none;

}

.transf_list>li {
    line-height: 30px;
}

.transf_list>li>span {
    font-size: 14px;
}

/* ==============Ready To Get Our Software================= */
.our_softTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our_softTitle>h2 {
    font-weight: 900 !important;
    padding: 30px 0px;
}

.our_softTitle>p {
    font-size: 18px;
    text-align: center;
}

.carousel-inner {
    position: relative;
    width: 60% !important;
    overflow: hidden;
    /*box-shadow: 0px 0px 14px rgb(0 0 0 / 15%);*/
    margin: 30px auto;
    padding: 40px 30px;

}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 320px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
    background: #0070fb !important;
    height: 30px !important;
    width: 30px !important;
    border-radius: 50%;
    display: none !important;
}

.carousel:hover .carousel-control-next {
    opacity: 1 !important;
    display: block !important;
}

.carousel:hover .carousel-control-prev {
    opacity: 1 !important;
    display: block !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    margin-top: 6px !important;
}

.carousel-control-next {
    right: 180px !important;
}

.carousel-control-prev {
    left: 180px !important;
}

.ele_title1 {
    padding: 50px 30px;
}

.ele_title1>p {
    line-height: 30px;
    font-size: 15px;
}

.carousel-indicators {
    position: unset !important;

}

.carousel-indicators [data-bs-target] {
    height: 70px !important;
    width: 70px !important;
    border-radius: 50%;
    text-indent: unset !important;
    background-color: #a6a6a6 !important;
    opacity: 1 !important;
    margin-right: 15px !important;
    margin-left: 15px !important;

}

.slid_btn {
    font-size: 35px !important;
    font-weight: 700 !important;
    color: #fff;
}

.carousel-indicators .active {
    background-color: #0070fb !important;
}

.doted_line {
    opacity: 1px !important;
    height: 1px;
    width: 30%;
    top: 75px;
    border-bottom: 2px dashed #000;
    position: absolute;
    background-color: unset !important;
    z-index: -1;
}

hr {
    opacity: unset !important;
}

/* ==============Tech Stack We Leverage to Build================= */
.fusion-text>ul {
    list-style: none;
    padding: 0;
    margin-bottom: 2em;
}

.ex-name {
    border: 1px solid;
    width: 35%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 42px;
    margin-right: 10px;
    background-color: #fff;
}

.ex-name:hover {
    color: #0070fb !important;
}

.fusion-text>ul>li {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    color: #1A1A1A;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
}

.fusion-text ul li+li {
    /* border-right: 1px solid #1A1A1A; */
    position: relative;
}

.fusion-text>ul>li+li:after {
    content: '';
    width: 0px;
    position: absolute;
    height: 30px;
    right: 0;
    background: #000;
    top: 15px;
    border-left: 1px solid #000;
}

/* ==============Our Successful Sofrware================= */
.card-text {
    font-weight: 400 !important;
    line-height: 30px;
    font-size: 18px;
    padding: 40px 0px;
}

.award_logo {
    display: flex;
    align-items: center;
}

.award_logo>img {
    width: 150px;
    margin: 20px 30px;
}

.award_i {
    width: 100px !important;
}

.item {
    padding: 15px !important;
    margin: 5px 3% !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 15%);
    min-height: 250px;
}

.item>h4 {
    color: #0070fb;
    text-align: left;
    padding: 20px 0;
    margin: 0;
    font-size: 20px !important;
    font-weight: bold !important;
}

.item>p {
    line-height: 30px;
}

.owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -150px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 16px;
    padding: unset;
    background: #0070fb !important;
    cursor: pointer;
    height: 30px;
    width: 30px;
    color: #fff !important;
    border-radius: 50% !important;
}

.wait_title>h2 {
    padding: 20px 0px;
}

.wait_title>p {
    font-size: 18px;
    width: 70%;
}

/* ==============Hire Professional IOS================= */
.staging_content>h2 {
    color: #0070fb !important;
    line-height: 80px;
    text-align: left !important;

}

.staging_content>span {
    text-align: left !important;

}

.staging_content>ul>li {
    list-style-image: unset !important;
    list-style: disc !important;
    line-height: 40px;
    font-size: 18px;
}

.staging_content>ul {
    padding: 20px 20px !important;
    margin: 0px;
}

.staging_bn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.staging_bn>img {
    width: 65%;
    height: auto;
}

.stage_box {
    padding: 40px 20px;
    min-height: 410px;
    background-color: #fff;
}

.stag_detail {
    display: flex;
    align-items: center;
}

.stage_box>p {
    padding-top: 20px;
    text-align: justify;
}

.stag_detail>h5 {
    font-weight: bold;
    margin-left: 10px;
}

.hover_adding {
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px 0px;
    margin: 14px 0px;
}

.hover_adding:hover {
    box-shadow: 0px 0px 14px 0px #0070FB40;
}

.hover_adding:hover .stag_detail>h5 {
    color: #0070fb !important;
}

.wond_box {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 500px;
    position: relative;
    margin: 40px 0px;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px 0px;

}

.wond_box>img {
    position: absolute;
    top: -40px;
}

.wond_card {
    padding: 0px 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.wond_card>h5 {
    font-weight: bold;
    text-align: center;
}

.wond_card>p {
    text-align: justify;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
}

.wond_box:hover {
    box-shadow: 0px 0px 14px 0px #0070FB40;

}

.step-parent-div {
    display: flex;
    margin: 20px 0px;
    justify-content: center;
    width: 100%;
    overflow-x: hidden;
}

.step-child-div {
    padding: 10px;
    border-right: 2px solid #cccccc;
    text-align: center;
}

.step-num {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 95%;
    color: #0070FB;
    padding: 10px 15px;
    position: relative;
}

.step-num:after {
    content: '';
    width: 2px;
    height: 70%;
    background: #ccc;
    right: 0;
    position: absolute;
    top: 13px;
}

.step-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 126.5%;
    color: #333333;
    text-align: left;
    padding: 10px 15px;
}

.step-content {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    text-align: left;
    padding: 0 15px;
}

.lesser_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0px;
}

.lesser_title>h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 32px !important;
    line-height: 54px !important;
    text-align: center !important;
    max-width: 900px !important;
    margin: auto !important;
    color: #1A1A1A !important;
    padding: 10px 0px;

}

.lesser_title>p {
    font-size: 14px;
    text-align: center;
}

.lesser_title>button {
    margin-top: 40px;
    padding: 10px 30px !important;
}

.idea_bn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px !important;
    height: 100%;
}

.idea_bn>img {
    height: auto;
    width: 80%;
}

.idea_list>li {
    line-height: 40px;
    font-size: 14px;
}

.idea_para>p {
    line-height: 32px;
    text-align: justify;
}

.tool_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Flexible {
    padding-bottom: 80px;
}

.flex_box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    padding: 20px 0px;
}

.flex_bn {
    background-color: #f8fafd;
    padding: 30px 0px;
    position: relative;
    top: -80px !important;
    box-shadow: rgb(0 0 0 / 6%) 0px 5px 15px 0px;

}

.flex_box>h4 {
    padding: 20px 0px;
}

.flex_box>p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 20px 30px;
}

.flex_box1 {
    border-right: 2px solid #a6a6a6;
}

.staging_form {
    width: 80%;
    margin: 20px auto;

}

.ser_inp1 {
    background-color: #fff !important;
    border: unset !important;
    padding: 10px 20px !important;
    box-shadow: rgba(0, 0, 0, 0.226) 0px 5px 15px 0px !important;

}

.ser_inp1>button {
    width: 100% !important;
}

.Contact_f {
    padding: 80px 0px 20px 0px !important;
}
.owl-prev{
    margin-left: -23px !important;
}
.owl-next{
    margin-right: -23px !important;
}

/* ==============Software Development Services For Healthcare Industry================= */
.record_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}
.year_rec{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* width: 50%; */
    margin: 20px 0px;
}
.year_rec>h2{
    color: #0070FB;
    margin: 0px;
}
.year_rec>p{
    text-align: center;
    margin-bottom: 0px;
    font-weight: 500;
    color: #52525B;
}
.mini_banner1 {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 70px 0px;
    width: 100%;

}

.mini_banner1>img {
    height: 70px;
    width: 70px;
}
.driving_box{
    padding-bottom: 60px;
}
.our_softTitle1>h2{
    text-align: center;
    padding-top: 80px;
}
.our_softTitle1>p{
    font-size: 14px !important;
}
.cli_s1>ul>li{
    font-size: 14px;
    line-height: 30px;
}
.soft_bn11>img {
    width: 100%;
}
.soft_bn11 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0px;
    height: 100%;
}
.cust_bn11{
    min-height: 300px;
    background-color: #048dfb;
    border: unset;
    border-radius: 10px !important;
}
.cust_box1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column !important;

}
.cust_box1>h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
}
.cust_bn11>p{
    text-align: center;
}
.card-title {
    margin-bottom: 0.5rem;
    font-size: 18px;
    font-weight: 600;
}
.ser_content1>ul>li{
    line-height: 35px;
}
.ser_content1>p{
    width: 90%;
    text-align: justify;
}
.solution_para{
    padding: 40px 0px;
    text-align: center;
    line-height: 30px;
}
.ser_detail>img{
    max-width: 45px;
    height: auto;
    margin-bottom: 10px;
}
.Benefit_box{
    box-shadow: 0px 0px 22px 0px #0070FB40;
    padding: 80px 20px !important;
    margin-bottom: 50px;
}

.Benefit_box>.ser_box>img{
    height: 70px;
    width: 70px;
}
.Benefit_box>.ser_box>.ser_detail>h3{
    color: #0070FB !important;
    font-weight: 600;
}
.Benefit_box>.ser_box>.ser_detail>p{
    width: 80%;
    line-height: 25px;
    font-weight: 600;
}
/* ==============staff================= */
.staff_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.staff_content>p{
    color: #000 !important;
    font-weight: 600;

}
.staff_content>p>span{
    color: #0070fb !important;
}
.staff_details{
    flex-direction: column;
}
.hairing_rate{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
.rating_box{
    min-height: 100% !important;
    padding: 30px 25px;
    border-radius: 8px;
    background-color: #F7F7F7 !important;
    box-shadow: none;
    margin: 10px 0px;
    width: 48%;
}
.rating_box>h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 95% !important;
    text-align: left;
    color: #0070FB !important;
  
}
.stage_box1 {
    min-height: 380px !important;
}
.model_1{
    margin-bottom: 30px;
}
.model_1>p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px !important;
    line-height: 32px;
    color: #1A1A1A;
}
.model_1>ul{
    margin: 0px;
    padding: 30px 0px;
}
.model_1>ul>li{
    list-style: none;
    line-height: 35px;
    font-size: 14px;
}
.model_1>ul>li>i{
    color: #d9d9d9;
    font-size: 12px;
    margin-right: 20px;
}
.Dev_box , .Dev_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}
.Dev_content{
    border-right: 1px solid #a6a6a6;
}

.Dev_content>h3{
    font-weight: 900;
    text-align: center;
}
.Dev_content>p{
    text-align: center;
    padding: 20px 0px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 500;
}
/* ==============Contact Us================ */
.contact_main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 80px 0px;
}
.contact_main>h2{
    text-align: center;
}
.contact_main>p{
    text-align: center;
}
.form-label1{
    margin: 0px !important;
}
.location_1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 50px 0px;
}
.email{
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    margin: 20px 0px;
    
}
.email>i{
    background-color: #0070FB;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    font-size: 20px;
    margin-right: 20px;
}
.email>i:hover{
    border: none !important;

}
.mail>p{
    margin-bottom: 15px !important;
}
.mail>a{
    text-decoration: none;
}
.mail>a>p:hover{
    color: #0070FB !important;
}
.map_img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.map_img ,.map_img>img{
    width: 100%;
    height: auto;
}
.postion_1{
    border-bottom: 1px solid #000;
    margin: 10px 0px;
}
.postion_1>h6{
    margin-bottom: 15px;
}
.post_but{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.carousel-inner1{
    width: 100% !important;
    padding: 0px !important;
}
.carousel-control-next1 {
    right: 0px !important;
}

.carousel-control-prev1 {
    left: 0px !important;
}
.carousel-control-next1,
.carousel-control-prev1 {
    position: absolute;
    top: 200px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
    background: #000 !important;
    height: 35px !important;
    width: 35px !important;
    border-radius: unset !important;
    display: unset !important;
}



.carousel-control-next-icon1,
.carousel-control-prev-icon1 {
    display: inline-block;
    width: 1rem !important;
    height: 1rem !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    margin-top: 6px !important;
}
.career_main{
    flex-direction: column;
    background-color: #fafbfc !important;
    margin: 5px 0px;
}
.career_card{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
.career_card>h4{
    text-align: center;
}
.career_detail>p{
    line-height: 25px;
    padding: 20px 0px;
    font-size: 14px;
    text-align: justify;
}
.career_main:hover{
    box-shadow: 0px 0px 22px 0px #0070FB40;

}
.career_main:hover .career_card>h4{
    color: #0070FB !important;
}
.career_slider{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.iti {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iti-mobile .iti__country-list {
    max-height: 100% !important;
    width: auto !important;

}
.iti--container {
    top: 500px !important;
    bottom: 30px;
    left: 150px !important;
}
.red-text {
     color: #0070fb !important; /* You can adjust the color as needed */
 }
