/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap'); */

@font-face {
    font-family: "DM Sans";
    src: url(../fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: "DM Sans Bold";
    src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: "Gilroy Extra Bold";
    src: url(../fonts/Gilroy-ExtraBold.otf);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}



/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
    padding-bottom: 20px;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

p {
    font-size: 15px;
}
.text-start{
    margin-bottom: 10px;
}

/* CUSTOM CSS */
h1,
h2,
h4,
h5 {
    font-family: "DM Sans Bold";
}

h2.section-heading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
}

h2.section-heading-1 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    padding-top: 10rem;
}

.bg-grey {
    background-color: #F8F9FA;
}

a.view_all {
    border: 1px solid #EF3B39;
    background-color: #fff;
    padding: 0px 30px;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    display: inline-block;
    line-height: 37px;
    height: 40px;
}

.card {
    border: none !important;
}

#blog .card-title {
    font-size: 1rem;
    height: 38px;
}

/* MENU */
.navbar-light .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
    margin-left: 20px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #0095fa;
}

#navbarNav .navbar-nav .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0;
    min-width: 6rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #FFE2E2;
}

.dropdown-menu[data-bs-popper] {
    top: 94%;
    left: 14px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* BANNER */
#hero-banner {
    position: relative;
}

.banner-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3.2rem;
    font-weight: 700;
    width: 30%;
}

#hero-banner .swiper {
    width: 100%;
    height: 100%;
}

#hero-banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#hero-banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero-banner .swiper-pagination {
    text-align: left !important;
    left: 20px !important;
}

#hero-banner .swiper-pagination-bullet {
    background-color: #B2B0B0 !important;
}

#hero-banner .swiper-pagination-bullet-active {
    background-color: #fff !important;
}
#about-us{
    margin-top: 50px;
}
.home-page-banner-text{
    display: none;
}
.our-work-img img{
    width: 90px;
}
.contact_footer i{
    padding-right: 10px;
}
/* ABOUT-US */
.about_img_points {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    text-align: center;
}

.about_img_points img {
    padding: 3px;
}

#about-us p {
    line-height: 22px;
    font-size: 14px;
}

.slick-dots li.slick-active button:before {
    color: #D9D9D9 !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #B2B0B0;
}

#blog .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 2.18289px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5.45723px 5.45723px;
}

#blog div.col-md-4:nth-child(2) .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 2.18289px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5.45723px 5.45723px;
}

/* BLOG */
#blog .posted {
    border-bottom: 1px solid #E5E2E2;
}

#blog .posted p {
    margin-bottom: 8px;
    font-size: 0.9rem;
    color: #888686;
}

#blog .posted .posted_by {
    color: #000;
    font-weight: bold;
}

#blog .card-text {
    margin-top: 10px;
    font-size: 12px;
    color: #6D6B6B;
    line-height: 20px;
}

#blog .read_more {
    color: #EF3B39;
    text-decoration: underline;
    font-size: 12px;
}

#blog .card-img {
    height: 200px;
    position: relative;
    overflow: hidden;
}

#blog .post_category {
    position: absolute;
    bottom: 0;
    right: 2px;
    background-color: #010101;
    border-top-left-radius: 18px;

}

.post_category p {
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 0;
}

#blog div.col-md-4:nth-child(2) .card .post_category {
    background-color: #EF3B39;
}

/* CLIENTS */

/* SUCCESS STORIES */
.success_story {
    background-color: #fff;
    position: relative;
    padding: 20px 0px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 5px 5px 5px;
}

.success_story .success_story_by {
    position: absolute;
    bottom: 25px;
    margin-left: 10px;
}

.success_story .success_story_by h5 {
    font-size: 15px;
    text-align: center;
    margin-top: 12px;

}

#success-stories .slick-slide {
    margin-right: 20px;
}



.success_story .success_story_img {
    position: absolute;
    top: -80px;
    width: 170px;
}

.stories_slider {
    height: 250px;
    margin-top: 120px;
}

.success_story .success_story_content {
    padding: 0 12px 0 0;
}

