.hover-effect::before, .hover-effect::after {
    content: "";
    background: rgb(255, 255, 255);
    height: 0px;
    width: 0px;
    z-index: 1;
    position: absolute;
    transition-duration: 1.3s !important;
}

.hover-effect::before {
    right: 0px;
    opacity: 1;
    bottom: 0px;
}

.hover-effect::after {
    top: 0px;
    opacity: 0.7;
    left: 0px;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}

img {
    width: 100%;
}

.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

.image {
    overflow: hidden;
}

a.image {
    display: block;
}

.image img {
    width: 100%;
    height: 100%;
    display: block;
}

.image, .image img {
    position: relative;
}

a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {
    transition: all 0.2s ease-in-out 0s;
}

section, .section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

.fa, .far, .fas {
    display: inline;
}

a:active, a:hover {
    color: rgb(9, 91, 161);
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 32px 0px;
    font-size: 18px;
    line-height: 28px;
}

blockquote > cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 7.5rem 0px;
}

::selection {
    background-color: rgb(9, 91, 161);
    color: rgb(255, 255, 255);
}

.no-transition * {
    transition-timing-function: initial;
    transition-duration: 0s;
}

.bg-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-300 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.btn {
    appearance: initial;
    overflow: hidden;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 15px;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    line-height: inherit;
    border-radius: 0px;
    text-transform: capitalize;
    width: auto;
    font-family: Raleway, sans-serif;
    font-weight: normal;
    transition: all 0.5s ease 0s !important;
}

.btn.btn-blue {
    background: #ffe0d6;
    color: #0c5d3c;
}

.btn.btn-blue:hover {
    border-color: #0c5d3c;
    background: #0c5d3c !important;
    color: #fff !important;
}

.btn.btn-blue-1 {
    background: #0c5d3c;
    border-color: #0c5d3c;
    color: #fff;
}

.btn.btn-blue-1:hover {
    border-color: #ffe0d6;
    background: #ffe0d6 !important;
    color: #0c5d3c !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;
}

.text-green {
    color: rgb(9, 91, 161);
}

.text-blue {
    color: rgb(9, 91, 161);
}

.text-black {
    color: rgb(33, 35, 49);
}

.text-grey {
    color: rgb(246, 246, 246);
}

.text-white {
    color: rgb(255, 255, 255);
}

.bg-green {
    background: rgb(129, 161, 9);
}

.bg-blue {
    background: rgb(51, 201, 221);
}

.bg-black {
    background: rgb(0, 0, 0);
}

.bg-gray {
    background: rgb(246, 246, 246);
}

.bg-transparent {
    background: transparent;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.social-icon:hover {
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255) !important;
    background: rgb(9, 91, 161) !important;
}

.banner-bg {
    background-image: url("/assets/images/mbservices/CareersStockImages/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 75vh;
}

.bg-colors {
}

.bgg-1 {
    background-color: rgb(40, 42, 116);
    height: 42vh;
    margin-top: 9%;
    border-bottom-right-radius: 120px;
}

.bg-2 {
    background-color: rgb(255, 255, 255);
    height: 100vh;
    margin-top: 9%;
    border-top-right-radius: 120px;
}

.bg-3 {
    background-color: rgb(212, 212, 252);
    height: 100vh;
    margin-top: 9%;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.bg-about {
    background-image: url("../img/2.webp");
    background-color: rgb(246, 246, 246);
    background-repeat: no-repeat;
}

.about-headings h5 {
    color: rgb(40, 42, 116);
}

.about-second-headings h5 {
    color: rgb(255, 0, 116);
    padding-top: 85px;
    padding-left: 25px;
}

.about-second-headings li {
    padding-left: 25px;
    color: rgb(0, 92, 255);
}

ul li .about-links {
    position: relative;
}

ul li .about-links::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background-color: rgb(0, 92, 255);
    bottom: 0px;
    left: 0px;
    transition: width 0.3s ease 0s;
}

ul li .about-links:hover::after {
    width: 100%;
}

.aboutc-img img {
    border-top-left-radius: 205px;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    background-color: rgb(0, 0, 0);
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0px 10px 0px 0px;
    border: 1px solid transparent;
    transition: background-color 0.2s ease-in-out 0s;
}

.footer-social a i, .company-about {
    color: rgb(255, 255, 255);
}

.footer-social a:hover i {
    color: rgb(255, 255, 255);
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0px;
}

.carousel-item img {
    width: 100%;
    height: 52vh; /* border-top-right-radius: 140px; */
}

.slider-sec-headings {
    padding-left: 25px;
}

.slider-sec-headings h1 {
    color: #0c5d3c;
}

.slide-icons {
    text-align: center;
}

.slide-icons img {
    width: 100px;
}

.carousel-indicators {
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin-right: 15%;
    margin-bottom: -3rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
    background-clip: padding-box;
    border-width: 10px 0px;
    border-right-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease 0s;
}

.stat-img img {
    border-top-right-radius: 130px; /* height: 58vh; */
    height: 100%;
}

.stat-headings {
    padding-top: 10%;
    padding-left: 25px;
}

.stat-headings img {
    width: 100px;
}

.stat-headings p {
    width: 80%;
}

.stat-img-1 img {
    border-bottom-left-radius: 130px;
    height: 58vh;
    height: 100%;
}

.stat-headings-1 {
    padding-top: 8%;
    padding-left: 5%;
}

.stat-headings-1 img {
    width: 100px;
}

.las-headings {
    padding-top: 28%;
}

.bg-col {
    background-color: rgb(0 190 198);
}

.black-bor {
    border-top-right-radius: 141px;
}

.reduced-paddings {
    padding: 3rem 0px
}

@media screen and (max-width: 1359px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

.video-container {

    position: relative;

    width: 100%;

    height: 87vh; /* 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; /* 16:9 aspect ratio (9 / 16 * 100%) */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    z-index: 1;
}

.pb-25 {
    padding-bottom: 25px;
}

.specialwidth {
    width: 40% !important;
}


@media screen and (max-width: 767px) {

    .bg-1 {
        display: none;
    }

    .bg-3 {
        display: none;
    }

    .bg-2 {
        height: 56vh !important;
    }
}

.careercontent {
    margin-bottom: 5rem;
    margin-top: 5rem;

}

.careers-h1 {
    color: #FFF;

    text-align: center;
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    padding-top: 30px;
    font-size: 60px;
}

.careers-para {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    line-height: 37px;
}

.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;
}

.firstshapes img:nth-child(1) {
    z-index: 1;
    position: absolute;
    width: 14%;
    left: 3%;

}

.firstshapes img:nth-child(2) {
    z-index: 1;
    position: absolute;
    width: 16%;
    top: 65%;
    left: 3%;

}

.secondshapes img:nth-child(1) {
    z-index: 1;
    position: absolute;
    width: 18%;
    bottom: 16%;

}

.banner-rectangles {
    background-size: cover;
}

.pointer1 {
    position: absolute;
    left: 18%;
    top: 5%;
}
.pointer2{
    position: absolute;
    left: 15%;
    top: 45%;
}.pointer3{
    position: absolute;
    right: 12%;
    top: 80%;
    width: 20%;
}


.careersb-h3 {
    text-align: center;
    font-style: normal;
    font-family: 'Kanit';
    font-size: 24px;

    font-weight: 800;
}
.careersb-h1 {
    text-align: center;
    font-style: bold;
    font-family: 'Kanit';
    font-size: 40px;
}
.careersb-para {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-style: normal;
}