* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: 'Inter', sans-serif;
}

html {
    overflow-x: hidden;
}

:root {
    --primary-color: #1A3B70;
    /* Blue */
    --secondary-color-secondary: #c25403;

    --secondary-color: #c25403;
    /* Orange */
    --accent-color: #4caf50;
    /* Green */
    --bg-color: #f5f5f5;
    /* Light Gray */
    --text-color: #444444;
    /* Dark Gray */
}

.textPrimary {
    color: var(--primary-color);
}

.textSecondary {
    color: var(--secondary-color-secondary)
}

.bgSecondary {
    background-color: var(--secondary-color-secondary);
}

.bgPrimary {
    background-color: var(--primary-color);
    color: #C3DEF9;
}

/* Base font size */
html {
    font-size: 16px;
}

/* Headings */
h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

h2,
.heading2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.5em;
}

h3,
.heading2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.5em;
}

/* Paragraph */
p {
    font-size: 1rem;
    line-height: 1.6;
    /* color: var(--text-color); */
    margin-bottom: 1em;
}

.primaryColor {
    color: var(--primary-color);
}

.icon-card {
    transition: transform 0.3s ease;
}

.icon-card:hover {
    transform: translateY(-5px);
}

.icon-card i {
    color: var(--primary-color);
}

h2,
h5 {
    color: var(--primary-color);
}

.bg-green {
    background-color: #2b5b9a;
}

.form-control,
.form-control:focus {
    border: 1px solid #346dc0;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    color: #f4f4f4;
}

.contactBtn {
    margin-top: 20px;
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.home-card-img1 {
    /* max-height: 200px; */
    border-radius: 4px;
}

.home-card1 {
    border-radius: 50px 5px 50px;
}

.img-radius1 {
    border-radius: 80px 5px 70px;
}

/* Responsive tweak (optional) */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }
}

.nav-item {
    padding: 2px 15px;
}

.nav-link.active {
    color: var(--primary-color);
}

.bg-orange,
.btnSecondary {
    background-color: var(--secondary-color-secondary);
}

.btnPrimary {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;

}

.btn-outline-light,
.btn-outline-secondary,
.btnPrimary {
    width: 200px;
}

.aboutAvexaContent {
    padding: 50px 1px;
}

.aboutAvexaContent p.fw-semibold {
    font-style: italic;
    color: var(--primary-color);
    border-left: 4px solid var(--accent-color);
    padding-left: 15px;
    margin-top: 30px;
}

.footerLinks {
    text-decoration: none;
    color: var(--text-color);
}

.footerLinks:hover {
    text-decoration: dotted;
    color: var(--accent-color);
    ;
}

.footerLinksSec {
    margin: 5px auto;
}

.btn-green {
    background-color: var(--primary-color);
    color: #fff;
}

.socialIcons i {
    padding: 2px 7px;
    color: var(--secondary-color);
}

.socialIcons i:hover {
    color: var(--primary-color);
}

.contactUsBtn {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* background-color: var(--primary-color);
    color: #fff; */
}

a:hover {
    color: var(--primary-color);
}

.contactUsBtn:hover {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #C3DEF9;
    text-decoration: underline;
}

.sticky #navbarSupportedContent li a {
    color: #000;
}

.sticky #navbarSupportedContent li a.active {
    color: var(--primary-color);
}