.success_story .success_story_content p {
    font-size: 15px;
    text-align: justify;
}

#success-stories .slick-list {
    overflow: visible !important;
}

#success-stories .success_div {
    overflow: hidden;
}

/* CASE STUDIES */
#case-studies p {
    text-align: justify;
}

#case-studies .case_study_div {
    position: relative;
}

#case-studies .case_study_img {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

#case-studies .case_study_div .case_study_cat {
    position: absolute;
    bottom: 15px;
    right: 0;

}

#case-studies .case_study_div .case_study_cat p {
    background-color: #EF3B39;
    padding: 4px 14px;
    color: #fff;
}

.case_study_headline h2 {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 5px;
}

.case_study_headline p {
    color: #989898;
}

.case_slider .slick-slide {
    margin-right: 20px;
}

/* FOOTER */
.footer {
    background-color: #333333;
}

.get_started,
.get_started:hover {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 15px 120px 15px 15px;
    background: #0095FA;
    border: 1px solid #0095FA;
    border-radius: 35px;
}

.social_links,
.social_links:hover {
    color: #fff;
    margin-left: 12px;
}
.social_links,
.social_links-1 {
    color: #fff;
    margin-left: 12px;
}

.social_links i {
    width: 34px;
    /* height: 30px; */
    border-radius: 50%;
    background-color: #010101;
    padding: 8px 11px;
}
.social_links-1 i {
    width: 34px;
    /* height: 30px; */
    border-radius: 50%;
    background-color: #0095FA;
    padding: 8px 11px;
}

.footer ul {
    padding-left: 0;
    margin-top: 20px;
}

.footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;

}
.footer ul li a:hover{
    color: red;
    text-decoration: none;

}
.section-heading {
    color: #fff;
}
.contact_footer{
    color: #fff;
}
.contact_footer:hover{
    color: red;
    cursor: pointer;
}



/* ABOUT US PAGE */
.page-banner {
    position: relative;
    height: 400px;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    overflow: hidden;
}

.page-banner .hanitbg {
    /* position: relative; */
    height: 400px;

    z-index: 9;
}

.page-banner .hanitbg::before {
    content: '';
    background: url('../images/Logo/hanit.png') no-repeat center center/cover;
    position: absolute;
    left: 50%;

    transform: translateX(-50%);
    height: 400px;
    width: 500px;


}

.page-banner .page-banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.page-banner .page-banner-title {
    font-size: 62px;
}

.service {
    /* padding: 16px; */
    border: 1px solid transparent;
}

.service:hover {
    border: 1px solid #EF3B39;
    border-radius: 7px;
    /* padding: 15px; */
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    cursor: pointer;
}

.service:hover .service_count {
    color: #EF3B39;
}

.service_count {
    font-family: "Gilroy Extra Bold";
    color: #FFE2E2;
    font-size: 62px;
    margin-bottom: 0;
}

.service p {
    font-size: 15px;
    line-height: 18px;
}

#real_experience ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

#operating_core {
    position: relative;
}

#operating_core #operating {
    text-align: center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);

}

#operating_core #core {
    border-radius: 50%;
    background-color: #FFDFDF;
    width: 215px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translate(-3%, -50%);

}

#our-solutions {
    position: relative;

}

#our-solutions .right-div {
    /* margin-top: 50px; */
    height: 340px;
    z-index: -1;
}

#our-solutions .left-div {

    height: 65vh;
    z-index: -1;
}

#our-solutions #our-solution-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 73%;
}

#our-solutions #our-solution-inner ul {
    margin-bottom: 0;
}

#our-solutions #our-solution-inner ul li {
    font-size: 15px;
    margin-bottom: 5px;
}

.text-justify {
    text-align: justify;
}

.our-work-content {
    width: auto;
    margin: 20px auto;

}

.our-work-div {
    cursor: pointer;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
   

}

.our-work-div:hover {
    cursor: pointer;
    background-color: #0B5C89;
}
.our-work-div:hover .b2b_section_heading {
    color: #fff;
}
.our-work-div:hover .b2b_section_text{
    color: #fff;
}
.our-work-div:hover .know_more{
    background-color: red;
    color: #fff;
    border: none;
}


