@import url("pages-css/navbar.css");
@import url("pages-css/home-one.css");
@import url("pages-css/home-two.css");
@import url("pages-css/home-three.css");
@import url("pages-css/inner-banner.css");
@import url("pages-css/contact.css");
@import url("pages-css/faq.css");
@import url("pages-css/blog-details.css");
@import url("pages-css/service-details.css");
@import url("pages-css/project-details.css");
@import url("pages-css/team.css");
@import url("pages-css/author.css");
@import url("pages-css/pagination.css");
@import url("pages-css/error.css");
@import url("pages-css/coming-soon.css");
@import url("pages-css/footer.css");
/*================================================
Default CSS

=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");

:root {
    --headerFonts: 'Poppins', sans-serif;
    --bodyFonts: 'Roboto', sans-serif;
    --Expertisething: 'Roboto', sans-serif;
    /* --bodyFonts:
    'Trenda'; */
    --orangeColor: #0c5d3c;
    --lightColor: #0c5d3c;
    --greenColor: #0c5d3c;
    --titleColor: black;
    --bodyColor: #4e4e4e;
    --whiteColor: #ffffff;
    --fontSize: 16px;
    --transition: .5s;
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
    font-size: var(--fontSize);
    font-family: var(--bodyFonts);
}

p {
    color: var(--bodyColor);
    margin-bottom: 10px;
    line-height: 1.8;
}

p:last-child {
    margin-bottom: 0;
}

