@import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');



/*! 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: 'Heebo', 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 */


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 #0095FA;
    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.active,
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #0095FA;
    color: #fff;
}

.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 */
.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: 0.9375rem;
}

#solutions ul li {
    line-height: 28px;
}

.slick-dots li.slick-active button:before {
    color: #D9D9D9 !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #B2B0B0;
}

.bg-dark-blue {
    background-color: #0095fa;
}

#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: #0095fa;
    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: #0095FA;
}

/* 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: #0095fa;
    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: #F2F8FE;
}

.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: #000000;
    text-decoration: none;

}

.section-heading {
    color: #0095FA;
}



/* 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 .mmitbg {
    /* position: relative; */
    height: 400px;

    z-index: 9;
}

.page-banner .mmitbg::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: #0095FA;
}

.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: 215px;
    margin: 20px auto;

}

.our-work-div {
    padding: 20px;
    background-color: #FBFCFF;
    border: 1px solid #D7EBFF;

}

.our-work-div:hover {
    border: 1px solid #0095FA;
}


/* 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: #0095FA;
    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/ques-bg.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: 25px;

}

.navbar-light .navbar-nav .nav-link-1 {
    background-color: #0095FA;
    display: block;
    padding: -0.6rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    color: #fff;
    text-decoration: none;
    margin-left: 19px;
    position: relative;
    z-index: 99;
}

/*.navbar-light .navbar-nav .nav-link-1::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 13px solid #fff;
    border-left: 20px solid #0095FA;
    z-index: 0;
}
*/

.footer-privacy-policy {
    background-color: #fff;
    border-bottom: 1px solid black;
}

.about-us-section-heading {
    color: #0095FA;
    font-size: 16px;
}

.clients_slider {
    display: flex;
}

.about-us-banner-page-banner {
    background-image: url('../images/inner-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #0095FA;

}

.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 {
    height: 90px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border: 1px solid transparent;
}

.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/Vector2.png);
    margin-bottom: 80px;
}

.section-heading-22 {
    color: #0095FA;
}

.location-wrapper {
    text-align: center;
}

#map-address--1 img {
    width: 100%;
    overflow-x: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
}

.location {
    width: 50px;
}

#contact {
    padding-bottom: 0px;
}

/* .section-heading {
    color: #000000;
} */

.section-heading01 {
    color: #000000;
    font-size: 44px;
}

ul.check_list li {
    margin: 0px;
    padding: 4px 0 4px 10px;
    color: #333;
}

.nav-justified .nav-item .nav-link {
    background-color: #0095FA;
    color: #fff;
    position: relative;
}

.portfolio-wrapper {
    position: relative;
}

.catagory {
    position: absolute;
    top: 10px;
    left: 0px;
}

.catagory p {
    color: #fff;
    background-color: #0095FA;
    padding: 5px 10px;
}

.whole-image-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}

.single-image-wrapper {
    width: 32%;
    padding-bottom: 30px;
}


.exp-card {
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.business_type_content h3 {
    margin-top: 0;
}

#b2b_experience {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: -70px;
}
 /*
  *****************************************
  ! BANNER SLIDER ! ----------------------*
  *****************************************
  */
  
  /*reset*/
  ul.bannerSlider{
    padding-left:0;
  }
  .bannerSlider{
      height: 450px;
  }
  .bannerSlider .slide__image::before{
      content: "";
      position: absolute;
      width: 100%;
      height: 450px;
  }
  .bannerSlider .slick-slide {
      position: relative;
  }
  
  .bannerSlider .slide__image img {
      width: 100%;
      height: 450px;
      object-fit:cover;
  }
  img.slide__image__top-position {
      object-position:center bottom;
  }
  .bannerSlider .slide__text {
      position: absolute;
      z-index: 100;
      text-align: center;
      width: 100%;
      top: 50%;
      right: 20%;
      transform: translateY(-50%);
  }
  .bannerSlider .slide__text h2 {
      font-size: 48px;
      font-weight: 100;
  
      color: #fff;
  }
  .our-open-positions{
    width: 225px;
  }
  .navbar-nav .nav-item button{
    margin-left: 15px;
   }
  h2{
    text-align:center;
    padding: 20px;
  }
  /* Slider */
  
  .slick-slide {
      margin: 0px 0px;
  }
  
  .slick-slide img {
      width: 100%;
  }
  
  .slick-slider
  {
      position: relative;
      display: block;
      box-sizing: border-box;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      -khtml-user-select: none;
      -ms-touch-action: pan-y;
          touch-action: pan-y;
      -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
  }
  .slick-list:focus
  {
      outline: none;
  }
  .slick-list.dragging
  {
      cursor: pointer;
      cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
      -webkit-transform: translate3d(0, 0, 0);
         -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
           -o-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
      position: relative;
      top: 0;
      left: 0;
      display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
      display: table;
      content: '';
  }
  .slick-track:after
  {
      clear: both;
  }
  .slick-loading .slick-track
  {
      visibility: hidden;
  }
  
  .slick-slide
  {
      display: none;
      float: left;
      height: 100%;
      min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
      float: right;
  }
  .slick-slide img
  {
      display: block;
  }
  .slick-slide.slick-loading img
  {
      display: none;
  }
  .slick-slide.dragging img
  {
      pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
      display: block;
  }
  .slick-loading .slick-slide
  {
      visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
      display: block;
      height: auto;
      border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
      display: none;
  }
  @media screen and (max-width:1200px) {
    .single-image-wrapper {
        width: 46%;
        padding-bottom: 30px;
    }
    
  }
  
  @media screen and (max-width:991.9px){
    
    .navbar-nav li:last-child{
        display: none;
    }
    .join-team-title{
        font-size: 2rem !important;
    }
    .b2b_first{
        width: 100%;
    }
    .b2b_first_second{
        width: 100%;
    }
    #b2b_experience {
        
        left: 0px;
    }



  }
  @media screen and (min-width:767.9px){

    
    .our-open-positions {
        width: 270px;
    }
   
}
  @media screen and (max-width:767.9px){

    
    .our-open-positions {
        width: 215px;
    }
    #join-team{
        margin-top: 125px;
    }
    .section-heading01 {
        color: #000000;
        font-size: 22px;
    }
    .single-image-wrapper {
        width: 96%;
        padding-bottom: 30px;
    }
}
@media screen and (max-width:475.9px){

    .exp-card{
        height: 235px;
    }
    
}
  /*
  .bannerSlider {
      margin: 0 auto;
  }
  .bannerSlider .slick-arrow{
      position: absolute;
  
      top: calc(50% - 14px);
      width: 24px;
      height: 42px;
  
      font-size: 48px;
      z-index: 2;
  
      color: #fff;
  }
  .bannerSlider .slick-prev {
      background: url(../images/layout/slick-prev.png);
      left: 50px;
  }
  .bannerSlider .slick-next {
      background: url(../images/layout/slick-next.png);
      right: 50px;
  }
  .bannerSlider i:hover{
      cursor: pointer;
  } */
   /*
  *****************************************
  ! BANNER SLIDER END ! ----------------------*
  *****************************************
  */