.sticky .stickyHeader {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.subscribeSec {
    margin-top: -50px;
    z-index: 99;
    border-radius: 10px;
    background-color: rgba(49, 19, 154, 0.6);
}

.aboutSec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.bannersec_about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/img/bgg3.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.plateformSec {
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.plateformSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/img/background2.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.bannersec_solutions::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/img/background4.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.bannersec_consulting::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/img/background3.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.bannersec_contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/img/bg1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.bannersec_offerings::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('/img/offeringsBg.png');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    z-index: -1;

}

.healthCard-body {
    min-height: 266px;
}

.healthCardContent {
    margin-top: 3px;
}

.healthCard-body .healthCardContent li {
    padding-bottom: 15px;
}

.aboutcontent h1,
.plateformSec h1 {
    animation: fadeDown 1s ease forwards;
    opacity: 0;
}

body,
html {
    overflow-x: hidden;
}

.aboutcontent p,
.plateformSec p {
    animation: fadeUp 1s ease 0.5s forwards;
    opacity: 0;
}

.listStyle {
    list-style: "☑️";
    padding-bottom: 3px;
}

.readMore {
    color: #fff;
}

.policySec {
    min-height: 400px !important;
}

.solutions-img {
    height: 250px;
}

@keyframes fadeDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.btnPrimary:hover {
    background-color: var(--secondary-color);
    transform: scale(1.05);
    color: #fff;
}

.aboutSec {
    display: flex;
    justify-content: center;
    /* horizontal center */
    align-items: center;
    /* vertical center */
    /* min-height: 60vh; */
    /* full screen height */
    margin-top: -82px;
}

.bannersec {
    min-height: 550px;
}

.aboutcontent {
    text-align: center;
    /* text alignment */
}

.aboutcontent h1,
.aboutcontent p {
    color: #fff;
}


.ourStory h2 {
    font-weight: 700;
    color: #fff;
}

.ourStory p {
    font-size: 1.1rem;
    color: #fff;
}

.faddedWhite {
    color: #aba8a8;
}

.ourStories {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
    /* Adjust for clarity */
}

.ourStories .container {
    z-index: 2;
    position: relative;
    padding-top: 60px;
}

.ourStory h2,
.ourStory p {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}


.ourStorySec {
    margin: 40px auto 20px;
}

.ourStory p.fw-semibold {
    font-style: italic;
    color: #ffffff;
    border-left: 4px solid var(--accent-color);
    padding-left: 15px;
    margin-top: 30px;
}

.teamCard:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.teamCard .card-body a {
    color: var(--primary-color);
}

.team-img {
    max-height: 220px;
    width: 100%;
    object-fit: cover;
}

.btnShadow {
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.icon-card:hover i {
    animation: bounceIcon 0.6s;
    color: var(--secondary-color);
}

@keyframes bounceIcon {
    0% {
        transform: translateY(0);
    }

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

    60% {
        transform: translateY(5px);
    }

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

.teamCard .card-img-top {
    transition: transform 0.3s ease;
}

.teamCard:hover .card-img-top {
    transform: scale(1.05);
}

.teamCard .card-body {
    position: relative;
}

.teamCard .card-body::before {
    content: attr(data-role);
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: var(--accent-color);
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
}

/* .joinUs {
    background-image: url('/img/wavebgg.png');
    background-repeat: no-repeat;
} */
.join_Us {
    position: relative;
    overflow: hidden;
}

.bg-video2 {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
    /* Adjust for clarity */
}

.join_Us .container {
    z-index: 2;
    position: relative;

}

.joinUsSec {
    padding: 50px 20px;
}

.joinUs .joinUsBtn {
    transition: transform 0.3s ease;
}

.joinUs .joinUsBtn:hover {
    transform: scale(1.05);
}

.footerSec {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding-top: 30px;
}

.bg-dull-white {
    background-color: #f4f4f4;
}

/* .whatWeDo {
     background: url('/img/AOiA+elements-01.png'); 
} */

.tabImg {
    border-radius: 25px;
    max-height: 352px;
}

#plateformTab {
    border: none;
}

.nav-link {
    border: none
}

#plateformTab .nav-link {
    color: var(--text-color)
}

#plateformTab .nav-link {
    color: var(--accent-color);
    border: none;
    border-top: 3px solid var(--secondary-color-secondary);
    border-radius: 15px;
    gap: 10px;
}