a {
    display: inline-block;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

button {
    outline: 0;
}

button:focus {
    outline: 0;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #000;
    line-height: 1.4;
    font-family: var(--headerFonts);
}

h3 {
    font-size: 20px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.pt-150 {
    padding-top: 150px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-20 {
    padding-top: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-50 {
    border-radius: 50px !important;
}

.default-btn {
    padding: 10px 30px;
    color: var(--whiteColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #0c5d3c;
    border: none;
    outline: none;
}

.default-btn::before {
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--greenColor);
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.contact-us-bg ::before {
    background-color: #000;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
}

.default-btn:hover {
    color: var(--whiteColor);
}

.default-btn:hover::before {
    width: 100%;
    opacity: 1;
}

.default-btn.two {
    background-color: var(--greenColor);
}

.default-btn.two:hover {
    color: var(--whiteColor);
}

.default-btn.two:hover::before {
    background-color: var(--orangeColor);
}

/* Our Advantage page start */
.ouradv-background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 70vh; */
}

.ouradv-second {
    background-color: #0a58ca;
}

.ul-adv {
    padding-left: 0;
}

.padd-ouradv {
    padding-top: 120px;
}

.padd-ouradv-new {
    padding-top: 120px;
}

.padd-ouradv-new ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
}

.padd-ouradv ul li {
    list-style: none;
    color: #fff;
    font-size: 18px;
}

.adv-left-padd {
    padding-left: 15px;
}

.massive-headings p {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.custom-build-heading p {
    font-size: 20px;
    line-height: 2.2rem;
    padding: 0px 258px 0px 170px;
}

.custom-build-heading h1 {
    color: #000;
    font-weight: 700;
}

.custom-build-heading-1 p {
    font-size: 20px;
    line-height: 40px;
}

.custom-build-heading-1 h1 {
    color: #000;
    font-weight: 700;
}

.certification-area {
    background-color: #fff;
}

.certification-heading p {
    font-size: 20px;
    line-height: 40px;
    padding: 0px 140px 0px 140px;
}

.bg-certic {
    /* background-color: #fff; */
    text-align: center;
    padding: 65px;
}

.ambitions-sec-bg {
    background-color: #00807a;
}

.ambitions-bg {
    background-color: #272974;
}

.bg-rectangle {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.rectangel-headings {
    padding-left: 85px;
}

.rectangel-headings h1 {
    color: #fff;
}

.rectangel-headings p {
    color: #fff;
    font-size: 20px;
    line-height: 45px;
    width: 55%;
}

.padd-ouradv-1 {
    padding-top: 120px;
}

.certificates-images {
    position: relative;
    top: 10px;
}

.read-btn-1 {
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: transparent;
    border: #fff 1px solid;
    outline: none;
}

.read-btn-2 {
    padding: 10px 30px;
    color: var(--lightColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #f8f971;
    border: #f8f971 1px solid;
    outline: none;
}

.arrow-image {
    position: relative;
    right: 130px;
    bottom: 38px;
}

/* .pointer {
  width: 100%;
  position: relative;
  background: red;
}
.pointer:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 20px solid red;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
} */

/* Our Advantage page End */

/* ridehailling start */
.ridehailling-scond-sec {
    height: 48rem;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain;
}

.icon-img-for-accord {
    width: 65px;
    margin-right: 15px;
}

.industory-sec-scond-img img {
    margin-left: -60px;
}

.bg-one {
    background-color: #0c5d3c;
    padding: 40px 30px 40px 50px;
}

.first-service-card {
    text-align: center;
    background-color: #fff;
    /* padding: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-two {
    background-color: #f9f3ff;
    padding: 40px 40px 40px 40px;
}

.padd-ouradv-ride {
    padding-top: 180px;
}

.headings-ride {
    text-align: center;
}

.headings-ride h1 {
    color: #0c5d3c;
    font-weight: 700;
}

.headings-ride-cta-cards h1 {
    color: #0c5d3c;
    font-weight: 700;
}

.bubble-top {
    /* Modify size here: */
    --size: 55px;

    position: relative;
    width: 160px;
    height: calc(var(--size) * 0.66);
    background: #f8f677;
    border-radius: 25px;
    margin-top: 20px;
}

.bubble-top:after {
    content: '';
    position: absolute;
    top: 0;
    left: 17%;
    width: 0;
    height: 0;
    border: calc(var(--size) * 0.13) solid transparent;
    border-bottom-color: #f8f677;
    border-top: 0;
    margin-left: calc(var(--size) * 0.13 * -1);
    margin-top: calc(var(--size) * 0.13 * -1);
}

.bubble-bottom {
    /* Modify size here: */
    --size: 55px;

    position: relative;
    width: 160px;
    height: calc(var(--size) * 0.66);
    background: #f9b755;
    border-radius: 25px;
    margin-bottom: 20px;
    margin-left: -90px;
}

.bubble-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 80%;
    width: 0;
    height: 0;
    border: calc(var(--size) * 0.13) solid transparent;
    border-top-color: #f9b755;
    border-bottom: 0;
    margin-left: calc(var(--size) * 0.13 * -1);
    margin-bottom: calc(var(--size) * 0.13 * -1);
}


/* ridehailling end */

/*================================
Section Title Style 
===================================*/
.section-title .sp-title {
    padding-bottom: 22px;
    display: inline-block;
    line-height: 0;
    font-size: 15px;
    color: var(--greenColor);
    padding-left: 0;
    position: relative;
    font-weight: 500;
}

.section-title .sp-title::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--greenColor);
    display: none;
}

/* .section-title .sp-title::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 15px;
  width: 10%;
  background-color: var(--whiteColor);
  -webkit-animation: MOVE-BG 2s linear infinite;
          animation: MOVE-BG 2s linear infinite;
} */

.section-title .sp-title2 {
    padding-bottom: 20px;
    line-height: 0;
    font-size: 15px;
    color: var(--lightColor);
    padding-left: 0;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.section-title .sp-title2::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0;
    height: 2px;
    width: 50px;
    background-color: var(--lightColor);
    display: none;
}

/* .section-title .sp-title2::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 15px;
  width: 10%;
  background-color: var(--whiteColor);
  -webkit-animation: MOVE-BG 2s linear infinite;
          animation: MOVE-BG 2s linear infinite;
} */

.section-title h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.2;
    color: var(--titleColor);
    margin-bottom: 0;
}

.section-title p {
    padding-top: 15px;
    margin-bottom: 0;
}

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

/*================================
Section Title Style End
===================================*/
.work-area::before {
    background-image: url(../images/work-img/work-bg.jpg);
}

/* .testimonial-area::before {
  background-image: url(../images/testimonial/testimonial-bg.jpg);
} */

/*================================
Terms & Conditions Style
===================================*/
.terms-conditions-img {
    margin-bottom: 30px;
}

.single-content {
    margin-bottom: 30px;
}

.single-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

.single-content p {
    margin-bottom: 1.2rem;
}

/*================================
Terms & Conditions Style End
===================================*/
/*================================
Gallery Style
===================================*/
.gallery-photo-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.gallery-photo-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.10;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    background-color: var(--orangeColor);
}

.gallery-photo-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    opacity: 0.10;
    background-color: var(--orangeColor);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.gallery-photo-item .photo-button {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.gallery-photo-item .photo-button h3 {
    color: var(--whiteColor);
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.gallery-photo-item .photo-button .photo-icon {
    width: 40px;
    height: 40px;
    line-height: 45px;
    background-color: var(--whiteColor);
    font-size: 20px;
    color: var(--orangeColor);
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.gallery-photo-item .photo-button .photo-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--whiteColor);
    -webkit-animation: ripple 2s infinite ease-in-out;
    animation: ripple 2s infinite ease-in-out;
    border-radius: 50px;
}

.gallery-photo-item .photo-button .photo-icon:hover {
    background-color: var(--orangeColor);
    color: var(--whiteColor);
    border-radius: 50px;
}

.gallery-photo-item .photo-button .photo-icon:hover::before {
    border-color: var(--orangeColor);
}

.gallery-photo-item:hover::before {
    opacity: 0.80;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-photo-item:hover::after {
    opacity: 0.80;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-photo-item:hover .photo-button h3 {
    opacity: 1;
}

.gallery-photo-item:hover .photo-button .photo-icon {
    opacity: 1;
}

/*================================
Gallery Style End
===================================*/
.categories-title {
    margin-bottom: 30px;
}

.categories-title h3 {
    font-size: 24px;
    color: var(--titleColor);
}

.categories-title h3 span {
    color: var(--bodyColor);
    font-size: 17px;
}

/*=================================
Preloader Area 
====================================*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: var(--orangeColor);
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--whiteColor);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--whiteColor);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*=================================
Preloader Area End
====================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
    position: fixed;
    top: 70%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: var(--whiteColor);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: var(--orangeColor);
    border-radius: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.go-top i {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.go-top:hover {
    background-color: var(--titleColor);
}

.go-top:hover i {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.go-top.active {
    top: 95%;
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: var(--whiteColor);
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    color: var(--whiteColor);
    background-color: #94be5d;
}

/*==================================
Animation CSS
====================================*/
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes help-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes help-animation {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(30px, 0);
        transform: translate(30px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce-up {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes move-to {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes move-to {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes running-in {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes running-in {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-10px, 150px);
        transform: translate(-10px, 150px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes leaves {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes leaves {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes leaves {
    0% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes waving-line {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200px 0;
    }
}

@-webkit-keyframes waving-line {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -200px 0;
    }
}

@-webkit-keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

@keyframes rotated360 {
    0% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    100% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }
}

/*=================================
Responsive Css 
====================================*/
@media only screen and (max-width: 767px) {
    /* Default CSS */
    body {
        font-size: 15px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .pt-45 {
        padding-top: 30px;
    }

    .pb-10 {
        padding-bottom: 0;
    }

    .pl-20 {
        padding-left: 0;
    }

    .pr-20 {
        padding-right: 0;
    }

    .ml-20 {
        margin-left: 20px;
    }

    .default-btn {
        padding: 8px 20px;
    }

    .section-title span {
        font-size: 12px;
    }

    .section-title .sp-title {
        font-size: 14px;
        padding-left: 0;
        display: block;
        padding-bottom: 15px;
    }

    .section-title .sp-title::before {
        display: none;
    }

    .section-title .sp-title::after {
        display: none;
    }

    .section-title .sp-title2 {
        font-size: 14px;
        padding-left: 0;
        display: block;
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }

    .section-title .sp-title2::before {
        display: none;
    }

    .section-title .sp-title2::after {
        display: none;
    }

    .section-title h2 {
        font-size: 25px;
        text-align: center;
    }

    .section-title p {
        padding-top: 10px;
    }

    .ps-2 {
        padding-left: 0 !important;
    }

    .ps-3 {
        padding-left: 0 !important;
    }

    .ps-5 {
        padding-left: 0 !important;
    }

    .ps-0 {
        padding-left: 15px !important;
    }

    .pe-0 {
        padding-right: 15px !important;
    }

    .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .go-top .active {
        top: 85%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .banner-area-two .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .banner-area-three .container-fluid {
        width: 720px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Default CSS */
    body {
        font-size: 15px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .ptb-70 {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .pb-100 {
        padding-bottom: 50px !important;
    }

    .pt-70 {
        padding-top: 50px;
    }

    .pb-70 {
        padding-bottom: 20px;
    }

    .pt-45 {
        padding-top: 30px;
    }

    .pb-10 {
        padding-bottom: 0;
    }

    .pl-20 {
        padding-left: 0;
    }

    .pr-20 {
        padding-right: 0;
    }

    .ml-20 {
        margin-left: 20px;
    }

    .default-btn {
        padding: 8px 20px;
    }

    .section-title span {
        font-size: 12px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .section-title p {
        padding-top: 10px;
    }

    .ps-2 {
        padding-left: 0 !important;
    }

    .ps-3 {
        padding-left: 0 !important;
    }

    .ps-5 {
        padding-left: 0 !important;
    }

    .ps-0 {
        padding-left: 15px !important;
    }

    .pe-0 {
        padding-right: 15px !important;
    }

    .p-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .ps-2 {
        padding-left: 0 !important;
    }

    .ps-3 {
        padding-left: 0 !important;
    }

    .ps-5 {
        padding-left: 0 !important;
    }

    .section-title h2 {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .ps-2 {
        padding-left: 0 !important;
    }

    .ps-3 {
        padding-left: 0 !important;
    }

    .ps-5 {
        padding-left: 0 !important;
    }

    .container-fluid {
        width: 1200px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media only screen and (min-width: 1350px) and (max-width: 1439px) {
    .container-fluid {
        width: 1320px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1320px !important;
        position: absolute;
    }
}

@media only screen and (min-width: 1440px) and (max-width: 1799px) {
    .container-fluid {
        width: 1460px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1460px !important;
        position: absolute;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1320px !important;
    }
}

@media only screen and (min-width: 1800px) {
    .container-fluid {
        width: 1640px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .banner-slider .owl-nav {
        margin-top: 0;
        width: 1760px !important;
        position: absolute;
    }
}

/*# sourceMappingURL=style.css.map */
/*New CSS  IS here*/

/* Youtube Reflexive */
.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px;
    height: 0;
    overflow: hidden; /* optional */
    background-color: green; /* optional */
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Style the video section */
.video-section {
    position: relative; /* Required for positioning the video and content */
    width: 100%;
    height: 60vh; /* Set the desired height for the video section */
    overflow: hidden; /* Hide overflowing content */

    /* Center content vertically and horizontally */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 50%);
}

/* Video styling */
.video-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain video aspect ratio */
    z-index: -1; /* Place the video behind other content */
}

.client-logos {
    padding: 0px 0;
    background-color: #f8f8f8;
}

/* Style for individual logo items */
.client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.client-logo img {
    max-width: 100%;
    max-height: 100px; /* Adjust the height as needed */
}

.nbtn1 {
    border-radius: 2px;
    border-bottom-right-radius: 1.5em;
    background-color: #9feac1;
    border: none;
    padding-left: 1em;
    transition: padding 0.3s cubic-bezier(.35, 1.35, .55, 1);
    color: black;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.nbtn1:hover {
    background-color: #0c5d3c;
    padding-right: 3em;
    color: white;

}

.nbtn2 {
    border-radius: 2px;
    border-top-right-radius: 1.5em;
    background-color: #f0eeee;
    border: none;
    padding-left: 1em;
    transition: padding 0.3s cubic-bezier(.35, 1.35, .55, 1);
    color: #0c5d3c;
    padding: 10px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.nbtn2:hover {
    background-color: #0c5d3c;
    padding-right: 3em;
    color: white;
}

.read-btn {
    padding: 10px 30px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: var(--orangeColor);
    border: none;
    outline: none;
}

.read-btnabout {
    padding: 10px 30px;
    color: var(--orangeColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-color: #fff;
    border: none;
    outline: none;
}
.read-btnabout:hover{
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #48906c;
  border: none;
  outline: none;
}

.choose-area {
    margin-bottom: 0px;
}

.pt-50 {
    padding-top: 50px;
}

.videocontent {
    position: absolute;
    bottom: 0; /* Align content to the bottom */
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px;
    color: #fff;
}

/* Thumbnail
--------------*/
.thumbnail-seting {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border: 0px;
    height: 200px;
    width: 100%;
    padding: 30px;
    margin: 10px 0px;
    background-color: white;
}

.thumbnail-seting img {
    max-width: 70% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

/* Our Clients Section */

.clients-slider {
    position: relative;
}

.clients-slider .owl-nav {
    margin-top: 0;
}

.clients-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -25px;
    font-size: 17px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 0 !important;
    background-color: #f0efef !important;
    color: var(--titleColor) !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.clients-slider .owl-nav .owl-prev i {
    position: relative;
    top: 2px;
}

.clients-slider .owl-nav .owl-prev:hover {
    color: var(--whiteColor) !important;
    background-color: var(--orangeColor) !important;
}

.clients-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -25px;
    font-size: 17px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 0 !important;
    background-color: #f0efef !important;
    color: var(--titleColor) !important;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.clients-slider .owl-nav .owl-next i {
    position: relative;
    top: 3px;
}

.clients-slider .owl-nav .owl-next:hover {
    color: var(--whiteColor) !important;
    background-color: var(--orangeColor) !important;
}

.clients-slider {
    margin-bottom: 30px;
}

.clients-slider .owl-nav {
    margin-top: 0;
}

.clients-slider .owl-nav .owl-prev {
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    left: 0;
}

.clients-slider .owl-nav .owl-next {
    position: inherit;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    right: 0;
}

.clients-slider .owl-nav .owl-prev, .clients-slider .owl-nav .owl-next {
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 12px !important;
}

.clients-slider .owl-nav .owl-prev i, .clients-slider .owl-nav .owl-next i {
    left: 0;
    right: 0;
}

.clients-slider {
    position: relative;
}

.clients-slider .owl-nav {
    margin-top: 0;
}

.clients-slider .owl-nav .owl-prev {
    left: -10px;
}

.clients-slider .owl-nav .owl-next {
    right: -10px;
}

.about-counter:hover h3 {
    color: var(--whiteColor) !important;
}

/* New Services Section Style */


.wraper {
    margin-top: 40px;
    /* width: 100%;
    height: 100vh; */
    /* display: flex;
    align-items: center;
    background: #000; */
}

.image-slider1 img {
    width: 100%;
    min-height: 300px;
}

.bg-1 {
    background-color: #0c5d3c;
}


.cards-item {

    padding: 20px;

    height: 64vh;

    cursor: all-scroll;

    /* box-shadow: inset 0px 0px 30px 1px rgba(0,0,0,0.6); */
}

.cards-item:hover .card-img {
    opacity: 1;
    /* background: linear-gradient(190deg, rgba(204, 50, 98, 0) 0%, #0000 100%); */
}

/* Styling for the image */
.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: -20px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.slider-text {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 30%;
}

.slider-text h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 3px;
    text-align: center;
    font-family: var(--Expertisething);
}

.slider-text p {
    font-size: 18px;
    margin-top: 30px;
    font-weight: 400;
    line-height: 140%;
    text-align: center;
    font-family: var(--Expertisething);

}

/* Styling for the overlay */
.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(180deg, rgba(204, 50, 98, 0) 0%, #4f4f4f 100%);
    /* transition: height 0.3s; */
}

/* Hover effect */
.cards-item:hover .overlay {
    height: 95%; /* Adjust the height as needed to control the overlay size */
}

.new-item .owl-stage-outer {
    overflow: visible !important;
}

.item {
    margin-bottom: 15px;
}

/* Hover effect */
/* .cards-item:hover {
    transform: scale(1.05);
} */

/* Responsive design custom CSS */
@media only screen and (max-width: 480px) {
    .owl-theme .owl-dots .owl-dot {
        display: none;
    }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        width: 30px;
        height: 30px;
        font-size: 14px !important;
        top: 45%;
        box-shadow: 0px 0px 0px 0px #000;
    }

    .owl-carousel .owl-prev {
        left: 0px;
    }

    .owl-carousel .owl-next {
        right: 0px;
    }
}

.image-slider1 {
    width: 100%;
    /* Make sure it doesn't exceed the container width */
    overflow-x: hidden;
}

.image-slider1 .item {
    max-width: 100%;
}

.stats {
    background: #0c5d3c;
    font-style: normal;
    font-weight: 650;
    font-size: 90px;
    line-height: 90px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-des {
    font-size: 23px;
    line-height: 24px;
    font-weight: 700;
}

.contact-h1 {
    font-size: 59.73px;
    line-height: 63px;
    color: white;
    font-weight: 900;
}

.contact-us-bg {
    background: rgb(40, 42, 116);
    background: linear-gradient(0deg, rgba(40, 42, 116, 1) 48%, rgba(10, 88, 202, 1) 100%);
}

/* New About Us Sections Starts*/

.about-us {
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 50px; */
    margin-bottom: 50px;
}

.about-title {
    color: white;
}

.about-title h2, .about-title p {
    color: white;
}

.about-title h2 {
    font-weight: 700;
    font-size: 3rem;
}

.card-icon {
    width: 30%;
}

.card-content {

    margin-top: 1rem;

    margin-bottom: 1rem;
}

.card-content h3 {

    font-weight: 700;
    font-size: 1.3rem;
    color: var(--orangeColor);;

}

.card-content p {

    line-height: 1.5;
    font-weight: 400;

}

.btn.btn-blue {
    background: rgb(212, 212, 252);
    border-color: rgb(212, 212, 252);
    color: rgb(33, 37, 41);
}

.btn.btn-blue:hover {
    border-color: rgb(212, 212, 252);
    background: rgb(212, 212, 252) !important;
    color: rgb(255, 255, 255) !important;
}

.btn.btn-blue-1 {
    background: rgb(40, 42, 116);
    border-color: rgb(40, 42, 116);
    color: rgb(255, 255, 255);
}

.btn.btn-blue-1:hover {
    border-color: rgb(40, 42, 116);
    background: rgb(40, 42, 116) !important;
    color: rgb(255, 255, 255) !important;
}

.btn.btn-blue-2 {
    background: rgb(255, 212, 0);
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn.btn-blue-2:hover {
    border-color: rgb(255, 212, 0);
    background: rgb(255, 212, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.btn.btn-blue1 {
    background: transparent;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn.btn-blue1:hover {
    border-color: rgb(9, 91, 161);
    background: rgb(9, 91, 161) !important;
    color: rgb(255, 255, 255) !important;
}

.btn.btn-green {
    background: rgb(129, 161, 9);
    border-color: rgb(129, 161, 9);
    color: rgb(255, 255, 255);
}

.btn.btn-green:hover {
    border-color: rgb(51, 201, 221);
    background: rgb(51, 201, 221) !important;
    color: rgb(255, 255, 255) !important;
}

.btn.btn-trans {
    background: transparent;
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn.btn-trans:hover {
    border-color: rgb(9, 91, 161);
    background: rgb(9, 91, 161) !important;
    color: rgb(255, 255, 255) !important;
}

.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 10px 48px;
    line-height: 1.8em;
}

.btn.btn-large {
    font-size: 16px;
    padding: 14px 30px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn-readmore {

    font-size: 16px;
    padding: 8px 20px;
    line-height: 1em;
    margin-top: 1rem;

}

.card {

    background: rgba(255, 255, 255, 0.93);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border: 1px solid rgba(255, 255, 255, 0.29);
}

.headerlogo {
    width: 10%;
}

.testimonial-item .extrapadding {
    padding-left: 5rem;
}

.cutouts {


}

.cutout-inner {
    /* height: 64vh; */
    /* position: relative; */
    width: 95%;
    transform: translate(7%, 2%);
}

.cutout-image {
    margin-left: 30%;
    /* position: static; */
    /* transform: translate(0,0); */
    width: 90%;
    height: 74vh;
    /* max-height: 100%; */
    background-size: cover;
    /* object-fit: cover; */
}

.banner-content h1 {

}

.navbar-brand {
    margin-right: 0px;
}

.lifeatmbbanner .inner-title h3 {
    font-size: 55px;
    color: var(--whiteColor);
    font-weight: 800;
}

.lifeatmbbanner .inner-title p {
    font-size: 1.2rem;
    color: var(--whiteColor);
    font-weight: 500;
}

.lifeatmbbanner::before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0;
}

.Lifeatmmb-section2 img {
    padding: 3px;
    width: 100%;

}

.Lifeatmmb-section4 img {
    padding: 3px;
    width: 100%;

}

.Lifeatmmb-section3 img {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;

}

.lifeatmb-p {
    font-size: 1.2rem;
}

.Lifeatmmb-section2 .upper {
    margin-top: 10%;

}

/* .Lifeatmmb-section2 .image1{
  width: 50%;
  
}
.Lifeatmmb-section2 .image2{
  width: 45%;
  
}
.Lifeatmmb-section2 .image3{
  width: 50%;
  
}
.Lifeatmmb-section2 .image4{
  width: 45%;
  
} */
.Lifeatmmb-section2 .image3 {
    height: 50%;

}

.section3-lower {
    padding-top: 15%;
}

.Lifeatmmb-section4 .image1 {
    padding-top: 3rem;

}

.Lifeatmmb-section4 img {
    padding-left: 7px;
    padding-right: 7px;

}

.Lifeatmmb-section5 img {
    padding: 7px;
    width: 100%;

}

.lifeatmb-video {
    position: relative;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    /*! background-color: #0c5d3ca1; */
}

div.case-study-1 h1 {
    color: #FFF;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 115.5%; */

}

div.case-study-1 span {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 2rem;

    line-height: 160.5%;

}

.case-inner {

    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.c-content {
    padding-top: 10rem;
}

.case2-wrapper {
    background-color: var(--whiteColor);
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 5px 0px #aaa;


}

.case-study-2-wrapper {
    background-color: #f9f7f7;
    padding-bottom: 1rem;

}

div.case2-wrapper h3 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;

}

.handle-div {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -30px;

}

.case-study-3 {
    background-color: #f9f7f7;

}

.case-study-3-imageholder {


}

div.case-study-3-content h2 {
    color: #000;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;

}

div.case-study-3-content p {
    color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 33px; */
    /* line-height: 2rem; */
    line-height: 35px;
}

div.case-study-3-content {
    padding-top: 10rem;
}

.case-study-4 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

div.case-study-4 h2 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

div.case-study-4 h4 {
    color: #000;
    font-weight: 600;

}

div.case-study-4 p {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;

}

div.case-study-4 h6 {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;

}

.case-study-4-1-content {
    padding-top: 5rem;
}

.case-study-mainheading {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.case-study-subheading {
    color: #000;
    font-weight: 600;
}

.case-study-paragraph {
    color: #000;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
}

.case-study-5 {
    background-color: #f9f7f7;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.case-study-paragraph-p {
    color: #000;
    font-family: Poppins;
    font-size: 1.3rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* .case-study-6bg{
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-image: url(/assets/images/services/service-bg.jpg);
} */

.case-study-6::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fdfcfbf7;
    opacity: 0.9;
}

.case-study-6 {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.conclusion {
    margin-top: 2rem;
    border-radius: 20px;
    background: var(--orangeColor);
    padding: 20px;
}

div.conclusion p {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 1rem 2rem 1rem 2rem;

}

.changecursor {
    cursor: pointer;
}

.life-at-mb {
    padding-top: 150px;
}

video {
    outline: none; /* Remove focus outline */
    border: none; /* Remove any default border */
    overflow: hidden;
    margin: -1px;
    clip-path: inset(0px);
}

.careerebtn1 {

    background-color: #f0eeee;
    padding: 10px 30px;
    color: var(--lightColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background-color: transparent; Transparent background */
    color: #fff; /* White text color */
    border: 2px solid #fff; /* Add a white border for better visibility */
    padding: 10px 30px; /* Adjust the padding as needed */
    font-size: 16px; /* Adjust the font size as needed */
    cursor: pointer; /* Change the cursor on hover */
    /* Add rounded corners */
    color: #0c5d3c;
    font-weight: 500;

}

.careerebtn2 {
    padding: 10px 30px;
    color: var(--lightColor);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent; /* Transparent background */
    color: #fff; /* White text color */
    border: 2px solid #fff; /* Add a white border for better visibility */
    padding: 10px 30px; /* Adjust the padding as needed */
    font-size: 16px; /* Adjust the font size as needed */
    cursor: pointer; /* Change the cursor on hover */
    /* Add rounded corners */
    font-weight: 500;

}

.careerebtn2:hover {
    background-color: #fff; /* White background on hover */
    color: #000; /* Change text color on hover, if desired */
}

.careerebtn1:hover {
    background-color: #0c5d3c; /* White background on hover */
    color: white; /* Change text color on hover, if desired */
    border-color: #0c5d3c;
}


/*================================
Megamenu Style 
===================================*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    margin: 0 auto;
    background-color: var(--white-100);
    box-shadow: var(--shadow-medium);
}

.darkmode .header {
    background-color: var(--night-300);
}

.brand {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    color: var(--pink-500);
    text-transform: uppercase;
    order: 1;
}

.darkmode .brand {
    color: var(--pink-300);
}

.navbar-left {
    display: flex;
    align-items: center;
    flex: 0 0 17%;
}

.navbar-center {
    display: flex;
}

.navbar-right {
    display: flex;
    flex: 0 0 17%;
    align-items: center;
    justify-content: flex-end;
    column-gap: 1.5rem;
}

@media only screen and (max-width: 992px) {
    .navbar-left, .navbar-right {
        flex: 0 0 auto;
    }

    .navbar-right {
        align-items: center;
    }

    .navbar-center {
        flex: 0 0 100%;
        order: 3;
        align-items: center;
    }
}

@media only screen and (max-width: 992px) {
    .menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100%;
        z-index: 100;
        overflow: hidden;
        transform: translate(-100%);
        background-color: var(--white-100);
        transition: all 0.4s ease-in-out;
    }

    .menu.is-active {
        transform: translate(0%);
    }

    .darkmode .menu {
        background-color: var(--night-300);
    }
}

.menu-header {
    display: none;
    box-shadow: var(--shadow-medium);
}

.menu-item {
    padding-top: 25px;
    display: inline-block;
    line-height: 1.5;

}

.menu-link {
    font-family: inherit;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: inherit;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--titleColor);
    text-transform: capitalize;
    transition: all 0.25s ease;
}

.menu-link > i.bx {
    font-size: 1.35rem;
    margin-left: 0.25rem;
    transform: rotate(90deg);
}

.darkmode .menu-link {
    color: var(--white-100);
}

.menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    font-size: 1.45rem;
    color: var(--black-300);
    transition: all 0.25s ease;
}

.darkmode .menu-icon {
    color: var(--white-100);
}

@media only screen and (min-width: 993px) {
    .menu-dropdown:hover > .submenu {
        opacity: 0;
        visibility: visible;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 992px) {
    .menu-header {
        position: relative;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 4rem;
        z-index: 110;
        visibility: hidden;
        background: transparent;
    }

    .menu-header.is-active {
        visibility: visible;
        background-color: var(--white-100);
    }

    .menu-header.is-active > .menu-arrow {
        display: block;
    }

    .darkmode .menu-header.is-active {
        background-color: var(--night-100);
    }

    .menu-arrow {
        display: none;
        cursor: pointer;
        width: 3rem;
        height: 4rem;
        text-align: center;
    }

    .menu-arrow > i.bx {
        font-size: 1.5rem;
        line-height: 4rem;
        color: var(--black-300);
        transition: all 0.25s ease;
    }

    .darkmode .menu-arrow > i.bx {
        color: var(--white-100);
    }

    .menu-title {
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        text-transform: capitalize;
        color: var(--black-300);
    }

    .darkmode .menu-title {
        color: var(--white-100);
    }

    .menu-inner {
        height: 100%;
        margin-top: -3rem;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .menu-item {
        display: block;
        line-height: 1;
        padding-inline: 0;
    }

    .menu-link {
        justify-content: space-between;
        height: 2.5rem;
        line-height: 2.5rem;
        padding-inline: 1.25rem;
    }

    .menu-link > i.bx {
        margin-left: 0.5rem;
        transform: rotate(0deg);
    }
}

.submenu {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-bottom: 2px solid var(--orangeColor);
    background-color: #fff;
    box-shadow: var(--shadow-medium);
    transition: all 0.25s ease-in-out;
}

.darkmode .submenu {
    border-top: 2px solid var(--pink-300);
    background-color: var(--night-300);
}

.submenu-inner {
    flex: 0 0 20%;
    padding: 0 1rem;
}

.submenu-title {
    color: #0c5d3c;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    line-height: 1.4;
    /* background: linear-gradient(351deg, rgba(40,42,116,1) 48%, rgb(12 48 101) 100%); */
    font-style: normal;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 550;
    /* background: linear-gradient(90deg,#7A2180 16.67%,#E40276 95.31%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #0c5d3c 16.67%, #0c5d3c 95.31%);
    display: inline-block;
}

.darkmode .submenu-title {
    color: var(--pink-300);
}

.submenu-item {
    display: block;
    line-height: 1;
    margin: 0 auto;
}

.submenu-link {
    color: rgba(35, 35, 35, .9);
    font-size: 15px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0.75rem 0;
    white-space: nowrap;
    text-transform: capitalize;
    transition: all 0.25s ease-in-out;
}

.submenu-link:hover {
    color: #0c5d3c;
}

.darkmode .submenu-link {
    color: var(--white-100);
}

.submenu-image {
    display: block;
    width: 100%;
    height: auto;
    margin-block: 0.5rem;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .submenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        box-shadow: none;
        transform: translateX(0%);
    }

    .submenu.is-active {
        display: block;
    }

    .submenu-inner {
        flex: 0 0 100%;
        padding: 0rem;
    }

    .submenu-list {
        margin-bottom: 1rem;
    }

    .submenu-link {
        display: block;
    }

    .submenu-image {
        margin-top: 0;
    }
}

.megamenu {
    left: 50%;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateX(-50%);
}

.megamenu-column-1 {
    left: 65%;
    max-width: 15rem;
    width: 100%;
    height: auto;
}

.megamenu-column-4 {
    display: flex;
    flex-wrap: wrap;
    max-width: 80rem;
    height: auto;
    margin: 0 auto;
}

@media only screen and (max-width: 992px) {
    .megamenu {
        position: absolute;
        display: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
        min-width: auto;
        margin: 0;
        padding: 1rem;
        padding-top: 4rem;
        opacity: 1;
        overflow-y: auto;
        visibility: visible;
        transform: translateX(0%);
        box-shadow: none;
    }
}

.switch {
    position: relative;
    display: block;
    cursor: pointer;
    user-select: none;
    margin-right: 0.5rem;
}

.switch-light, .switch-dark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in;
}

.switch-light {
    font-size: 1.3rem;
    visibility: visible;
    color: var(--black-300);
}

.darkmode .switch-light {
    font-size: 0rem;
    visibility: hidden;
}

.switch-dark {
    font-size: 0rem;
    visibility: hidden;
    color: var(--white-100);
}

.darkmode .switch-dark {
    font-size: 1.3rem;
    visibility: visible;
}

@media only screen and (max-width: 992px) {
    .overlay.is-active {
        opacity: 1;
        visibility: visible;
    }
}

.burger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.6rem;
    height: 1rem;
    margin-right: 1rem;
    opacity: 0;
    visibility: hidden;
    background: transparent;
}

@media only screen and (max-width: 992px) {
    .burger {
        opacity: 1;
        visibility: visible;
    }
}

.burger-line {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 1rem;
    background: var(--black-400);
}

.darkmode .burger-line {
    background: var(--white-100);
}

.burger-line:nth-child(1) {
    top: 0px;
}

.burger-line:nth-child(2) {
    top: 0.5rem;
    width: 70%;
}

.burger-line:nth-child(3) {
    top: 1rem;
}

.ouradvantage-s4 {
    padding-bottom: 50px;
}

.custom-build-heading-1 {
    padding-top: 10rem;
}

.ouradvantage-section4 {
    padding-bottom: 11rem;
}

.bg-certic img {
    width: 85%;
}

.ouradvantageslider img {
    border-top-left-radius: 130px
}

.industryslider .imageholder {
    padding-top: 10%;
    padding-bottom: 10%;
}

.industryslider h1 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
}

.industrypara {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 2.2;
}

#text-1 {
    color: #F9F871;

}

#text-2 {
    color: #00E0B3;

}

#text-3 {
    color: #00BFC5;

}

.aboutcard {
    height: 100%;
}

.specialcasestudiescontent {
    padding-top: 9rem !important;
}

.lifeatmbsection {
    padding-top: 50px;
    padding-bottom: 25px;
}

.lifebg1 {
    background-color: #0c5d3c;
}

.lifebg2 {
    background-color: #2f4858;
}

.lifebg3 {
    background-color: #65ae87;
}

.lifebg4 {
    background-color: #005a4b;
}

.lifeatmbcontent {
    padding-top: 2rem !important;
}

.overlay-container {
    position: relative;
}

.lifeatmbpara {
    font-size: 1.2rem;
    font-weight: 500;
}

.lifeatmbbtn {
    position: absolute;
    top: 10%;
    left: 20%;
    right: 20%;
    bottom: 20%;
    width: auto;
    /* height: 20%; */
    z-index: 1;
    height: auto;

}

.ourad-s2-heading {
    font-weight: 700;
}

.ouradv-second-content {
    padding-top: 160px;
    padding-bottom: 160px;
}

.ouradv-s5-c1 {
    background-color: #00807a;
}

.ouradv-s5-c2 {
    background-color: #35936d;
}

.ouradv-section-5 {
    margin-top: 0rem;
}

.ouradv-section-5-content h3 {
    font-size: 2rem;
    font-weight: 700;
}

.ouradv-section-5-content p {
    font-size: 1.2rem;
    /* line-height: 1.2rem; */
}

.ouradv-section-5-content {
    line-height: 2.2rem;
    padding: 100px 150px 100px 150px;

}

.navmegaitem:hover .firstmegamenu {
    opacity: 1;
    visibility: visible;

}

.menu-link {
    position: relative;
}

.hovereffect {
    position: relative;
}


.hovereffect::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: 0;
    left: 0;
    background-color: #0c5d3c; /* Change this color as needed */
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
    bottom: -45%;
}

.hovereffect:hover::before {
    visibility: visible;
    transform: scaleX(1);
}


.submenu-item {
    position: relative;
    list-style: none;
}

.submenu-item a {
    text-decoration: none;
    position: relative;
}

.submenu-item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1.5px;
    bottom: -2px;
    left: 0;
    background-color: #0c5d3c; /* Initial color of the underline */
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.submenu-item a:hover::before {
    visibility: visible;
    /* Color of the underline on hover */
    transform: scaleX(1);
}

.blog-card-two img {
    width: 100%;
    height: 35vh;
}

.custom-bubble-bottom {
    width: 35%;
}


/* New Section for the case studies */
.casestudy5newbg {
    background: var(--orangeColor);
}

.casestudiesspan {
    position: relative;
    background-color: #252221;
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
}

.casestudiesspan2 {
    position: relative;
    background-color: var(--orangeColor);
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
}

.casestudiesspan img {
    width: 9%;
}

.casestudiesspan::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: #252221;
    margin-right: 10px;
    position: absolute;
    bottom: -41%;
    left: 50%;
}

.casestudiesspan2 img {
    width: 9%;
}

.casestudiesspan2::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: var(--orangeColor);
    margin-right: 10px;
    position: absolute;
    bottom: -41%;
    left: 50%;
}

.addpadding {
    padding-top: 1.6rem;
}

#Strategies .case-study-subheading,
#Strategies .case-study-paragraph {
    color: white;
}

#Strategies .case-study-paragraph {
    padding-top: 1.6rem;
}

#Results .case-study-paragraph {
    padding-top: 1.6rem;
}

.casestudiesspan3 {
    position: relative;
    background-color: var(--orangeColor);
    padding: 15px;
    border-radius: 10px;
    margin-right: 10px;
}

.casestudiesspan3 img {
    width: 6%;
}

.casestudiesspan3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 25px;
    background-color: var(--orangeColor);
    margin-right: 10px;
    position: absolute;
    bottom: -41%;
    left: 50%;
}

.casereducewidth {
    width: 3% !important;
}

/* Section Ended */

.bubble-bottom p {
    font-size: 1.1rem;
    font-weight: 700;
}

.bubble-top p {
    font-size: 1.1rem;

    font-weight: 700;
}

.bubble-bottom-fintech {

    width: 18%;
    margin-left: -67px;

}

.bubble-top-fintech {

    width: 26%;


}

.bubble-bottom-telcom {
    width: 29%;
}

.bubble-top-telcom {
    width: 27%;
}

.bubble-bottom-ridehailing {
    width: 24%;
}

.bubble-top-ridehailing {
    width: 29%;
}

.bubble-ridersupport-top {
    width: 27%;

}

.bubble-ridersupport-bottom {
    width: 22%;
}

.bubble-top-heathcare {
    width: 28%;
}

.bubble-bottom-heathcare {
    width: 29%;
}


.foodtechnolodgypara {
    padding: 0px 185px 0px 200px !important;
}

.foodtechnolodgy-boxes {
    height: 22vh;
}

.foodtechnolodgy-boxes .first-service-card {
    padding-top: 20px;
    padding-bottom: 10px;
}

.bg-three {
    background-color: #0c5d3c;
    padding: 40px 40px 40px 40px;
}

.advantagearrow {
    position: absolute;
    left: 40%;
}
.ouradv-sec1{
    background-color: #0C5D3C;
}
.ouradv-sec1 span{
    color: #F0E583;

}
.ouradv-sec1 p{
    color: white;

}
.ouradv-sec1 h1{
    color: white;

}
.adv-sec1-content{
    padding: 8%;
    padding-bottom: 8%;
}
.section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.clr-primary{
    color: #0C5D3C;
}
.custom-build-heading-1{
    font-weight: 700;
}
.our-adv-s3 {
    background-color: #E9E9E9 ;
}
.our-adv-cardinner{
    padding: 8%;
    min-height: 100%;
}
.custom-build-heading-2{
    font-size: 1.5rem;
    font-weight: 700;
}
.custom-build-heading-3{
    color: white;
    font-weight: 700;
    font-size: 2rem;
}
.our-sidepaddings{
    padding-left: 15%;
    
}