body,
html {
    height: 100%;
    margin: 0;
    overflow-x: unset;
}

.home-container {
    overflow: hidden;
}

.backGroundHome {
    /* background-image: url("../images/cssBackgroundHomeOne.svg"); */
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Nav Bar */
.container-fluid {
    background: #DCF3EB;
}

.navbar>.container-fluid {

    padding: 6px 10px;
}

.navbar {
    padding: 0 !important;

}

 .nav-section {
   display: flex;
   justify-content: center;
   margin-top: -2%;
} 
.navbar-nav {
    gap: 12px;
}

@media screen and (max-width:600px) {
    .nav-section {
        margin-left: -2px;
    }
}

.navbar-collapse {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.collapse-div {
    text-align: center;
    color: #192345;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-top: -5%;

}

.collapse-div-data {
    padding: 3px 0 !important;
    text-decoration: none !important;
    font-family: QuickSandBold !important;

}

.collapse-menu {
    color: #192345;
    font-size: 18px;
    font-weight: 600;
    font-family: QuickSandBold;

}

.navbar-nav {
    gap: 12px;
}

.nav-item {
    color: #192345;
    font-size: 16px;
    font-weight: 500;
    font-family: QuickSandBold;

}

.navbar-collapse.collapse.show {
    position: absolute;
    background: white;
    right: 0;
    left: -10px;
    top: -18px;
    width: 103vw;
    z-index: 1;
}

.dropdown-menu {
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: #0E2154 !important;
    border-radius: 10px !important;
    padding: 5px 5px !important;
}

.dropdown-item {
    /* background-color: ; */
    /* font-weight: 400; */
    color: white !important;
    text-align: inherit;
    /* width: 70% !important; */
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.dropdown-item:hover {
    color: #0E2154 !important;
    background-color: var(--bs-dropdown-link-hover-bg);
    border-radius: 5px;
}

.navbar-nav .nav-link.active {
    border-bottom: 5px solid #505050 !important;
    color: #505050 !important;
    width: 53% !important;
    padding-left: 0px !important;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 0 !important;
    }
}




.myteam {
    width: 100px;
}

.navbar-toggler {
    margin-top: 20px !important;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0 !important;
}

.contactAs {
    margin-top: -26%;
}

.btn-outline-success {
    cursor: pointer !important;
    --bs-btn-border-color: #0E2154 !important;
    --bs-btn-color: #0E2154 !important;
    --bs-btn-hover-color: #0E2154 !important;
    --bs-btn-hover-bg: none !important;
    --bs-btn-hover-border-color: none !important;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #0E2154 !important;
    --bs-btn-active-bg: none !important;
    padding: 0 !important;
    width: 153px !important;
    height: 38px;
}

.CCSIconTop {
    margin-left: 100%;
    width: 68%;
}
@media screen and (max-width:600px){
    .CCSIconTop {
        margin-left: 15%;
        margin-top: 5%;
    }
}
.navMobFlex {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    margin-top: 15px;
}

.navMobFlex-ccs {
    width: 8%;
}

/* Nav Bar */

.floatCloudImg {
    position: absolute;
    left: 15%;
    animation-name: floatCloudImgani;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}


@keyframes floatCloudImgani {
    0% {
        left: 15%;
        top: 15%;
    }

    25% {
        left: 21%;
        top: 30%;
    }

    50% {
        left: 15%;
        top: 30%;
    }

    100% {
        left: 15%;
        top: 15%;
    }
}

@media screen and (max-width: 600px) {
    .floatCloudImg {
        display: none;
    }
}

.emptyFloatCloudImg {
    position: absolute;
    left: 42%;
    animation-name: emptyFloatCloudImgani;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}

@keyframes emptyFloatCloudImgani {
    0% {
        left: 42%;
        top: 20%;
    }

    25% {
        left: 61%;
        top: 5%;
    }

    50% {
        left: 62%;
        top: 35%;
    }

    75% {
        left: 42%;
        top: 46%;
    }

    100% {
        left: 42%;
        top: 20%;
    }
}

@media screen and (max-width: 600px) {
    .emptyFloatCloudImg {
        display: none;
    }
}

.home-img{
    position: relative;
    z-index: -1;
    margin-top: -42%;
    width: 100vw;
}

.weProvideDiv {
    padding-top: 10%;
    text-align: center;
    color: #0E2154;
    font-weight: 600;
    font-family: QuickSandSemiBold;
    background: #DCF3EB;

}


.emerging-tech {
    position: relative;
    text-align: center;
    color: #0E2154;
    font-size: 100px;
    font-family: QuickSandBold;
    margin: 0px 7vw;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 750px) {
    .emerging-tech {
        font-size: 35px;
        margin: 0;
    }
}

.blueUnderline {
    margin-top: -7%;
    margin-left: 30%;
}

@media screen and (max-width: 750px) {
    .blueUnderline {
        width: 40%;
        margin-top: -14%;
    }
}
.technological-skills-div{
    display: flex;
    justify-content: center;
}

.darkBlueLongLine {
    margin-top: -23%;
    position: relative;
    width: 100%;
}

.personSideSnakeIcon {
    position: absolute;
    left: 20%;
    margin-top: 27px;
}

.persomImg {
    /* margin-left: 45%;*/
    width: 94%;     
}

@media screen and (max-width: 750px) {
    .persomImg {
        margin-left: 50%;
        width: 50%;
    }
}

.accordion-div{
    margin-top: -25%;
}
.greenLineHome {
    margin-left: 19%;
    position: relative;
    margin-top: -11%;
    width: 89%;
}

@media screen and (max-width: 750px) {
    .greenLineHome {
        width: 60%;
        margin-left: 57%;
        margin-top: -9%;
    }
}

.andsvg {
    position: relative;
    margin-top: 8%;
    margin-left: 5%;
}

@media screen and (max-width: 750px) {
    .andsvg {
        width: 20%;
        margin-top: -62%;
        left: -1%;
        margin-bottom: 5px;
    }
}

.andContent {
    position: relative;
    margin-top: -34vh;
    font-size: 43px;
    left: 24%;
    font-weight: 500;
    color: #26325E;
    width: 65%;
    font-family: QuickSandBold;
    margin-left: 10%;
}

@media screen and (max-width: 750px) {
    .andContent {
        width: 60%;
        font-size: 18px;
        left: 19%;
        margin-top: -46%;
        font-weight: 700;
    }
}

.accordion {
    width: 50%;
    margin-left: 8%;
    margin-top: 2%;
    border-radius: 8px;
    background: #DCF3EB;
}

.accordion-button::after {
    background-image: url("/images/accordionButton.svg") !important;
}

.accordion-button {
    color: #26325E !important;
    font-weight: 500;
    font-size: 18px;
    font-family: QuickSandBold;

}

.accordion-body {
    color: #26325E !important;
    font-size: 16px;
    font-weight: 450;
    font-family: QuickSandMedium;
}

@media screen and (max-width: 750px) {

    .accordion-body {
        font-size: 10px;
    }

}

@media screen and (max-width: 750px) {
    .accordion {
        width: 65%;
        height: 4%;
        margin-left: 8%;
        margin-top: 2%;
        border-radius: 8px;
        background: #DCF3EB;
    }
}

.accordion {

    --bs-accordion-btn-focus-box-shadow: none !important;
    --bs-accordion-active-bg: #DCF3EB !important;
    /* --bs-accordion-btn-icon: url('../images/accordionArrow.png') !important;
    --bs-accordion-btn-active-icon: url("../images/accordionButton.svg") !important; */

}

.accordion-button {
    background-color: #DCF3EB !important;
}

@media screen and (max-width: 750px) {
    .accordion-button {
        padding: 7px !important;
        font-size: 13px !important;

    }
}

.accordion-collapse {
    background: #DCF3EB;
}

.services-division {
    margin-top: 14%;
}

.services {
    color: #26325E;
    font-size: 50px;
    font-weight: 700;
    font-family: QuickSandBold;
    margin-left: 36%;
    position: absolute;
}

.servicesGreenUnderline {
    margin-left: 34%;
    margin-top: 3%;
}

.services-boxes-div {
    margin-top: 4%;
    display: flex;
    gap: 13px;
    position: relative;
    justify-content: center;
}

.services-boxes {
    background-image: url("../images/blueBack.png"), url("../images/serviceGreenBack.png");
    background-repeat: no-repeat, no-repeat;
    height: 100%;
}

.services-boxes:hover {
    background-image: url("../images/greenBackService.png"), url("../images/blueBackServices.png");
    background-repeat: no-repeat, no-repeat;
    height: 100%;
}

.services-boxes-head-border {
    border-radius: 16.131px;
    border: 1px solid #EFE6F9;
    box-shadow: 2px;
}


.services-boxes-head {
    text-align: center;
    color: #FFF;
    font-size: 24.197px;
    font-family: QuickSandBold;
    padding-top: 20px;

}

.services-boxes-content {
    padding: 10px;
    text-align: center;
    width: 310px;
    color: #FFF;
    font-size: 16px;
    margin-top: 5px;
    font-family: QuickSandMedium;
}

.card-title {
    margin-top: 15PX;
    color: #0E2154;
    font-family: QuickSandBold;
    font-size: 20px;
}

.card-text {
    color: #26325E;
    font-family: QuickSandMedium;
    font-size: 12px;
}

.top-images {
    margin-left: 47%;
    margin-bottom: 10px;
    margin-top: 5%;
}

.serviceAboveSnakeIcon {
    position: absolute;
    right: 0;
}

.services-Mobile {
    margin-top: 10%;
    color: #26325E;
    font-size: 25px;
    text-align: center;
    position: relative;
    font-family: QuickSandBold;
}

.servicesGreenUnderline-mobile {
    width: 26%;
    margin-top: -12%;
    margin-left: 20%;
}

.servicesCardsUnderLine {
    margin-left: 80%;
    margin-top: 0%;
}

.card-group-div {
    display: flex;
}
.overflow-cls{
    overflow-x: auto !important;
    overflow-y: hidden !important;
}
.card-group::-webkit-scrollbar {
    display: none;
}

.card {
    width: 300px;
    margin-left: 10px;
    margin-top: 10px;
    flex: 0 0 auto;
    border-radius: 10px;
}

.personHandLight-div {
    padding: 20px;
    display: flex;
    gap: 20px;
}


.ourspeciality {
    color: #26325E;
    font-size: 30px;
    font-weight: 700;
    font-family: QuickSandBold;
    margin-top: 15%;
}

.ourspeciality-list {
    padding: 6px;
    color: #26325E;
    font-size: 18px;
    font-weight: 700;
    font-family: QuickSandBold;
}

.ourspeciality-mobile {
    color: #26325E;
    font-size: 30px;
    font-weight: 700;
    margin-top: 15%;
    text-align: center;
    font-family: QuickSandBold;
}

.ourspeciality-list-mobile {
    color: #26325E;
    font-weight: 700;
    font-size: 12px;
    padding-left: 3px;
    font-family: QuickSandBold;
}

.ourspecialityImg-mobile {
    margin-top: -43px;
}

.finalArrowBottomOne {
    position: absolute;
    margin-top: -106%;
    left: 0;
}


.personHandLight-div-mobile {
    padding: 20px 20px 20px 0;
    display: flex;
    gap: 20px;
}

.serviceAboveSnakeIconTwo {
    position: absolute;
    margin-top: -2pc;
}

.ul-mobile {
    padding-left: 10px;
}

.ourProdut {
    color: #26325E;
    font-size: 50px;
    font-weight: 700;
    font-family: QuickSandBold;
    margin-top: 6%;
    text-align: center;
    position: relative;
}

.ourProductGreenUnderline {
    text-align: center;
    margin-top: -2%;
    margin-left: 8%;

}

.OurProducts {
    /* display: flex; */
    margin-top: 5%;
    gap: 20%;
    justify-content: center
}

.OurProducts-traiso {
    width: 238px;
    color: #192345;
    text-align: center !important;
    font-size: 16px;
    font-weight: 500;
    font-family: QuickSandSemiBold !important;
    flex-direction: column;

}

.OurProducts-edusys {
    width: 238px;
    color: #192345;
    text-align: center;
    font-size: 16px;
    font-family: QuickSandSemiBold;
    font-weight: 500;
}

.ourProdut-mobile {
    color: #26325E;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-family: QuickSandBold;
}

.ourProductMoblieGreenUnderline {
    width: 18%;
    margin-left: 29%;
    margin-top: -13%;
}

.read-more-container {
    display: flex;
    justify-content: center;
    gap: 20%;
    text-align: center;
    margin-top: 3%;
}

.read-more-container-mob {
    display: flex;
    justify-content: center;
    gap: 0%;
    text-align: center;
    margin-top: 5%;
}

.read-more-text {
    display: none;

}

.read-more-text-mob {
    display: none;

}

.read-more-btn {
    color: #48B58F;
    cursor: pointer;
}

.read-more-btn-mob {
    color: #48B58F;
    cursor: pointer;
}

.read-more-text--show {
    display: inline;
}

.read-more-text-mob .read-more-text--show {
    display: inline;
}



.ourProdut-mobile-content-desktop {
    color: #192345;
    text-align: center;
    font-size: 16px;
    width: 238px;
    font-weight: 500;
    font-family: QuickSandSemiBold !important;
}

.ourProdut-mobile-content {
    color: #192345;
    text-align: center;
    font-size: 16px;
    width: 338px;
    font-weight: 500;
    font-family: QuickSandSemiBold !important;
    margin-left: 5%;
}

.ourProdut-mobile-content-one {
    color: #192345;
    text-align: center;
    font-size: 16px;
    width: 170px;
    font-weight: 500;
    font-family: QuickSandSemiBold !important;

    padding: 0 8px;
}



.arrowIconTomBottom {
    margin-left: 91%;
}

.blueBackFooter {
    /* background-image: url('../images/blueFooterBackGround.png'); */
    /* background-repeat: no-repeat, no-repeat; */
    margin-top: 5%;
    margin-left: 0 !important;
    /* height: 100%; */

    /* margin-left: 20px; */
}
.blueBackImg{
    margin-bottom: -42%;
    width: 100vw;
}

@media screen and (max-width:750px) {
    .blueBackFooter {
        width: 100%;
    }
}

.interested {
    color: #FFF;
    position: relative;
    text-align: center;
    font-size: 45px;
    font-weight: 500;
    font-family: QuickSandBold;

    padding-top: 7%;
}

@media screen and (max-width: 750px) {
    .interested {
        font-size: 15px;
        font-weight: 500;
    }
}

.workingTogetherUnderlIne {
    margin-left: 38%;
    margin-top: -4%;
}

@media screen and (max-width: 750px) {
    .workingTogetherUnderlIne {
        display: none;
    }
}

.blueBackFooterInput {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.form-control {
    width: 100%;
    padding: 12px !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    font-family: QuickSandBold !important;

}

@media screen and (max-width: 750px) {
    .form-control {
        font-size: 11px !important;
        font-weight: 700 !important;
        padding: 7px !important;
    }
}

.subcribeButtonDiv {
    padding-top: 22px;
}

.subcribeButton {
    border-radius: 6px !important;
    background: #48B58F !important;
    color: #FFF !important;
    font-size: 24.197px !important;
    font-weight: 650 !important;
    padding: 10px !important;
    font-family: QuickSandBold !important;

}

@media screen and (max-width: 750px) {
    .subcribeButton {
        font-size: 11px !important;
        font-weight: 700 !important;
        padding: 7px !important;
    }
}

.hidden-content {
    display: none;
}

.view-more-btn {
    color: #48B58F;
}
/* footer */

.arrowIconTomBottomTwo {
    margin-left: 91%;
    margin-top: 4%;
}

.blueFooterGreenLine {
    margin-top: 12%;
    margin-bottom: 2%;
    width: 71%;
}

@media screen and (max-width:750px) {
    .blueFooterGreenLine {
        width: 100%;
        margin-bottom: 0%;
    }
}


.finalFooterFlex {
    margin-top: 3%;
    display: flex;
    justify-content: space-around;
}

.socialMediaFlex {
    display: flex;
    gap: 17px;
    margin-top: 10px;
    margin-left: 0%;
}

.footerHead {
    color: #192345;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: QuickSandBold;
}
/* 
.footerHead-quick {
    margin-left: 21% !important;
} */

.footerSublinkDesk:hover {
    color: blue !important;
}

.footerQuickFlex {
    display: flex;
    justify-content: center;
    /* gap: 10px;
    margin-left: -24%;  */
}

.footerSub {
    color: #192345;
    font-size: 14px;
    font-weight: 600;
    font-family: QuickSandBold;
    margin-right: 5px;
    /* cursor: pointer; */
}

.footerSublink {
    text-decoration: none;
    color: #192345;
}

.footerSublinkMy {
    padding: 0px 30px;
    text-decoration: none;
    color: #192345;
}

.bottomFooter {
    text-align: center;
}

.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-size: 20px;
    z-index: 9999;
    cursor: pointer;
}

.topLine {
    margin-left: 3%;
}

.bottemContent {
    color: #192345;
    font-size: 14px;
    font-weight: 500;
    font-family: QuickSandMedium;

}

.CCSIcon {
    width: 67%;
}

.bottomLine {
    margin-left: 0%;
}

.DesignedbY {
    margin-top: 1%;
    color: #192345;
    font-size: 8.507px;
    font-weight: 600;
    padding-bottom: 20px;
    font-family: QuickSandBold;
}

.finalFooterMobFlex {
    display: flex;
    margin-top: 30px;
    justify-content:center;
}

.socialMediaFlexMobile {
    display: flex;
    gap: 17px;
    margin-top: 10px;
    margin-left: 31%;
}

.footerHeadMob {
    margin-top: 2%;
    color: #192345;
    font-size: 10px;
    font-weight: 700;
    padding: 0px 28px;
    text-align: center;
    font-family: QuickSandBold;
}

.DesignedbYMob {
    padding-top: 5%;
    text-align: center;
    color: #192345;
    font-size: 8.507px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: 20px;
}

.fixed-button {
    --bs-btn-border-width: none !important;
}

@media screen and (max-width:750px) {
    .fixed-button {
        display: none !important;
    }
}

.fixed-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
    z-index: 8;
}

.fixed-button.show {
    opacity: 1;
    visibility: visible;
}

/* footer */
/* .content { */
/* width: 300px; */
/* margin: 20px auto; */
/* padding: 10px; */
/* border: 1px solid #ccc; */
/* } */

/* .hidden-content {
    display: none;
  }
   */
/* #readMoreBtn {
    display: block;
    color: #0984e3;

  } */

/* .content {
    max-width: 500px; 
    margin: 0 auto;
     padding: 20px;
} */