/* OUR PRACTICE */

#practices,
#practices-right {
    position: relative;
    z-index: -1;
}

#practices-right .practice-title {
    position: relative;
    background-color: #F2F2F2;
    padding: 10px 14px;
    font-size: 1.3rem;
    height: 40px;
    padding-left: 50px;
    text-align: left;
}

#practices .practice-title {
    position: relative;
    background-color: #F2F2F2;
    padding: 10px 14px;
    font-size: 1.3rem;
    height: 40px;
    padding-right: 50px;
    text-align: right;
}

#practices .dev_practices,
#practices-right .dev_practices {
    width: 300px;
}

#practices-right .practice-title::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-left: 20px solid #F2F2F2;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#practices .practice-title::before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 0px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #F2F2F2;
    border-bottom: 20px solid transparent;
}

#practices .dev_practices:nth-child(1) {
    position: absolute;
    top: 18%;
    right: -10%;


}

#practices-right .dev_practices:nth-child(1) {
    position: absolute;
    top: 2%;
    left: 0%;


}

#practices-right .dev_practices:nth-child(2) {
    position: absolute;
    top: 30%;
    left: 0%;

}

#practices .dev_practices:nth-child(2) {
    position: absolute;
    top: 45%;
    right: -10%;

}

#practices-right .dev_practices:nth-child(3) {
    position: absolute;
    top: 59%;
    left: 0%;

}

#practices-right .dev_practices:nth-child(4) {
    position: absolute;
    top: 89%;
    left: 0%;

}

#practices .dev_practices:nth-child(3) {
    position: absolute;
    top: 75%;
    right: -10%;

}

#practices .dev_practices p {
    padding-right: 50px;
    text-align: right;
}

#practices-right .dev_practices p {
    padding-left: 50px;
    text-align: left;
}

/* CAREERS */
.about-careers {
    background-color: #F8F9FA;
    height: 390px;
}

.about-careers:hover {
    background-color: #0095FA;
    color: #fff;
}


.about-careers h3 {
    font-size: 0.9rem;
    padding: 12px 20px;
    line-height: 22px;
    text-align: center;
}

#join-team {
    background: url('../images/careers/join-team.jpg')no-repeat;
    background-size: 100% 100%;
    height: 480px;
    width: 100vw;
}

.join-team-title {
    font-size: 4rem !important;
    margin-top: 40px;
}

.our-open-positions,
.our-open-positions:hover {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background-color: #0B5C89;
    border-radius: 40px;
    padding: 15px 30px
}

/* SERVICES  */
.our-service {
    box-shadow: 0px 0px 2.18289px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 5.45723px 5.45723px;
}

.our-service-content h3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 1px solid #E5E2E2;
}

.our-service-content {
    height: 450px;
    padding: 20px 15px 8px 15px;
    background: #FFFFFF;
}

.our-service-content ol {
    padding-left: 15px;
}


.any-questions {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-color: lightblue;
    background-image: url(../images/technologies/rectangle\10.png);
}

.our-service-content ol li {
    padding-left: 5px;
    margin-bottom: 10px;
    font-size: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E2E2;

}

.any-questions .question-img {
    bottom: 0px;
}
.any-question-align{
    align-items: center;
}

/* SUB SERVICES  */

.our-sub-service {
    background-color: #F8F9FA;
}

.our-sub-service .our-sub-service-img {
    border: 1px solid #0095FA;
    background-color: #fff;

}

.our-sub-service .our-sub-service-img img {
    padding: 20px;
}

.our-sub-service .our-sub-service-content {

    height: 100%;
}

.our-sub-service .our-sub-service-content h3 {
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
}
.our-sub-service .our-sub-service-content-11 h3 {
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
}

.bussiness-types {
    background: url('../images/services/business-bg.png')no-repeat;
    background-size: 100% 100%;
    height: 400px;
    width: 100vw;
}

.business_type_content h3 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 14px;
    position: relative;
}

