/*
|--------------------------------------------------------------------------
| Contents
|--------------------------------------------------------------------------
|
| 1.Root Variables
| 2.Global Styles
| 3.Helpers
|
*/

/* 1.Root Variables
  ========================================================================== */
:root {
    --font-family: "Poppins", sans-serif;
    --bg-color: #ffffff;
    --Home-page-bg: #3c3cfb;
    --hot-pink: #ff2791;
    --navy-blue: #060653;
    --dark-navy-blue: #00003d;
    --cetacean-blue: #00003d;
    --gray: #d4d4d4;
    --light-gray: #f1f1f1;
}

/* 2.Global Styles
    ========================================================================== */
body {
    background-color: var(--bg-color);
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.8;
}

/* 3. Background colors
    ==========================================
*/
.bg-hot-pink {
    background-color: var(--hot-pink);
}

.bg-dark-blue {
    background-color: var(--Home-page-bg);
}

.bg-navy-blue {
    background-color: var(--navy-blue);
}
.bg-dark-navy-blue {
    background-color: var(--dark-navy-blue);
}
.bg-white {
    background-color: var(--bg-color);
}
/* 4. Colors
    ==========================================
*/
.hot-pink {
    color: var(--hot-pink);
}
.cetacean-blue {
    color: var(--cetacean-blue);
}
.gray {
    color: var(--gray);
}
.light-gray {
    color: var(--light-gray);
}
.primary-blue {
    color: var(--Home-page-bg);
}
/* 5.Nav
    ========================================================================== */

.button:focus:not(:focus-visible) {
    border: 0 !important;
}
.navbar-light .navbar-toggler {
    border: 0 !important;
    color: transparent;
}
/* .fixed-top {
  position: fixed;
  top: 10px !important;
  right: 65px !important;
} */
.nav-pills .nav-link.active {
    background-color: var(--hot-pink);
}
.nav-link {
    color: var(--cetacean-blue);
}
.nav-link:hover {
    color: var(--cetacean-blue);
}
.seemore-btn {
    width: 120px !important;
}
/* footer */

footer a,
.mail-div a {
    text-decoration: none;
}
footer a,
footer p {
    color: #ffffff;
}
/* 5.Helper classes
    ========================================================================== */

/* line-height */

.line-height20 {
    line-height: 1.5;
}
.line-height25 {
    line-height: 25px;
}
.line-height30 {
    line-height: 30px;
}
.line-height35 {
    line-height: 35px;
}
.line-height70 {
    line-height: 60px;
}

/* width and height*/

.width700 {
    width: 600px;
}
.height700 {
    height: 700px;
}
.container80 {
    width: 80%;
}
.w50 {
    width: 50%;
}
.w50 > img {
    width: 250px;
    height: 250px;
    object-fit: fill;
}
/* font-size */

.font14 {
    font-size: 16px;
}
.font15 {
    font-size: 15px;
}
.font17 {
    font-size: 17px;
}
.font20 {
    font-size: 20px;
}
.font40 {
    font-size: 40px;
    font-weight: 700;
}
.font38 {
    font-size: 38px;
}

/* font-weight */

.fw-100 {
    font-weight: 100;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}

/* text-alignment */

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

/* box-shadow */

.box-shadowgray {
    /* box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.14); */
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.btn:focus {
    box-shadow: none !important;
}

/* scroll btn */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--hot-pink) !important;
    color: white;
    cursor: pointer;
    padding: 20px 25px;
    border-radius: 50px;
}

#myBtn:hover {
    background-color: #555;
}
/* others */
.dropdown-menu {
    font-size: 14px;
    min-width: 16rem !important;
    transform: translate3d(-22px, 42px, 0px) !important;
}
.dropdown-menu > li > button :hover {
    background-color: var(--hot-pink);
}
.dropdown-menu > li > button {
    background-color: #fff !important;
}
.peop-adv {
    width: 50%;
}
#left-bottom {
    padding: 10px;
    border-bottom-left-radius: 75px;
}
.landing-pg-bottom {
    border-bottom-right-radius: 250px;
}
.core-compete {
    z-index: 1;
    top: -100px;
}

.core-compete-card-body {
    z-index: 2;
    top: 170px;
    width: 100%;
    max-width: 550px;
    left: 200px;
}

.team_formation_res {
    display: none !important;
}

/* 6.Image
    ========================================================================== */