#plateformTab .nav-link.active {
    color: var(--accent-color);
    border: none;
    border-left: 3px solid var(--accent-color);
    border-radius: 15px;
}

.heading2 {
    color: var(--accent-color);
    font-size: 27px;
}


.ccc {
    margin: 0;
    padding: 0;
    background: linear-gradient(to right, #ffffff 25%, rgba(0, 0, 0, 0.05) 25%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}



.coreCard {
    border: 2px dashed var(--accent-color);
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    padding: 25px 1px;
}

.bgf3f3f3 {
    background-color: #f3f3f3;
}

.connectBtn {
    text-decoration: none;
    color: #fff;
}

.s-card {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    border: 1px dashed #fff;
    border-radius: 15px;
    margin-bottom: 20px;
}

.formHeading {
    color: #9a8f8f;
    font-size: 14px;
    padding-bottom: 7px;
}

.healthCard {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 50px 5px;
    background-color: #e5e5e5;
}

.healthCard img {
    border-radius: 10px 100px;
}

.consultancyCrad {
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
    border-radius: 50px 5px;
    border: 1px dashed var(--secondary-color-secondary);
}

/* .plateform-card-img {
     border-radius: 100%;
    padding: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; 
} */

.plateform-card-img img {
    border-radius: 100px;
    border: 1px solid red;
    padding: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.text-justify {
    text-align: justify;
}

.flip-image:hover {
    animation: flipY 5s linear infinite;
    transform-style: preserve-3d;
}

.mt-9 {
    margin-top: 9rem;
}

.wpb_wrapper {
    display: flex;
    margin: auto;
}

.bgGreen {
    background-color: #253030;

}

.height636,
.height-lg-636 {
    min-height: 670px;
    max-height: 670px;
}

.height6361 {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.height6362 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.bgGreen p,
.bgGreen h3 {
    color: #fff
}

.bgGreen hr {
    color: #fff;
    background-color: #fff;
}

.bgImage1 {
    background-image: url(../img/side-view-smiley-doctor-patient.jpg);
}

.index-carousel-item img {
    max-height: 470px;
}

.owl_item_image.custom-image {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    border-radius: 50%;
    padding: 20px;
    margin: 13px;
}

.owl_item_image.custom-image:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    border-radius: 50%;
}

.py-10 {
    padding: 10rem 1px;
}

.py-7 {
    padding: 7rem 1px;
}

.py-6 {
    padding: 6rem 1px;
}

.pt-6 {
    padding-top: 6rem;
}

.mt-6 {
    margin-top: 6.58rem;
}

.mt-7 {
    margin-top: 7rem;
}

.home_carousel img {
    min-height: 100vh;
}

.ourStoriesSolutions {
    min-height: 500px;
}

.owl_item_image img {
    width: 90px;
    height: auto;
    margin-bottom: 15px;
}

.owl_item_desc span {
    font-size: 1.2rem;
    font-weight: 600;
}

.owl_item_desc em {
    font-style: normal;
    color: #444;
    font-size: 0.95rem;
}

.carousel-caption h2 {
    font-size: 40px;
}

.carousel-caption p {
    color: var(--primary-color);
    font-size: 18px;
    color: #253030;
    font-weight: 500;
}

.owl_item_desc p {
    margin-bottom: 7px;
}

.owl_item_desc p em {
    font-size: 1rem;
    cursor: pointer;
    margin-bottom: 0px;
}

.owl-nav {
    display: none;
}

.owl_item_desc p em:hover {
    color: var(--secondary-color-secondary);
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu {
    background-color: #4c5961;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.dropdown-item {
    color: #ccc;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #C3DEF9;
}

.dropdown-item {
    color: #fff;
}

.sticky .dropdown-menu {
    background-color: #fff;
    color: #000;
}

.sticky .dropdown-item:hover {
    background-color: #ccc;
    color: var(--primary-color);
}

.dropdown-menu {
    width: max-content;
    padding: 10px;
    border-radius: 10px;
}

.dropdown-menu .dropdown-item {
    padding: 10px;
}

.owl_item_image img {
    width: 75px;
    margin-bottom: 0px;
}

.owl_item_image.custom-image {
    padding: 20px;
    margin: 0px;
    margin-right: 25px;
}

.wpb_text_column {
    margin-top: auto;
    margin-bottom: auto;
}

.home_carousel,
.index-carousel-item {
    height: 97vh;
}

.heroSlider {
    margin-top: -82px;
}

.Offerings-logo {
    width: 150px;
}

.myOfferingCard img,
.apiCard img {
    max-height: 180px;
    border-radius: 15px;
}

.myOfferingCardContent {
    min-height: 70px;
}

.apiCardContent {
    min-height: 120px;
}

.offering-img-card {
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    max-height: 200px;

}

.pp-section {
    padding: 15px 0px;
}

.pp-section h2 {
    font-size: 25px;
}

.heading5 {
    font-size: 1.2rem;
    font-weight: 600;
}

.coreCard {
    background-color: transparent;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    border: 0px dashed #c3def9;
}

.coreCard .card-title {
    color: #c3def9;
}

.btn-secondary {
    border-radius: 50px;
    padding: 0.7rem 1.5rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    background-color: #757575;
}

@keyframes flipY {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@media (max-width:1250px) {
    .Contact_mobileBg {
        background-color: var(--primary-color);
        padding-bottom: 60px;
    }

    .bg-video {
        display: none;
    }

    .height636,
    .height-lg-636 {
        min-height: 790px;
        max-height: 790px;
    }

    .offeringMobileBg {
        background-color: var(--primary-color);
        padding: 0px;
    }

    .myOfferingCard img,
    .apiCard img {
        max-height: 140px;
    }

    .apiCardContent {
        min-height: 167px;
    }
}

@media (max-width:1025px) {

    .height636,
    .height-lg-636 {
        min-height: 790px;
        max-height: 790px;
    }

    p,
    .footerLinks {
        font-size: 15px;
    }

    .contactUsBtn {
        padding: 7px 8px;
    }

    .socialIcons i {
        padding: 2px 3px;
    }

    .wpb_wrapper3 {
        padding-top: 20px;
    }

    .mobileBg {
        background-color: var(--primary-color);
        padding-bottom: 60px;
    }

    .bg-video {
        display: none;
    }

}

@media (max-width:992px) {}

@media (max-width:992px) {

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: var(--primary-color);
        text-decoration: underline;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }



    .height636,
    .height-lg-636 {
        min-height: max-content;
        max-height: 790px;
    }

    .offeringMobileBg {
        padding-top: 0px;
    }


    /* Default: show hamburger, hide close */
    .navbar-toggler .close-icon {
        display: none;
        color: #000;
        /* Close icon color */
    }

    .navbar-toggler .open-icon {
        display: inline-block;
        color: #fff;
        /* Hamburger icon color */
    }

    .sticky .navbar-toggler .open-icon,
    .sticky .navbar-toggler .close-icon {
        color: #000;
    }

    /* When menu is open (aria-expanded="true") */
    .navbar-toggler[aria-expanded="true"] .open-icon {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .close-icon {
        display: inline-block;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border: 0px;
        outline: none;
    }

}

@media (max-width: 768px) {
    p {
        font-size: 15px;
    }

    .wifi-card {
        flex-direction: column;
    }

    .wifi-image img {
        border-radius: 0 0 1rem 1rem;
    }

    /* .home_carousel img {
        min-height: 400px;
    } */


    .home_carousel h2 {
        font-size: 28px;
    }

    .home_carousel p {
        color: var(--primary-color);
        font-size: 15px;
        color: #253030;
        font-weight: 500;
    }

    .height636,
    .height-lg-636 {
        min-height: max-content;
    }

    .wpb_wrapper {
        margin-bottom: 1rem;
    }

    .container-lg {
        margin: 1px 20px;
    }

    .ourStory h2 {
        font-size: 23px;
    }

    .ourStory p {
        font-size: 15px;
    }

    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .show>.nav-link {
        color: var(--primary-color);
        text-decoration: underline;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

    .joinUsBtn {
        margin-top: 15px;
    }

    .join_Us .container {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .aboutcontent {
        padding-top: 70px;
    }

    .whatWeDo h2 {
        font-size: 23px;
    }

    .whatWeDo p {
        font-size: 18px;
    }



    .bannersec {
        min-height: 500px;
    }

    .owl_item_image img {
        width: 50px;
        margin-bottom: 0px;
    }

    .owl_item_image.custom-image {
        padding: 15px;
        margin: 0px;
        margin-right: 15px;
    }

    .wpb_text_column {
        margin-top: auto;
        margin-bottom: auto;
    }

    /* Default: show hamburger, hide close */
    .navbar-toggler .close-icon {
        display: none;
        color: #000;
        /* Close icon color */
    }

    .navbar-toggler .open-icon {
        display: inline-block;
        color: #fff;
        /* Hamburger icon color */
    }

    .sticky .navbar-toggler .open-icon,
    .sticky .navbar-toggler .close-icon {
        color: #000;
    }

    /* When menu is open (aria-expanded="true") */
    .navbar-toggler[aria-expanded="true"] .open-icon {
        display: none;
    }

    .navbar-toggler[aria-expanded="true"] .close-icon {
        display: inline-block;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, .55);
        border: 0px;
        outline: none;
    }

    .dropdown-menu {
        background-color: #fff;
        padding: 5px 10px;
    }

    .dropdown-item {
        color: #000;
        font-size: 14px;
        padding: 5px;
    }

    .dropdown-item:hover {
        background-color: transparent;
        color: var(--secondary-color);
    }

    .dropdown-item {
        color: #000;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #000;
    }

    .aboutSec,
    .heroSlider,
    .plateformSec {

        transition: margin-top 0.4s ease;
    }

    .btn-outline-light,
    .btn-outline-secondary,
    .btnPrimary {
        width: 265px;
        margin-bottom: 10px;
    }
}

@media (max-width:530px) {

    .joinUsBtn {
        width: 100%;
    }

    .home_carousel .btn {
        width: 100%;
        margin-top: 10px;
    }

    .owl_item_image img {
        width: 50px;
        margin-bottom: 0px;
    }

    .owl_item_image.custom-image {
        padding: 15px;
        margin: 0px;
        margin-right: 10px;
    }

    .wpb_text_column {
        margin-top: auto;
        margin-bottom: auto;
    }

    .home_carousel img,
    .index-carousel-item img,
    .home_carousel,
    .index-carousel-item {
        min-height: 480px;
    }

    .carousel-caption h1 {
        font-size: 23px;
    }

    .carousel-caption p {
        font-size: 17px;
    }

    .carousel-caption a {
        font-size: 16px;
    }

    .home_carousel h1 {
        margin-top: 70px;
    }

    .home_carousel,
    .index-carousel-item {
        height: max-content;
    }

    .index-carousel-item img {
        position: absolute;
    }

    .heroSlider {
        margin-top: -67px;
    }

    .bannersec_offerings::before,
    .bannersec_offerings::before,
    .bannersec_about::before,
    .plateformSec::before,
    .bannersec_solutions::before,
    .bannersec_consulting::before,
    .bannersec_contact::before,
    .bannersec_offerings::before {

        background-position: right;

    }

    .myOfferingCard img,
    .apiCard img {
        max-height: max-content;
    }

    .apiCardContent {
        min-height: max-content;
    }

    .pp-section h2 {
        font-size: 22px;
    }

    .pp-section {
        padding: 10px 15px;
    }
}