.business_type_content p {
    text-align: justify;
}
.nav-item button{
    background-color: #0095FA;
    border: 1px solid #0095FA;
    padding: 10px 20px;
    margin-left: 19px;
}
.navbar-light .navbar-nav .nav-link-1 {
    color: #fff;
    text-decoration: none;
}
.footer-privacy-policy{
    background-color: #1B1C1C;
}
.about-us-section-heading{
    color: #0B5C89;
    font-size: 16px;
    padding-top: 15px;
}
.clients_slider{
    display: flex;
}
.about-us-banner-page-banner{
    background-color: #0B5C89;
}
.our-work-div-about-us{
    padding: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    max-height: 330px;
    margin-right: 5px;
    max-width: 250px;
    
   
}
.whole-service-section{
    align-items: center;
}
#services-11{
    background-color: #F2F8FE;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-banner-content-1 h2{
    padding-top: 60px;
    padding-bottom: 60px;
}
.our-sub-service-content h3{
    font-size: 15px;
    padding: 10px;
}
.our-sub-service-content{
    min-height: 60px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.our-sub-service-content:hover{
    border: 1px solid #0095FA;
}
.our-sub-service-content:hover h3{
    color: #0095FA;
}
.technology-section-heading{
    color: #0095FA;
    font-size: 16px;
}
.technological-text{
    display: flex;
}
.first-start-logo img{
    padding-right: 10px;
}
.mmit-bottom-text{
    border-bottom: 1px solid #0095FA;
}

.banner-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-commerce{
    font-size: 55px;
    padding-right: 100px;
}
.home-page-banner-section{
    background-image: url(../images/home-page/hero-banner/vector\2.png);
    margin-bottom: 80px;
}
.section-heading-22{
    color: #0095FA;
}
#map-address--1 img{
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
}
#contact{
    padding-bottom: 0px;
}
.section-heading--1{
    color: #000000;
}
.section-heading--101{
    color: #000000;
    font-size: 44px;
}
ul.check_list li {
    margin: 0px;
    padding: 4px 0 4px 25px;
    background: url(../images/services/icon_check_sign.png) left 7px no-repeat;
    color: #333;
    background-size: 20px 20px;
}
.nav-justified .nav-item .nav-link {
    background-color: #0095FA;
    color: #fff;
    position: relative;
}
.portfolio-wrapper{
    position: relative;
}
.catagory{
    position: absolute;
    bottom: 15px;
    left: 30%;
}
.catagory p{
    color: red;
    background-color: #fff;
    padding: 5px 10px;
}
.catagory--1{
    position: absolute;
    top: 40%;
}
.catagory--1_text{
    color: #fff;
    padding: 0px 15px;
}
.whole-image-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
.single-image-wrapper{
    width: 23%;
    padding-bottom: 30px;
}
.nav-item .nav-link0001{
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 60px;
}
.about_us_section_wrapper{
    display: flex;
}
.about_us_right_section img{
    width: 100%;
}
.about_us_left_section-parent{
    display: flex;
    flex-wrap: wrap;
}
.about_us_left_section-image{
    width: 25%;
}
#about-us{
    background-color: #fafafa;
}
.home-page-banner-wrapper img{
    width: 100%;
}