.blue-semi {
    width: 600px;
    height: 280px;
    left: 0;
    top: -50px;
}
.pink-semi {
    width: 100px;
    height: 230px;
    top: 250px;
    left: -12px;
}
.partner-bg {
    background: url("../../assets/img/Group 35938.png");
}
.tab-section-res {
    display: none !important;
}
.hidden-container {
    display: none;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("../images/Group\ 9.png ");
}
.pink-semi-process {
    z-index: 1;
    bottom: -120px;
}
.pink-semi-hedis {
    z-index: 1;
    bottom: 250px;
}
.tech-row {
    background-image: url("../images/Digital\ transformation-bro.svg");
    background-repeat: no-repeat;
    background-size: 25% auto;
    background-position: center;
}
/*7. Nav Links dropdown
    ========================================================================== */
.dropdown {
    display: inline-block;
    position: relative;
}

.dropbtn {
    color: white;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* right: -70px; */
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0 5px;
    border-top: 1px solid rgb(190, 189, 189);
}

.dropdown-content a {
    color: var(--Home-page-bg);
    font-size: 15px;
    /* font-weight: 500; */
    padding: 5px;
    text-decoration: none;
    text-wrap: nowrap !important;
    display: block;
    border-bottom: 1px solid rgb(190, 189, 189);
    cursor: pointer;
}
.dropdown-content :last-child {
    border-bottom: 0 !important;
}
.dropdown-content a:hover {
    color: var(--hot-pink);
}
.nav-list-pages:hover {
    color: var(--hot-pink);
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:focus-within .dropdown-content {
    display: block;
}
.dropdown a:active .btmline {
    visibility: visible;
    color: var(--hot-pink);
}
.dropdown:hover .btmline {
    visibility: visible;
    color: var(--hot-pink);
}

.btmline {
    visibility: hidden;
}
.tabcontent-sm-devise {
    display: none;
}

/* .{

} */
.header-scroll {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #3c3cfb;

    transition: all 0.5s ease-in-out;
}
.header-scroll.scroll-up {
    top: -80px;
}
.header-scroll.scroll-down {
    top: 0px;
}

.d-ss-none {
    display: block;
}

.d-ll-none {
    display: none;
}
/* .header-scroll .show {
  width: 100%;
  background-color: red;
}
.header-scroll .show body{
 opacity: 0.5;
} */
/* 8.Slider
================================================================================*/

.carousel-indicators > button {
    width: 10px !important;
    height: 10px !important;
}
/*9.Media query
    ========================================================================== */
@media only screen and (max-width: 1484px) {
    .core-compete-card-body {
        width: 560px;
        left: 150px;
    }
}
@media only screen and (max-width: 1400px) {
    .core-compete-card-body {
        width: 500px;
        left: 150px;
    }
    .nav-pills > li > a {
        font-size: 12px !important;
        padding: 5px 10px !important;
    }
}

@media only screen and (max-width: 1390px) {
    /* .carousel-indicators {
      position: absolute;
      right: unset;
      bottom: -100px !important;
      left: -110px !important;
    } */
}

@media only screen and (max-width: 1350px) {
    .elements-img {
        width: 500px !important;
    }
    .core-compete {
        height: 660px !important;
        width: 500px !important;
    }
    .blue-semi {
        width: 500px;
        height: 230px;
        left: 0;
        top: -20px !important;
    }
    .core-card {
        padding: 0 0 60px 0;
    }
    .core-compete-card-body {
        width: 500px;
        left: 140px;
    }
}
@media only screen and (max-width: 1294px) {
    /* .carousel-indicators {
      position: absolute;
      bottom: -120px !important;
      left: -95px !important;
    } */
}
@media only screen and (max-width: 1286px) {
    .core-card {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1266px) {
    .blue-semi {
        width: 500px;
        height: 230px;
        top: -1px !important;
    }
    .core-compete {
        height: 690px !important;
        width: 500px !important;
    }
    .core-compete-card-body {
        width: 480px !important;
        left: 130px;
    }
}
@media only screen and (max-width: 1254px) {
    .core-card {
        margin-top: 55px;
    }
    .font40 {
        font-size: 35px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .core-card {
        display: none;
    }
    .hidden-container {
        display: flex;
    }
    .col12 {
        padding-left: 0 !important;
    }
    .process-cont {
        width: 95% !important;
    }
    .hedis-cont {
        width: 95% !important;
    }
    .center-container {
        width: 95% !important;
    }
}

@media only screen and (max-width: 1199px) {
    .tech-row {
        background: none;
    }
}
@media only screen and (max-width: 1151px) {
    /* .carousel-indicators {
      position: absolute;
      right: unset;
      bottom: -130px !important;
      left: -80px !important;
    } */
    .creating-efficiency {
        width: 100%;
    }
    .elem2-img {
        display: none !important;
    }
}
@media only screen and (max-width: 1161px) {
    .line-height70 {
        line-height: 45px !important;
    }
}
@media only screen and (max-width: 1080px) {
    .dropdown > .font14 {
        font-size: 14px !important;
    }
    .peop-adv {
        width: 75%;
    }
}
@media only screen and (max-width: 1070px) {
    .tab-section {
        display: none !important;
    }
    .tabcontent {
        display: none !important;
    }
    .tab-section-res {
        display: flex !important;
    }
    .tabcontent-sm-devise {
        display: block;
    }
}
@media only screen and (max-width: 1049px) {
    .elem-img {
        display: none;
    }
    .col12 {
        width: 100% !important;
    }
}
@media only screen and (max-width: 999px) {
    .pink-semi-hedis {
        display: none;
    }
    .nav-pills > li > a {
        font-size: 11px !important;
        padding: 5px 10px !important;
    }
    /* .carousel-indicators {
      position: absolute;
      bottom: -140px !important;
    } */
    .header-scroll.scroll-up {
        top: 0;
    }
    .header-scroll.scroll-down {
        top: 0;
    }
    .header-scroll {
        height: auto;
    }

    .d-ss-none {
        display: none;
    }

    .d-ll-none {
        display: block;
    }
}

@media only screen and (max-width: 910px) {
    .discover-btn {
        margin-bottom: 20px !important;
    }
    .landing-pg-bottom {
        border-bottom-right-radius: 180px;
    }
}
@media only screen and (max-width: 880px) {
    /* .carousel-indicators {
      position: absolute;
      bottom: -140px !important;
    } */
}
@media only screen and (max-width: 826px) {
    /* .carousel-indicators {
      position: absolute;
      right: unset;
      bottom: -140px !important;
      left: -70px !important;
    } */
}
@media only screen and (max-width: 800px) {
    .pink-semi-process {
        display: none;
    }
}
@media only screen and (max-width: 770px) {
    .peop-adv {
        width: 95%;
    }
}
@media only screen and (max-width: 767px) {
    .landing_pg_logo {
        display: none !important;
    }
    .team_formation_res {
        display: block !important;
        text-align: start !important;
    }
    .team_formation {
        display: none !important;
    }
    .partner-cont > .w50 {
        /* width: 100% !important;
        text-align: start; */
        width: 300px;
        height: 300px;
    }
    .team_formation_res > .w50 {
        /* width: 100% !important;
        text-align: left !important; */
        width: 300px;
        height: 300px;
    }
    .pro-img-cont {
        width: 75%;
    }
    .hedis-cont > .font40,
    .center-container > .font40,
    .process-cont > .font40 {
        text-align: start !important;
    }
    .center-container > .font14 {
        text-align: justify !important;
    }
    .blue-icon {
        display: none;
    }
    .hedis-cont,
    .process-cont {
        margin: 10px 0 0 0 !important;
    }
    /* .carousel-indicators {
      position: absolute;
      right: unset;
      bottom: -100px !important;
      left: 0 !important;
    } */
}
@media only screen and (max-width: 672px) {
}

@media only screen and (max-width: 624px) {
    .partner-cont {
        padding-bottom: 0 !important;
    }
    .partner-cont > div {
        width: 90% !important;
    }
    .pro-img-cont > .w50 {
        /* width: 75% !important; */
        width: 300px;
        height: 300px;
    }
}
@media only screen and (max-width: 593px) {
    /* .carousel-indicators {
      position: absolute;
      bottom: -155px !important;
    } */
}
@media only screen and (max-width: 486px) {
    .partner-bg-base {
        padding-top: 0 !important;
    }
    /* .carousel-indicators {
      position: absolute;
      bottom: -180px !important;
      left: -50px !important;
    } */
}
@media only screen and (max-width: 435px) {
    /* .carousel-indicators {
      position: absolute;
      bottom: -200px !important;
      left: -50px !important;
    } */
}

/* <------mobile devise top header nave bar-----> */

.wrapper {
    display: flex;
    align-items: center;
    row-gap: 2rem;
    width: 100%;
    margin: 0 auto;
    background-color: #3c3cfb;
    padding: 16px 0px 16px 0px;
    position: relative;
}

.logo {

}

.set-icon {
    color: #afb9c4;
    font-size: 24px;
    position: relative;
    right: 30px;
    margin: 0 10px;
}

.set-icon:hover {
    border-radius: 4px;
    background-color: #354564;
    color: #ffffff;
}

.menu {
    margin: 0;
    padding: 0;
}

.user-icon {
    background-color: #354c66;
    padding: 0px 0px 0px 10px;
    border-radius: 20px;
    color: #f6f6f6;
    font-size: 12px;
    margin-right: 40px;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: #7a0909;
    border-radius: 50%;
    display: inline-block;
    padding: none;
    padding-top: 2px;
    text-align: center;
    margin-top: 1px;
    border: solid 2px #b9b9b9;
    align-items: center;
}

.dot-1 {
    color: #dee2e6;
    font-size: 8px;
    position: relative;
    top: -17px;
    right: 39px;
    margin-left: -3px;
}

.dot-2 {
    color: #57ff0f;
    font-size: 8px;
    position: relative;
    top: -17px;
    right: 4px;
}
.nav-bar-containte {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.d-none-md {
    display: block;
}

.d-none-sm {
    display: none;
}

@media screen and (max-width: 992px) {

    .d-none-md {
        display: none !important;
    }
    .d-none-sm {
        display: block;
    }
}

.menu-item {
    position: relative;
    display: inline-block;
}
.menu-link {
    /* display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 0.25rem;
    column-gap: 0.25rem;
    font-family: inherit;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out; */
    color: #000;
    font-size: 14px;

    text-decoration: none;
    padding: 10px;
}
.menu-link > i.bx {
    font-size: 1.35rem;
    line-height: 1.5;
    color: inherit;
}
.menu-link:hover {
    border-radius: 4px;
    background-color: #3c3cfb;
    color: #ffffff;
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 992px) {
    .menu {
        width: 100%;
        height: auto;
        padding: 1rem;
    }
    .menu-item {
        display: block;
        margin: 15px 0;
    }
    .menu-link {
        justify-content: space-between;
        padding: 0.5rem 1.25rem;
        font-size: 14px !important;
        font-weight: 600 !important;
    }
}

.submenu {
    position: absolute;
    top: 2.35rem;
    left: -2rem;
    min-width: 13rem;
    height: auto;
    padding: 0 1rem 1rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(1rem);
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: 2px solid var(--color-pink-400);
    box-shadow: var(--shadow-medium);
    background-color: var(--color-white-100);
    transition: all 0.3s ease-in-out;
}
.submenu-item {
    display: block;
    margin-top: 0.75rem;
    margin-left: 25px;
}
.submenu-link {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    cursor: pointer;
    color: #00003d;
    transition: all 0.35s ease;
    text-decoration: none;
    padding: 5px 25px 5px 0;
}
.submenu-link:hover {
    outline: none;
    color: #3c3cfb;
    border-radius: 4px;
}
@media only screen and (max-width: 992px) {
    .submenu {
        position: relative;
        top: -0.5rem;
        left: 0;
        width: 100%;
        max-height: 0;
        padding: 0px;
        border: none;
        outline: none;
        opacity: 1;
        overflow: hidden;
        visibility: visible;
        transform: translateY(0px);
        box-shadow: none;
        background: transparent;
    }
}

.burger {
    position: relative;
    display: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1.6rem;
    height: 1.15rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}
.burger-line {
    position: absolute;
    display: block;
    right: 0;
    width: 100%;
    height: 2.1px;
    opacity: 1;
    border: none;
    outline: none;
    border-radius: 1rem;
    background: #fff;
}
.burger-line:nth-child(1) {
    top: 0px;
}
.burger-line:nth-child(2) {
    top: 0.5rem;
}
.burger-line:nth-child(3) {
    top: 1rem;
}
@media only screen and (max-width: 992px) {
    .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        position: absolute;
        right: 30px;
    }
    .menu-item:active .nav-link {
        border-radius: 4px;
        background-color: #3c3cfb;
        color: #ffffff;
    }
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
    background-color: rgba(0, 0, 0, 0.65);
}
@media only screen and (max-width: 992px) {
    .overlay.active {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-item {
        min-height: 600px !important;
    }
}

.font-14 {
    font-size: 14px;
}

/* <------mobile devise top header nave bar-----> */
footer .bg-dark-navy-blue p.font14.fw-100.gray {
    font-size: 15px;
    margin-bottom: 6px;
}