.home_image_text_wrapper{
    object-fit: contain;
    height: 100%;
    min-height: 480px;
    position: relative;
    background-image: url(../images/home-page/hero-banner/banner-group.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home_image_text_wrapper--1{
    object-fit: contain;
    height: 100%;
    min-height: 480px;
    position: relative;
    background-image: url(../images/process/full-shot-man-experiencing-virtual-reality1.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home_image_text_wrapper--2{
    object-fit: contain;
    height: 100%;
    min-height: 480px;
    position: relative;
    background-image: url(../images/process/b2b-group.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home_image_text_wrapper--3{
    object-fit: contain;
    height: 100%;
    min-height: 480px;
    position: relative;
    background-image: url(../images/home-page/hero-banner/technologies-group.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home_image_text_wrapper--10{
    object-fit: contain;
    height: 100%;
    min-height: 480px;
    position: relative;
    background-image: url(../images/process/500888.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.home-page-banner-text--10{
    right: 8%;
    bottom: 11%;
    position: absolute;
    width: 40%;
    min-height: 175px;
    padding: 15px;
    color: #fff;
    background-color: #0B5C89;

}
.home-page-banner-text--3{
    right: 8%;
    bottom: 11%;
    position: absolute;
    width: 40%;
    min-height: 175px;
    padding: 15px;
    color: #fff;
    background-color: #0B5C89;

}
.b2b-section---1{
    padding-top: 30px;
}
.home-page-banner-text--2{
    right: 8%;
    bottom: 11%;
    position: absolute;
    width: 40%;
    min-height: 175px;
    padding: 15px;
    color: #fff;
    background-color: #0B5C89;

}
.home-page-banner-text{
    right: 8%;
    bottom: 11%;
    position: absolute;
    width: 40%;
    min-height: 175px;
    padding: 15px;
    color: #fff;
    background-color: #0B5C89;

}
.home-page-banner-text--1{
    right: 8%;
    bottom: 11%;
    position: absolute;
    width: 40%;
    min-height: 175px;
    padding: 15px;
    color: #fff;
    background-color: #0B5C89;

}

.b2b_section_heading{
    color: #0B5C89;
}
.know_more{
    border: 1px solid #0B5C89;
    background-color: #fff;
    color: #0B5C89;
}
.right_choice_parent{
    display: flex;
    align-items: center;
}
.right_choice_text_wrapper{
    padding-left: 20px;
}
.right_choice_text_wrapper-1{
    padding-right: 20px;
}
.portfolio-image-wrapper img{
    padding-bottom: 0px;
}
.form-first{
    margin-bottom: 25px;
}
.form-section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/home-page/hero-banner/microsoftteams-image.png);
}
.form-section--1{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/home-page/hero-banner/microsoftteams-image-men.png);
}
.form-text{
    color: #fff;
}
.form-first input{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.button-wrapper button{
    padding: 3px 15px;
    color: white;
    background: transparent;
    border: 1px solid red;
}
.button-wrapper button:hover{
    color: white;
    background-color: red;
    cursor: pointer;
}
.any-question{
    padding: 86px 30px;
    background: white;
    display: block;
}
.any-question-text-1{
    color: white;
    background-color: red;
    padding: 5px 10px;
}
.location-wrapper{
    display: flex;
}
.location-wrapper p{
    margin-left: 15px;
}
.business_cycle{
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 30px;
}
.whole-b-image-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
}
.single-b-text-wrapper{
    width: 30%;
    padding-bottom: 30px;
}
.domin{
    font-size: 16px;
}
.b2b-section{
    background-color: #fafafa;
    padding-top: 40px;
}
.b2b-section--1{
    background-image: url(../images/process/rectangle-2.png);
   
}
.b2b-wrapper--1{
    background-color: #0B5C89;
    padding: 20px 40px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.b2b-wrapper--1 p{
    color: #fff;
}
.b2b-wrapper--1 ul li{
    color: #fff;
}
.about_us_left_section{
    width: 50%;
    padding-top: 1rem;
    padding-right: 30px;
}
.about_us_right_section{
    width: 50%;
}
.b2b-section---1{
    display: none;
}
@media screen and (max-width:991.9px){
    .home-page-banner-text{
        display: none;
    }
    .home_image_text_wrapper{
        min-height: 360px;
    }
    .b2b-section---1{
        padding-top: 0px;

    }
    .about_us_section_wrapper{
        display: block;
    }
    .about_us_left_section{
        width: 100%;
        padding: 0px 30px;
    }
    .about_us_left_section-image{
        width: 50%;
    }
    .about_us_right_section{
        width: 100%;
    }



}
@media screen and (max-width:667.9px){
    .home_image_text_wrapper{
        min-height: 300px;
    }
}
@media screen and (max-width:476.9px){
    .home_image_text_wrapper{
        min-height: 225px;
    }
    .our-work-div-about-us{
        width: 100%;
        max-width: none;
    }
}
@media screen and (max-width:768.9px){
    .our-world{
        width: 100%;
    }
}


    


