/* fonts start */
/* font-family: 'Poppins', sans-serif; */
/* fonts end */

/* common css start */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
    --poppins: 'Poppins', sans-serif;
    --white: 255, 255, 255;
    --black: 0, 0, 0;
    --theme-color: 26, 113, 130;
    --theme-black: 24, 38, 39;
    --color1: 238, 238, 238;
    --color2: 120, 120, 120;
    --text-xs: 1.2rem;
    --text-sm: 1.35rem;
    --text-base: 1.4rem;
    --text-lg: 1.8rem;
    --text-xl: 2rem;
    --text-2xl: 2.4rem;
    --text-3xl: 3rem;
    --text-34: 3.4rem;
    --text-4xl: 4rem;
    --font-thin: 100;
    --font-extralight: 200;
    --font-light: 300;
    --font-normal: 400;
    --font-medium: 500;
    --font-semibold: 600;
    --font-bold: 700;
    --font-extrabold: 800;
    --font-black: 900;

    /* vr  */
    --text-32: 3.2rem;
    --text-22: 2.2rem;
    --text-48: 4.8rem;
    --transparent: transparent;
    --gray-bg: 245,245,247;
    --gray-text: 164,164,164;
    --border-gray: 234,234,234;
    --theme-light: 242,253,255;
    --theme-dark: 191,234,242;
    --bs-gutter-x: 2.4rem;
    --color-11: 255, 233, 223;
    --color-12: 224, 249, 255;
    --color-13: 229, 224, 255;
    --color-14: 223, 255, 236;
    --color-15: 172, 224, 255;
    --footer-bg: 24, 38, 39;
}

input{
    box-shadow: none !important;
}
input:focus,
select:focus
{
    box-shadow: none !important;
    border: 0.1rem solid rgb(var(--border-gray)) !important;
}

*,
body{
    font-family: 'Poppins', sans-serif;
}
html, body{
    font-size: 10px;
    color: rgb(var(--theme-black));
}
@media (min-width: 1921px) {
    html, body{
        font-size: 0.52vw;
    }
}
.row {
    --bs-gutter-x: 2.4rem;
}
.container {
    --bs-gutter-x: 2.4rem;
}

.container{
    max-width: 1355px;
    padding: 0 2rem;
}
a{
    text-decoration: none;
    display: inline-block;
}
ul,
ol{
    list-style: none;
    margin: 0;
    padding: 0;
}
::marker{
    font-size: 1rem;
}
select{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    outline: 0;
    box-shadow: none;
}
/* pagination css start */
.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 0.4rem;
}
.pagination .page-item .page-link:hover {
    transition: all .3s linear;
    border-radius: 0.4rem;
    background-color: #eee;
}
.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: rgb(var(--theme-color));
}
.pagination .page-item.active .page-link {
    transition: all .2s linear;
    border-radius: 0.4rem;
    background-color: rgb(var(--theme-color));
    color: #fff;
}
.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.6rem;
    color: #999;
}
.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 4px;
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    border-radius: 50%;
}
.pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.page-link{
    border:none!important;
}
.Pager3 .pagination.pagination-circle .page-item.active .page-link {
    border-radius: 4px;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgb(var(--theme-color)) !important;
    background-color:white;
    background-color: rgb(var(--theme-color));
    color:rgb(var(--white));
    display: flex;
    align-items: center;
    justify-content: center;
}
.Pager3 .pagination .page-item.active .page-link{
    box-shadow:none;
}
.Pager3 .pagination .page-item .page-link{
    color: rgb(var(--theme-black));
}
  
/* pagination css end */

::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
}
::-webkit-scrollbar-thumb {
    background: rgba(var(--theme-color), 0.18);
    border: 0.1rem solid rgb(var(--white));
    border-radius: 0.5rem;
}
::-webkit-scrollbar-track {
    background: rgb(var(--white));
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(var(--theme-color));
}

.py-30,
.pt-30{
    padding-top: 3rem;
}
.py-30,
.pb-30{
    padding-bottom: 3rem;
}
.py-60,
.pt-60{
    padding-top: 6rem;
}
.py-60,
.pb-60{
    padding-bottom: 6rem;
}

.lmg-page-title-section{
    background: rgb(var(--theme-color));
}
.lmg-page-title-section .lmg-page-title-content{
    padding: 8.4rem 0;
}

.lmg-page-title-section{
    background: rgb(var(--theme-color));
}
.lmg-page-title-section .lmg-page-title-content{
    padding: 7.5rem 0;
}
.lmg-page-title-content h2{
    color: rgb(var(--white));
    font-size: var(--text-48);
    font-weight: var(--font-medium);
    text-transform: capitalize;
    margin-bottom: 0.5rem;
}
.lmg-page-title-content nav{
    --bs-breadcrumb-divider: "";
}
.lmg-page-title-content .breadcrumb .breadcrumb-item{
    color: rgb(var(--gray-text));
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    display: flex;
    align-items: center;
}
.lmg-page-title-content .breadcrumb .breadcrumb-item::before{
    background-image: url('../images/White-Right-Arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    float: unset;
    display: block;
    width: 2.1rem;
    height: 2.1rem;
}
.lmg-page-title-content .breadcrumb .breadcrumb-item a{
    color: rgb(var(--white));
    font-weight: var(--font-light);
    letter-spacing: 0.5pt;
}
.lmg-page-title-content .breadcrumb .breadcrumb-item:hover,
.lmg-page-title-content .breadcrumb .breadcrumb-item:hover a{
    color: rgb(var(--color1));
}
.lmg-page-title-content .breadcrumb .breadcrumb-item.active{
    font-weight: var(--font-medium);
    color: rgb(var(--color1));
    letter-spacing: 0.5pt;
}


.lmg-heading-content {
    margin-bottom: 5rem;
}
.lmg-heading-content h2{
    color: rgb(var(--theme-black));
    font-size: var(--text-2xl);
    font-weight: var(--font-medium);
    margin-bottom: 0.6rem;
    text-align: center;
}
.lmg-heading-content p{
    color: rgb(var(--color2));
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    margin-bottom: 0;
    text-align: center;
    max-width: 70rem;
    margin: 0 auto;
}
/* common css end */

/* vr common start  */
.lmg-fill-btn{
    background-color: rgb(var(--theme-color));
    border: 0.1rem solid rgb(var(--theme-color));
    color: rgb(var(--white));
    font-size: var(--text-base);
    border-radius: 0.5rem;
    transition: all 0.4s;
}
.lmg-fill-btn:hover{
    border: 0.1rem solid rgb(var(--theme-color));
    background-color: var(--transparent);
    color: rgb(var(--theme-color));
}
/* vr common end  */

/* header css start  */
.lmg-career-navbar{
    padding: 1.5rem 0;
    background-color: rgb(var(--white));
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.08);
}
.navbar .container-fluid{
    max-width: 1440px;
}
.navbar .lmg-nav-contact-details a{
    font-size: var(--text-base);
    color: rgb(var(--theme-black));
    font-weight: var(--font-regular);
    transition: all 0.4s;
}
.navbar .lmg-nav-contact-details a:hover{
    text-decoration: underline;
}
.navbar ul.navbar-nav{
    margin: 0 auto;
}
.navbar ul.navbar-nav li{
    padding: 0 1.2rem;
}
.navbar ul.navbar-nav a{
    font-size: var(--text-base);
    display: inline-block;
    font-weight: var(--font-medium);
    padding: 0;
}
.navbar ul.navbar-nav a.active,
.navbar ul.navbar-nav a:hover,
.navbar ul.navbar-nav a:focus,
.navbar ul.navbar-nav a:active{
    color: rgb(var(--theme-color)) !important;
}

.lmg-career-navbar .navbar-toggler{
    width: 3.8rem;
    height: 3.8rem;
    background-color: rgba(var(--theme-color), 0.18);
    border: none;
    color: rgb(var(--theme-color));
}
.lmg-career-navbar .navbar-toggler[aria-expanded="false"] .close{
    display: none;
}
.lmg-career-navbar .navbar-toggler[aria-expanded="true"] .close{
    display: block;
}
.lmg-career-navbar .navbar-toggler[aria-expanded="true"] .bars{
    display: none;
}
.lmg-career-navbar .navbar-toggler:focus{
    box-shadow: none;
}
/* header css end  */
/* hero section css start  */
.lmg-hero-section{
    background-color: rgb(var(--theme-light));
    height: calc(100vh - 8.7rem);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/bg-pattern.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.lmg-hero-section h2{
    font-size: 5rem;
    text-align: center;
    line-height: 6.7rem;
}
.lmg-hero-section h2 span{
    color: rgb(var(--theme-color));
    font-weight: var(--font-semibold);
}
.lmg-hero-find-jobs{
    border: 0.1rem solid rgb(var(--border-gray));
    background-color: rgb(var(--white));
    padding: 1.3rem 3.5rem;
    display: inline-flex;
    align-items: center;
    border-radius: 0.5rem;
}
.lmg-hero-find-jobs .lmg-fill-btn{
    padding: 1.2rem 3.8rem;
}
.lmg-hero-find-jobs .lmg-search{
    position: relative;
    margin-right: 5rem;
}
.lmg-hero-find-jobs .lmg-search::after{
    position: absolute;
    content: '';
    width: 0.1rem;
    height: 3.4rem;
    background-color: rgb(var(--theme-black), 0.3);
    right: -2.5rem;
    top: 50%;
    transform: translateY(-50%);
}
.lmg-hero-find-jobs .lmg-select-work-type svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.lmg-hero-find-jobs select,
.lmg-hero-find-jobs input{
    font-size: var(--text-sm);
    border: none;
    color: rgb(var(--gray-text));
    width: 17rem;
    background: none;
}
.lmg-hero-find-jobs select:focus{
    border-width: 0px !important;
}
.lmg-hero-section input{
    width: 15.5rem;
}
.lmg-hero-find-jobs input:focus{
    border: none !important;
    outline: none;
    box-shadow: none !important;
}
.lmg-hero-section select::placeholder,
.lmg-hero-section input::placeholder{
    font-size: var(--text-sm);
    border: none;
    color: rgb(var(--gray-text));
}
.lmg-hero-section .lmg-emp-1{
    width: 4.166vw;
    height: 4.166vw;
    top: 15%;
    left: 20%;
    animation: x30 15s linear 2s infinite alternate;
}
.lmg-hero-section .lmg-emp-2{
    width: 4.166vw;
    height: 4.166vw;
    top: 15%;
    right: 35%;
    animation: y30 20s linear 2s infinite alternate-reverse;
}
.lmg-hero-section .lmg-emp-3{
    width: 2.6vw;
    height: 2.6vw;
    top: 40%;
    left: 15%;
    animation: y30 15s linear 2s infinite alternate;
}
.lmg-hero-section .lmg-emp-4{
    width: 4.166vw;
    height: 4.166vw;
    top: 30%;
    right: 15%;
    animation: x30 20s linear 2s infinite alternate-reverse;
}
.lmg-hero-section .lmg-emp-5{
    width: 5.2vw;
    height: 5.2vw;
    bottom: 22%;
    left: 20%;
    animation: x30 15s linear 2s infinite alternate;
}
.lmg-hero-section .lmg-emp-6{
    width: 7.29vw;
    height: 7.29vw;
    bottom: 22%;
    right: 20%;
    animation: y30 20s linear 2s infinite alternate-reverse;
}
.lmg-hero-section .lmg-emp-7{
    width: 4.166vw;
    height: 4.166vw;
    bottom: 4%;
    left: 15%;
    animation: y30 18s linear 2s infinite alternate;
}
.lmg-hero-section .lmg-emp-8{
    width: 4.166vw;
    height: 4.166vw;
    bottom: 5%;
    left: 45%;
    animation: x30 22s linear 2s infinite alternate-reverse;
}
.lmg-hero-section .lmg-emp-9{
    width: 4.166vw;
    height: 4.166vw;
    bottom: 5%;
    right: 5%;
    animation: y30 20s linear infinite alternate-reverse;
}
@keyframes x30 {
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(30px);
    }
    50%{
        transform: translateX(0);
    }
    75%{
        transform: translateX(-30px);
    }
    100%{
        transform: translateX(0px);
    }
}
@keyframes y30 {
    0%{
        transform: translateY(0);
    }
    25%{
        transform: translateY(30px);
    }
    50%{
        transform: translateY(0);
    }
    75%{
        transform: translateY(-30px);
    }
    100%{
        transform: translateY(0px);
    }
}
/* hero section css end  */

.lmg-track-application .lmg-track-app-content{
    background-color: rgb(var(--theme-light));
    padding: 2.4rem 10rem;
}
.lmg-track-application .lmg-track-app-content h4{
    font-size: var(--text-xl);
    margin-bottom: 1.6rem;
}
.lmg-track-application .lmg-track-app-content input{
    font-size: var(--text-sm);
    padding-left: 2rem;
}
.lmg-track-application .lmg-track-app-content input::placeholder{
    color: rgb(var(--gray-text));
}
.lmg-track-application .lmg-track-app-content input,
.lmg-track-application .lmg-track-app-content button{
    height: 4.8rem;
}
.lmg-track-application .lmg-track-app-content button{
    padding: 1.2rem 2rem;
}
.lmg-track-application .lmg-track-app-content .lmg-trackapp-input{
    width: 90%;
}
.lmg-jobs-categories-section .lmg-job-categories-card{
    background-color: rgb(var(--theme-light));
    padding: 3.2rem;
    border-radius: 0.5rem;
    transition: all 0.4s;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.lmg-jobs-categories-section .lmg-job-categories-card::before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0;
    background: rgb(var(--theme-color));
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform 0.38s ease-out;
}
.lmg-jobs-categories-section .lmg-job-categories-card:hover::before{
  transform: scale(35);
}


.lmg-jobs-categories-section .lmg-job-categories-card .lmg-job-navigation-navigate{
    color: rgb(var(--theme-black));
}
.lmg-jobs-categories-section .lmg-job-categories-card .lmg-job-catogry-text{
    padding-right: 10px;
}
.lmg-jobs-categories-section .lmg-job-categories-card:hover .lmg-job-navigation-navigate,
.lmg-jobs-categories-section .lmg-job-categories-card:hover p,
.lmg-jobs-categories-section .lmg-job-categories-card:hover h4{
    color: rgb(var(--white));
}
.lmg-jobs-categories-section .lmg-job-categories-card h4{
    font-size: var(--text-lg);
    color: rgb(var(--theme-black));
    font-weight: var(--font-semibold);
}
.lmg-jobs-categories-section .lmg-job-categories-card p{
    color: rgb(var(--gray-text));
    font-weight: var(--font-medium);
    font-size: var(--text-sm);
    margin-bottom: 0;
}
.lmg-jobs-categories-section .lmg-job-navigation-navigate{
    margin-left: auto;
}
.lmg-jobs-categories-section .lmg-job-catogry-icon{
    min-width: 6rem;
    height: 6rem;
    background-color: rgb(var(--theme-dark));
    line-height: 6rem;
    text-align: center;
    border-radius: 50%;
}

.lmg-jobs-categories-section .lmg-job-categories-card:hover .lmg-job-catogry-icon{
    background-color: rgb(var(--white));
}

/* lmg-hiring-procedure css start */

.lmg-hiring-procedure {
    margin-top: 60px;
}

.lmg-hiring-procedure .lmg-common-title-class {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 101px;
}

.lmg-hiring-procedure .lmg-hiring-steps {
    margin: 0 auto;
    width: 17.6rem;
    margin-top: 3rem;
}

.lmg-hiring-procedure .lmg-hiring-steps .lmg-steps-img {
    border-radius: 50%;
    width: 15rem;
    height: 15rem;
    line-height: 15rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.8rem;
    position: relative;
}

.lmg-hiring-procedure .lmg-hiring-steps .lmg-hiring-text p {
    text-align: center;
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    font-family: var(--poppins);
    color: rgb(var(--color-2));
    line-height: 1.5;
}

.lmg-hiring-procedure .lmg-steps-num {
    background-color: inherit;
    min-width: 60px;
    width: 6rem;
    height: 6rem;
    border: 0.3rem solid rgb(var(--white));
    border-radius: 50%;
    display: flex;
    align-items: center;
    position: absolute;
    top: -3.5rem;
    left: 50%;
    justify-content: center;
    transform: translate(-50%);
}

.lmg-hiring-procedure .lmg-steps-num p {
    font-size: var(--text-2xl);
    font-weight: var(--font-medium);
    color: rgb(var(--color-10));
    margin: 0;
    line-height: 1;
}

.lmg-hiring-steps .lmg-steps-line {
    position: absolute;
    left: 90%;
    z-index: -1;
    width: 75%;
    top: 45%;
    transform: translateY(-50%);
}

.lmg-hiring-steps .lmg-steps-line svg {
   width: 100%;
}

.lmg-hiring-steps .steps-1 {
    background-color: rgb(var(--color-13));
    color: #4A3C98;
}

.lmg-hiring-steps .steps-2 {
    background-color: rgb(var(--color-11));
    color: #FF7E46;
}

.lmg-hiring-steps .steps-3 {
    background-color: rgb(var(--color-12));
    color: #08CEFB;
}

.lmg-hiring-steps .steps-4 {
    background-color: rgb(var(--color-14));
    color: #48D07E;
}

.lmg-hiring-steps .steps-5 {
    background-color: rgb(var(--color-15));
    color: #1A7182;
}

/* lmg-hiring-procedure css End */


/* dream job css start  */
.lmg-dream-job-list ul{
    max-width: 100rem;
    margin: 0 auto;
}
.lmg-dream-job-list .lmg-available-jobs{
    border-radius: 1rem;
    border: 0.1rem solid rgb(var(--border-gray));
    padding: 2rem;
    margin-bottom: 2rem;
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-opp-img img{
    width: 9rem;
    height: 9rem;
    border-radius: 1rem;
    object-fit: cover;
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-time h3{
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-time span{
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-time .full-part-time > span{
    font-size: var(--text-xs);
    padding: 0.4rem 0rem;
    border-radius: 0.5rem;
    font-weight: var(--font-medium);
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-time .part-time{
    background-color: rgba(255, 237, 246, 1);
    color: rgba(255, 74, 161, 1);
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-time .full-time{
    background-color: rgba(229, 250, 245, 1);
    color: rgba(0, 202, 153, 1);
padding: 5px 10px;
    border-radius: 5px;
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-salary-info p{
    font-size: var(--text-base);
    color: rgb(var(--color2));
    /*font-weight: var(--font-medium);*/
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-salary-info span{
    font-size: var(--text-sm);
    color: rgb(var(--gray-text));
    font-weight: var(--font-medium);
}
.lmg-dream-job-list .lmg-available-jobs .lmg-job-apply-btn{
    padding: 1rem 3rem;
    margin-left: auto;
    border-radius: 0.5rem;
    font-size: var(--text-sm);
}
.lmg-dream-job-list .lmg-available-jobs .lmg-drem-job-info{
    flex: 1;
}
.lmg-dream-job-list .lmg-more-job-btn{
    font-size: var(--text-base);
    color: rgb(var(--theme-color));
    font-weight: var(--font-medium);
    text-decoration: underline;
    display: block;
    text-align: center;
}
.lmg-dream-job-list .lmg-job-btn{
    margin-top: 25px;
}
.lmg-dream-job-list .lmg-job-btn span{
    display: block;
    font-size: var(--text-xs);
    margin-left: 0;
    text-align: center;
    margin: 5px;
}
/* dream job css end  */
/* grow career css start  */

.lmg-grow-career-section .lmg-grow-career-detail p {
    font-size: var(--text-sm);
    font-weight: var(--font-normal);
    font-family: var(--poppins);
    color: rgb(var(--color2));
    margin-bottom: 3rem;
    line-height: 1.72;
}

.lmg-grow-career-info h2 {
    font-size: var(--text-2xl);
    font-family: var(--poppins);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-black));
    margin-bottom: 2rem;
}

.lmg-grow-career-info .lmg-Progress-steps .inner-div {
    display: flex;
    align-items: center;
    margin-top: 3rem;
}

.lmg-grow-career-info .lmg-Progress-steps .progress-img {
    padding: 2rem;
    background-color: rgb(var(--theme-light));
    border-radius: 50%;
    width: fit-content;
}

.lmg-Progress-steps .progress-text h3 {
    font-size: var(--text-lg);
    font-family: var(--poppins);
    font-weight: var(--font-medium);
    color: rgb(var(--black));
}

.lmg-Progress-steps .progress-text p {
    font-size: var(--text-sm);
    font-family: var(--poppins);
    font-weight: var(--font-normal);
    color: rgb(var(--color2));
    margin-bottom: 0;
}
/* grow career css end */

/* looking all kind people css start */

.lmg-looking-pepole {
    background-color: rgb(var(--gray-bg));
    position: relative;
}
.lmg-looking-pepole .lmg-kind-pepole-text {
    max-width: 62rem;
    width: 100%;
    z-index: 2;
}
.lmg-looking-pepole .lmg-kind-pepole-text h2 {
    font-size: var(--text-34);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-black));
    margin-bottom: 1.2rem;
    line-height: 1.3;
}
.lmg-looking-pepole .lmg-kind-pepole-text p {
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    color: rgb(var(--color-4));
    margin-bottom: 2.8rem;
    line-height: 1.5;
}
.lmg-looking-pepole .lmg-fill-btn {
    padding: 1.4rem 3.4rem;
    display: inline-block;
}
.lmg-looking-pepole .lmg-kind-pepole-img {
    position: relative;
    overflow: hidden;
}
.lmg-looking-pepole .lmg-kind-pepole-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F5 30.73%, rgba(217, 217, 217, 0.00) 100%);
    position: absolute;
    left: -25%;
    z-index: 1;
    pointer-events: none;
}
/* looking all kind people css end */

/* lmg-faq-sectioncss start */
.lmg-faq-cnontent {
    max-width: 76.8rem;
    margin: 0 auto;
}
.lmg-faq-section .accordion-button:not(.collapsed) {
    background-color: rgb(var(--white));
    box-shadow: none;
}
.lmg-faq-section .accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.lmg-faq-section .accordion .accordion-button {
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-black));
    padding: 1.8rem 0;
}
.lmg-faq-section .accordion-button[aria-expanded='true'] .accordion-icon::after {
    width: 0;
}
.lmg-faq-section .accordion-icon {
    position: relative;
    margin-left: auto;
    min-height: 2.4rem;
    min-width: 2.4rem;
    border: 0.2rem solid rgb(var(--theme-color));
    border-radius: 50%;
}
.lmg-faq-section .accordion-icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 0.9rem;
    left: 0.5rem;
    width: 1rem;
    height: 0.2rem;
    background: rgb(var(--theme-color));
}
.lmg-faq-section .accordion-icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 0.5rem;
    left: 0.9rem;
    width: 0.2rem;
    height: 1rem;
    background: rgb(var(--theme-color));
}
.lmg-faq-section .accordion-button::before {
    display: none;
}
.lmg-faq-section .accordion-button::after {
    display: none;
}
.lmg-faq-section .accordion .accordion-body p {
    font-size: var(--text-base);
    font-family: var(--poppins);
    font-weight: var(--font-no  rmal);
    color: rgb(var(--gray-text));
    width: 100%;
}
/* lmg-faq-section css End */
/* lmg-heros-app-section css star */

.lmg-heros-app-section {
    background-color: rgb(var(--theme-light));
}
.lmg-heros-app-section .lmg-heros-app-text h2 {
    font-size: var(--text-32);
    font-weight: var(--font-semibold);
    margin-bottom: 0.8rem;
    line-height: 1.5;
}
.lmg-heros-app-section .lmg-heros-app-text p {
    font-size: var(--text-base);
    margin-bottom: 0;
    line-height: 1.5;
}

/* lmg-heros-app-section css end */

/* footer css start  */
.lmg-career-footer{
    background-color: rgb(var(--footer-bg));
}
.lmg-career-footer label{
    font-size: var(--text-sm);
}
.lmg-career-footer .lmg-footer-subscribe-input input{
    background-color: var(--transparent);
    border-color: rgba(93, 103, 103, 1);
    height: 4.8rem;
    border-radius: 0.7rem;
    color: rgb(var(--white));
    font-size: var(--text-base);
    padding-right: 3.5rem;
    padding-left: 2rem;
}
.lmg-career-footer .lmg-footer-subscribe-input input::placeholder{
    color: rgba(93, 103, 103, 1);
    font-size: var(--text-base);
}
.lmg-career-footer .lmg-footer-subscribe-input svg{
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
}
.lmg-career-footer .lmg-footer-subscribe .lmg-fill-btn{
    width: 100%;
    height: 4.8rem;
}
.lmg-career-footer .lmg-footer-menu h4{
    font-size: var(--text-xl);
}
.lmg-career-footer .lmg-footer-menu ul li a {
    font-size: var(--text-sm);
    color: rgb(var(--white));
    font-weight: var(--font-normal);
}
.lmg-career-footer .lmg-footer-menu li {
    margin-bottom: 1rem;
}
.lmg-career-footer .lmg-footer-menu ul {
    margin-top: 2rem;
}
.lmg-career-footer .lmg-footer-menu{
    padding-left: 6rem;
    position: relative;
    transition: all 0.4s;
}
.lmg-career-footer .lmg-footer-menu a:hover{
    opacity: 0.7;
}
.lmg-career-footer .col-xl-3:not(:last-child) .lmg-footer-menu::after{
    content: '';
    position: absolute;
    width: 0.1rem;
    height: 8rem;
    background-color: rgb(var(--white),0.4);
    right: 0;
    top: 8rem;
    transform: translateY(-50%);
}
.lmg-career-footer .lmg-footer-bottom{
    background-color: rgb(var(--theme-color));
    text-align: center;
    padding: 1rem;
    font-size: var(--text-sm);
}
/* footer css end */



/*----- lmg-job-details page Css Start------*/

.lmg-desc-section .lmg-dream-job-list > ul{
    max-width: 100%;
}

.lmg-job-details-page-title {
    background-color: rgb(var(--theme-color));
    padding: 3.646vw 0;
}

.lmg-job-details-page-title .lmg-job-hero-content h2 {
    text-transform: capitalize;
    font-size: var(--text-48);
    font-weight: var(--font-medium);
    color: rgb(var(--white));
    line-height: 1.5;
    margin-bottom: 0;
}

.lmg-job-details-page-title .lmg-job-hero-content ul li:not(:last-child) {
    padding: 0 1rem 0 0;
    display: flex;
    align-items: center;
}

.lmg-job-details-page-title .lmg-job-hero-content ul li a {
    text-decoration: none;
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    color: rgb(var(--gray-text));
    padding-right: 1rem;
}

.lmg-job-details-page-title .lmg-job-hero-content ul li:last-child a {
    color: rgb(var(--white));
}
.lmg-job-details-page-title .lmg-job-hero-content ul li:last-child svg {
    display: none;
}

.lmg-job-details-page-title .lmg-job-hero-content ul li svg {
    stroke: rgb(var(--white));
    width: 0.9rem;
}

.lmg-desc-section .lmg-job-overview {
    border: 0.1rem solid rgb(var(--border-gray));
    padding: 2.5rem;
    border-radius: 1rem;
}

.lmg-desc-section .lmg-job-overview h3 {
    font-size: var(--text-xl);
    color: rgb(var(--theme-color));
    font-family: var(--font-medium);
    line-height: 1.5;
}

.lmg-desc-section .lmg-job-overview .job-overview-detail .job-overview-info:not(:last-child) {
    padding-bottom: 2.2rem;
}

.lmg-desc-section .lmg-job-overview .job-overview-detail .job-overview-info p {
    text-transform: capitalize;
    font-size: var(--text-base);
    color: rgb(var(--gray-text));
    font-weight: var(--font-medium);
    margin-bottom: 0;
    line-height: 1.5;
}

.lmg-desc-section .lmg-job-overview .job-overview-detail .job-overview-info span {
    /*text-transform: capitalize;*/
    font-size: var(--text-base);
    color: rgb(var(--theme-black));
    font-weight: var(--font-medium);
    line-height: 1.5;
}

.lmg-desc-section .job-description-more-info {
    padding: 2.5rem;
    border: 0.1rem solid rgb(var(--border-gray));
    border-radius: 1rem;
}

.lmg-desc-section .job-description-more-info .more-info-inner-div {
    padding-bottom: 4rem;
}

.lmg-desc-section .job-description-more-info .more-info-inner-div:last-child {
    padding-bottom: 0px;
}

.lmg-desc-section .job-description-more-info ul {
    list-style: disc;
    padding-left: 2rem;
}

.lmg-desc-section .job-description-more-info ul li {
    font-size: var(--text-sm);
    color: rgb(var(--color2));
    font-weight: var(--font-normal);
    margin-bottom: 0;
    line-height: 1.5;
}

.job-description-more-info h1, .job-description-more-info h2, .job-description-more-info h3, .job-description-more-info h4, .job-description-more-info h5, .job-description-more-info h6 {
    font-family: var(--poppins);
    color: rgb(var(--theme-color));
    font-weight: var(--font-medium);
    margin-bottom: 1.6rem;
    line-height: 1.5;
}

.lmg-desc-section .job-description-more-info p {
    font-size: var(--text-sm);
    font-family: var(--poppins);
    color: rgb(var(--color2));
    font-weight: var(--font-normal);
    margin-bottom: 0;
    line-height: 1.5;
}

.lmg-desc-section .lmg-fill-btn {
    padding: 1.2rem 4.5rem;
    margin-top: 4rem;
}

.lmg-desc-section .lmg-fill-btn:hover {
    color: rgb(var(--theme-color));
}

.lmg-desc-section .lmg-fill-btn {
    text-decoration: none;
    font-size: var(--text-base);
    color: rgb(var(--white));
    font-weight: var(--font-medium);
    line-height: 1.5;
    text-align: center;
    display: inline-block;
}


/*---- lmg-job-details page Css End ----*/

/* all jobs page css start  */
.lmg-all-jobs-page .lmg-hero-find-jobs{
    width: 100%;
}
.lmg-hero-find-jobs .lmg-fill-btn,
.lmg-all-jobs-page .lmg-hero-find-jobs select,
.lmg-all-jobs-page .lmg-hero-find-jobs input{
    width: 100%;
}
.lmg-date-posted span.radio {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 50%;
    border: 0.1rem solid rgb(var(--color2));
    display: inline-block;
}
.lmg-date-posted input:checked + span.radio {
    border: 2px solid rgb(var(--theme-color));
}
.lmg-date-posted input:checked + span.radio::before {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgb(var(--theme-color));
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lmg-date-posted span.checkbox {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 0.5rem;
    border: 0.1rem solid rgb(var(--color2));
    display: inline-block;
}
.lmg-date-posted input:checked + span.checkbox {
    border: 2px solid rgb(var(--theme-color));
    background-color: rgb(var(--theme-color));
}
.lmg-date-posted input:checked + span.checkbox::before {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-image: url('../images/yes.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(var(--theme-color));
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.accordion-button:not(.collapsed) {
    background-color: rgb(var(--white));
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.lmg-all-jobs-filter .accordion .accordion-button {
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
}
.lmg-all-jobs-filter .accordion-button[aria-expanded='true'] .accordion-icon::after {
    width: 0;
}
.lmg-all-jobs-filter .lmg-date-posted{
    display: flex;
    flex-direction: column;
}
.lmg-all-jobs-filter .lmg-date-posted label{
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.lmg-all-jobs-filter .lmg-date-posted label:last-child{
    margin-bottom: 0;
}
.lmg-all-jobs-filter .lmg-date-posted label p{
    font-size: var(--text-sm);
    color: rgb(var(--color2));
    /*font-weight: var(--font-medium);*/
    margin-left: 0.8rem;
}
.lmg-all-jobs-filter .accordion-item{
    border: 0.1rem solid rgb(var(--border-gray));
    padding: 1.6rem;
    border-radius: 1rem;
    margin-bottom: 1.6rem;
}
.lmg-all-jobs-filter .accordion-button{
    padding: 0;
}
.lmg-all-jobs-filter .accordion-body{
    padding: 1.5rem 0 0 0;
}
.lmg-all-jobs-filter .accordion-flush .accordion-item:last-child{
    border-bottom: 0.1rem solid rgb(var(--border-gray));
}
.lmg-all-jobs-filter .accordion-flush .accordion-item:first-child{
    border-top: 0.1rem solid rgb(var(--border-gray));
}
.lmg-all-jobs-filter .accordion-button[aria-expanded='true'] .accordion-icon::after {
    width: 0;
}
.lmg-all-jobs-filter .accordion-button::before {
    display: none;
}
.lmg-all-jobs-filter .accordion-button::after {
    display: none;
}
.lmg-all-jobs-filter .accordion-icon {
    position: relative;
    margin-left: auto;
    min-height: 2.4rem;
    min-width: 2.4rem;
}
.lmg-all-jobs-filter .accordion-icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1.6rem;
    height: 0.2rem;
    background: rgb(var(--theme-color));
}
.lmg-all-jobs-filter .accordion-icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.2rem;
    height: 1.6rem;
    background: rgb(var(--theme-color));
}
/* all jobs page css end */

/* === about page css start === */

/* About LMG css start */
.lmg-about-section{
    overflow: hidden;
}
.lmg-about-section .lmg-about-bg{
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 89.6rem;
    height: 62.2rem;
    object-fit: contain;
}
.lmg-about-content .lmg-about-img{
    max-width: 55.2rem;
    width: 100%;
}
.lmg-about-content .lmg-about-img img{
    width: 100%;
    height: auto;
}
.lmg-about-content .lmg-about-text h2{
    color: rgb(var(--theme-color));
    font-size: var(--text-32);
    font-weight: var(--font-medium);
    margin-bottom: 0.45rem;
}
.lmg-about-content .lmg-about-text p{
    color: rgb(var(--color2));
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    margin-bottom: 2.4rem;
}
.lmg-about-content .lmg-about-text > *:last-child{
    margin-bottom: 0;
}
/* About LMG css end */

/* Our Story css start */
.lmg-our-story-section .lmg-heading-content{
    max-width: 41.4rem;
    margin-left: auto;
    margin-right: auto;
}

.lmg-our-story-content .lmg-our-story-timeline{
    max-width: 997px;
    width: 100%;
    margin: 0 auto;
}
.lmg-our-story-timeline .lmg-our-story-timeline-slide:hover{
    cursor: grab;
}
.lmg-our-story-timeline .lmg-our-story-timeline-slide:active{
    cursor: grabbing;
}
.lmg-our-story-timeline .lmg-our-story-timeline-slide .lmg-our-story-timeline-slide-img{
    max-width: 390px;
    width: 100%;
    aspect-ratio: 390/300;
    border-radius: 10px;
    overflow: hidden;
}
.lmg-our-story-timeline .lmg-our-story-timeline-slide .lmg-our-story-timeline-slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lmg-our-story-timeline .lmg-our-story-timeline-slide .lmg-our-story-timeline-slide-text span{
    color: rgb(var(--theme-color));
    font-size: var(--text-xl);
    font-weight: var(--font-medium);
    text-transform: capitalize;
    display: block;
    margin-bottom: 0.4rem;
}
.lmg-our-story-timeline .lmg-our-story-timeline-slide .lmg-our-story-timeline-slide-text p{
    color: rgb(var(--color2));
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    display: block;
    margin-bottom: 0;
}
.lmg-our-story-timeline-step{
    margin-top: 5rem;
}
.lmg-our-story-timeline-step.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.lmg-our-story-timeline-step .slick-list .slick-track::before{
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
    width: 100%;
    height: 0.2rem;
    background: rgb(var(--color1));
    z-index: -1;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide{
    cursor: pointer;
    position: relative;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1rem;
    width: 50%;
    height: 0.2rem;
    background: rgb(var(--theme-color));
    z-index: -1;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 1rem;
    width: 50%;
    height: 0.2rem;
    background: rgb(var(--theme-color));
    z-index: -1;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide p{
    text-align: center;
    color: rgb(var(--theme-color));
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    margin-bottom: 0;
    padding-top: 3.4rem;
    position: relative;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide p::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 2rem;
    height: 2rem;
    border: 0.2rem solid rgb(var(--theme-color));
    background: rgb(var(--white));
    border-radius: 100%;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide p::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0.5rem;
    transform: translateX(-50%);
    width: 1rem;
    height: 1rem;
    background: rgb(var(--theme-color));
    border-radius: 100%;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide.slick-current ~ .lmg-our-story-timeline-step-slide::after,
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide.slick-current ~ .lmg-our-story-timeline-step-slide::before,
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide.slick-current::after,
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide.slick-current ~ .lmg-our-story-timeline-step-slide p::after{
    opacity: 0;
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide.slick-current ~ .lmg-our-story-timeline-step-slide p::before{
    border-color: rgb(var(--color3));
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide.slick-current ~ .lmg-our-story-timeline-step-slide p{
    color: rgb(var(--color3));
}
.lmg-our-story-timeline-step .lmg-our-story-timeline-step-slide:last-child.slick-current::after{
    opacity: 1;
}
.lmg-our-story-timeline-step .slick-arrow{
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 100%;
    border: 0.2rem solid rgb(var(--color1));
    background: rgb(var(--white));
    top: 1.1rem;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lmg-our-story-timeline-step .slick-arrow svg{
    width: 1.3rem;
    height: 1.3rem;
}
.lmg-our-story-timeline-step .slick-arrow.slick-prev{
    left: 0;
}
.lmg-our-story-timeline-step .slick-arrow.slick-next{
    right: 0;
}
.lmg-our-story-timeline-step .slick-arrow::before{
    display: none;
}
/* Our Story css end */

/* Our Value css start */
.lmg-our-value-section .lmg-heading-content{
    max-width: 35rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lmg-our-value-content .row > *{
    margin-top: 8rem;
}
.lmg-our-value-content .row > *:is(:nth-child(1), :nth-child(2), :nth-child(3)){
    margin-top: 0;
}
.lmg-our-value-content .lmg-our-value-col{
    max-width: 34rem;
    margin: 0 auto;
}
.lmg-our-value-col .lmg-our-value-col-icon{
    width: 7rem;
    height: 7rem;
    border-radius: 7rem;
    /* background: rgb(var(--theme-light)); */
    color: rgb(var(--theme-color));
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.6rem;
}
.lmg-our-value-col .lmg-our-value-col-icon svg{
    width: 6rem;
    height: 6rem;
}
.lmg-our-value-col h3{
    color: rgb(var(--theme-black));
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    margin-bottom: 0.6rem;
    text-align: center;
}
.lmg-our-value-col p{
    color: rgb(var(--color2));
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    margin-bottom: 0;
    text-align: center;
}
/* Our Value css end */

/* Our Department css start */
.lmg-department-section .lmg-heading-content{
    max-width: 41.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lmg-department-content .row > *{
    margin-top: 2.4rem;
}
.lmg-department-content .row > *:is(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)){
    margin-top: 0;
}
.lmg-department-col{
    cursor: pointer;
}
.lmg-department-col .lmg-department-col-img{
    width: 100%;
    aspect-ratio: 180/180;
    margin-bottom: 1.6rem;
    border-radius: 100%;
    border: 0.4rem solid rgb(var(--border-gray));
    padding: 0.6rem;
}
.lmg-department-col .lmg-department-col-img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.lmg-department-col p{
    color: rgb(var(--theme-color));
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 0;
}
/* Our Department css end */

/* Our Services css start */
.lmg-services-section .lmg-heading-content{
    max-width: 41.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lmg-services-content .row > *{
    margin-top: 2.4rem;
}
.lmg-services-content .row > *:is(:nth-child(1), :nth-child(2), :nth-child(3)){
    margin-top: 0;
}
.lmg-services-col{
    display: flex;
    align-items: center;
    padding: 2.5rem;
    background: rgb(var(--theme-color), 0.05);
    border-radius: 1rem;
}
.lmg-services-col .lmg-services-col-icon{
    width: 7rem;
    height: 7rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--white));
    background: rgb(var(--theme-color));
}
.lmg-services-col .lmg-services-col-icon svg{
    width: 3.2rem;
    height: 3.2rem;
}
.lmg-services-col .lmg-services-col-text{
    flex: 1;
    padding-left: 1.6rem;
}
.lmg-services-col .lmg-services-col-text h3{
    color: rgb(var(--theme-color));
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    margin-bottom: 0.6rem;
}
.lmg-services-col .lmg-services-col-text p{
    color: rgb(var(--color2));
    font-size: var(--text-sm);
    font-weight: var(--font-normal);
    margin-bottom: 0;
}
/* Our Services css end */

/* Message From CEO css start */
.lmg-msg-ceo-section{
    background: rgb(var(--theme-color), 0.1);
    padding: 8.8rem 0;
}
.lmg-msg-ceo-content{
    display: flex;
    align-items: center;
}
.lmg-msg-ceo-content .lmg-msg-ceo-text{
    max-width: 54rem;
    width: 100%;
}
.lmg-msg-ceo-content .lmg-msg-ceo-text h2{
    color: rgb(var(--theme-black));
    font-size: var(--text-32);
    font-weight: var(--font-medium);
    line-height: 1.31;
    text-transform: capitalize;
    margin-bottom: 1.6rem;
}
.lmg-msg-ceo-content .lmg-msg-ceo-text p{
    color: rgb(var(--color2));
    text-transform: capitalize;
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    margin-bottom: 0;
}
.lmg-msg-ceo-content .lmg-fill-btn{
    margin-left: auto;
    padding: 1.6rem 3.3rem;
    border-radius: 0.5rem;
}
/* Message From CEO css end */

/* === about page css end === */
/* === contact us page css start === */
.lmg-contact-details-section .lmg-heading-content h2{
    color: rgb(var(--theme-color));
}
.lmg-contact-form input,
.lmg-contact-form textarea{
    border: 0.1rem solid rgb(var(--theme-color), 0.5);
}
.lmg-contact-form input::placeholder,
.lmg-contact-form textarea::placeholder{
    font-size: var(--text-sm);
    color: rgb(var(--color2));
}
.lmg-contact-form input{
    padding: 1.2rem;
    height: 4.8rem;
    border-radius: 0.5rem;
    font-size: var(--text-sm);
}
.lmg-contact-form textarea{
    padding: 1.2rem;
    border-radius: 0.5rem;
    width: 100%;
}
.lmg-contact-form .lmg-fill-btn{
    padding: 1.2rem 6.5rem
}
.lmg-contact-details-section .lmg-contact-details{
    background-color: rgb(var(--gray-bg));
    border-radius: 1rem;
    padding: 4.6rem 3.6rem;
}
.lmg-contact-details-section .lmg-contact-details h4{
    font-size: var(--text-xl);
    color: rgb(var(--theme-color));
}
.lmg-contact-details-section .lmg-contact-details > p{
    font-size: var(--text-base);
    color: rgb(var(--color2));
}
.lmg-contact-details-section .lmg-contact-text p{
    font-size: var(--text-base);
    color: rgb(var(--theme-color));
    font-weight: var(--font-medium);
}
.lmg-contact-details-section .lmg-contact-text{
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}
.lmg-contact-details-section .lmg-contact-text span{
    font-size: var(--text-sm);
    color: rgb(var(--color2));
}
.lmg-select-contact svg{
    position: absolute;
    top: 25px;
    transform: translateY(-50%);
    right: 0.5rem;
    pointer-events: none;
}
/* === contact us page css end === */
/* === apply job page css start === */
.lmg-apply-job-section .lmg-apply-job-head > h4{
    font-size: var(--text-2xl);
}
.lmg-apply-job-section .lmg-apply-job-head > ul li:not(:first-child){
    margin-left: 3rem;
}
.lmg-apply-job-section .lmg-apply-job-head > ul li{
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
    position: relative;
}
.lmg-apply-job-section .lmg-apply-job-head > ul li:not(:first-child)::after{
    content: '';
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgb(var(--gray-text), 0.5);
    border-radius: 50%;
    left: -1.8rem;
    top: 50%;
    transform: translateY(-50%);
}
.lmg-apply-experience label.is-invalid{
    display: none;
}
.lmg-apply-experience span.radio1 {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 50%;
    border: 0.1rem solid rgb(var(--color2));
    display: inline-block;
}
.lmg-apply-experience input:checked + span.radio1 {
    border: 2px solid rgb(var(--theme-color));
}
.lmg-apply-experience input:checked + span.radio1::before {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: rgb(var(--theme-color));
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lmg-apply-experience label{
    display: flex;
    align-items: center;
}
.lmg-apply-experience label p{
    font-size: var(--text-base);
    font-weight: var(--font-medium);
}
.lmg-apply-job-form label{
    font-size: var(--text-base);
    font-weight: var(--font-medium);
}
.lmg-apply-job-form input + label, .lmg-apply-job-form select + label{
	font-size: var(--text-xs);
    color: #dc3545;
}
.lmg-apply-job-form input,
.lmg-apply-job-form select{
    height: 4.8rem;
    font-size: var(--text-sm);
    color: rgb(var(--gray-text));
    padding-left: 1.5rem;
    padding-right: 3.5rem;
}
select.form-control.is-invalid, .was-validated select.form-control:invalid{
	background-position: right calc(.375em + 1.9rem) center;
	padding-right: calc(1.5em + 1.75rem);
}
.lmg-apply-job-form input::placeholder,
.lmg-apply-job-form select::placeholder{
    color: rgb(var(--gray-text));
}
.lmg-upload-resume {
    position: relative;
    border: 0.1rem solid rgb(var(--border-gray));
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 0.6rem 0.6rem 0.6rem 1.6rem;
}
.lmg-upload-resume label {
    background-color: rgb(var(--theme-color));
    color: rgb(var(--white));
    padding: 0.8rem 1.9rem;
    border-radius: 0.5rem;
    font-size: var(--text-xs);
    margin-left: auto;
}
.lmg-upload-resume span {
    color: rgb(var(--gray-text));
    font-size: var(--text-xs);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.lmg-upload-resume + .lmg-carrer-file{
    width: 0.01px;
    height: 0.01px;
    padding: 0;
    display: inline-block;
    line-height: 0;
    opacity: 0;
}
.lmg-apply-job-form button.lmg-fill-btn{
    padding: 1.2rem;
    width: 100%;
} 
.lmg-apply-job-section .lmg-contact-img img{
    max-width: 100%;
}
/* === apply job page css end === */
/* === life at lmg page css start === */
.lmg-our-benefit-section .lmg-our-value-content .row > *{
    margin-top: 4rem;
}
.lmg-our-benefit-section .lmg-our-value-content .row > *:is(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4)){
    margin-top: 0;
}
.lmg-our-benefit-section .lmg-our-value-col h3{
    font-size: var(--text-base);
}
.lmg-our-benefit-section .lmg-our-value-col p{
    font-size: var(--text-sm);
}
.lmg-our-culture .row:nth-child(odd){
	flex-direction: row-reverse;
}
.lmg-our-culture .row:not(:last-child){
	margin-bottom: 3rem;
}
.lmg-our-culture h3{
    font-size: var(--text-32);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
    margin-bottom: 1.2rem;
}
.lmg-our-culture p{
    font-size: var(--text-base);
    color: rgb(var(--color2));
}
.lmg-our-culture .lmg-out-culture-img{
    aspect-ratio: 536/450;
    max-width: 53.6rem;
    width: 100%;
}
.lmg-our-culture.lmg-benefit-culture .lmg-out-culture-img{
    aspect-ratio: 1/1;
    max-width: 35rem;
    width: 100%;
}
.lmg-our-culture .lmg-out-culture-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}
.lmg-our-culture-single .lmg-out-culture-img {
    
	aspect-ratio: 0;
    
	max-width: 60rem;

	margin: 0;
height: 100%;
}


.lmg-our-culture-single .lmg-out-culture-img img{
    
    border-radius: 0;
}


.lmg-our-culture-single .row {
    
	background-color: #f3f8f9;

	border-radius:10px; 
	overflow: hidden;
}
/* added */
/* .lmg-event-celeration-slider{
    white-space: nowrap;
    display: flex;
    overflow-x: hidden;
} */
/* .lmg-event-celeration-slider .gallery-item {
    width: 350px;
    padding: 5px;
    cursor: pointer;
} */
.lmg-event-celeration-slider .gallery-container a{
    cursor: pointer;
}

/* .lmg-event-celeration-slider .gallery-box:hover .gallery-container {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
} */
/* 
@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover{
    border-color: rgb(var(--theme-color));
}
/* .lmg-event-wrapper{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.6rem;
    margin: 0 0.8rem;
}
.lmg-event-wrapper img{
    max-width: 50rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}
.lmg-event-wrapper a:first-child{
    grid-row: span 2/span 2;
    grid-column: span 2/span 2;
}
.lmg-event-wrapper a:first-child div{
    aspect-ratio: 206/160;
    width: 100%;
    height: 100%;
}
.lmg-event-wrapper a:is(:nth-child(2), :nth-child(3)){
    grid-row: span 1/span 1;
}
.lmg-event-wrapper a:is(:nth-child(2) div, :nth-child(3) div){
    aspect-ratio: 206/160;
} */
/* === life at lmg page css end === */
/* message form ceo page css start  */
.lmg-message-from-ceo .lmg-ceo-img h4{
    font-size: var(--text-2xl);
    font-weight: var(--font-semibold);
}
.lmg-message-from-ceo .lmg-ceo-content h4{
    font-size: var(--text-2xl);
    color: rgb(var(--theme-color));
    margin-bottom: 1.5rem;
}
.lmg-message-from-ceo .lmg-ceo-img p,
.lmg-message-from-ceo .lmg-ceo-content p{
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    margin-bottom: 2rem;
}
/* message form ceo page css end */
/* application tracker page css start  */
.lmg-progress-tracker .lmg-progress-steps h4{
    font-size: var(--text-lg);
    color: rgb(var(--theme-color));
    font-weight: var(--font-medium);
}
.lmg-progress-tracker .lmg-progress-steps span{
    font-size: var(--text-sm);
    color: rgb(var(--color2));
}
.lmg-progress-tracker .lmg-progress-steps p{
    font-size: var(--text-base);
}
.lmg-progress-tracker .lmg-progress-bar{
    display: flex;
    flex-direction: column;
}
.lmg-progress-tracker .lmg-progress-steps{
    padding-bottom: 4rem;
    position: relative;
    padding-left: 6rem;
}
.lmg-progress-tracker .lmg-progress-steps:not(:last-child) .progress-line{
    position: absolute;
    width: 0.2rem;
    height: 100%;
    background-color: rgb(var(--border-gray));
    left: 1rem;
    top: 1rem;
    transform: translateX(-50%);
}
.lmg-progress-tracker .lmg-progress-steps::after{
    content: '';
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: rgb(var(--white));
    border: 0.3rem solid rgb(var(--gray-text));
    left: 0;
    top: 0.5rem;
}
.lmg-progress-tracker .lmg-progress-steps.active::after{
    border-color: rgb(var(--theme-color));
}
.lmg-progress-tracker .lmg-progress-steps.active::before{
    border-color: rgb(var(--theme-color));
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    left: 1rem;
    top: 1rem;
    z-index: 9;
    transform: translateX(-50%);
    background-color: rgb(var(--theme-color));
}
.lmg-progress-tracker .lmg-progress-steps.active .progress-line{
    background-color: rgb(var(--theme-color));
}
/* application tracker page css end  */



/* aptitude test page css start */
.lmg-aptitude-test-modal .modal-content{
    border-radius: 0.8rem;
}
.lmg-aptitude-test-modal .modal-header{
    padding: 1.6rem 2.4rem;
}
.lmg-aptitude-test-modal .modal-header .close{
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 0.3rem;
    background: rgb(var(--theme-color), 0.08);
    color: rgb(var(--theme-color));
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lmg-aptitude-test-modal .modal-header .close span{
    width: 1.8rem;
    height: 1.8rem;
    display: block;
}
.lmg-aptitude-test-modal .modal-header .modal-title{
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
}
.lmg-aptitude-test-modal .modal-body{
    padding: 1.6rem 2.4rem;
}
.lmg-aptitude-test-modal .modal-body .form-group .form-label{
    font-size: var(--text-base);
    margin-bottom: 0.8rem;
}
.lmg-aptitude-test-modal .modal-body .form-group .form-control{
    padding: 0.6rem 1.2rem;
    font-size: var(--text-base);
}
.lmg-aptitude-test-modal .modal-body .form-group .form-control:disabled{
    cursor: no-drop;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-instruction{
    margin-top: 1.6rem;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-instruction .lmg-aptitude-test-instruction-heading{
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    margin-bottom: 1rem;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-instruction ul{
    padding-left: 2rem;
    list-style: disc;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-instruction ul li{
    font-size: var(--text-sm);
    font-weight: var(--font-normal);
    color: rgb(var(--theme-black));
    margin-top: 0.8rem;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-instruction ul li:first-child{
    margin-top: 0;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-confirm-checkbox{
    margin-top: 2rem;
    padding-left: 2.4rem;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-confirm-checkbox .form-check-label{
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    cursor: pointer;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-confirm-checkbox .form-check-input{
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 0.4rem;
    margin-left: -2.4em;
    cursor: pointer;
}
.lmg-aptitude-test-modal .lmg-aptitude-test-confirm-checkbox .form-check-input:checked{
    background-color: rgb(var(--theme-color));
    border-color: rgb(var(--theme-color));
}
.lmg-aptitude-test-modal .modal-footer{
    padding: 1.2rem;
}
.lmg-aptitude-test-modal .modal-footer .btn{
    padding: 1rem;
    max-width: 11rem;
    width: 100%;
}
.lmg-aptitude-test-toast{
    right: -34rem;
    bottom: 1.5rem;
    max-width: 340px;
    width: 100%;
}
.lmg-aptitude-test-toast .toast{
    background-color: rgb(var(--white));
}
.lmg-aptitude-test-toast:has(.toast.show){
    right: 1.5rem;
}
.lmg-aptitude-test-toast .toast-header{
    padding: 0.8rem 1.2rem;
}
.lmg-aptitude-test-toast .toast-header .tosts_title{
    font-size: var(--text-sm);
}
.lmg-aptitude-test-toast .lmg-aptitude-test-header-icon{
    background: rgb(var(--white));
    border-radius: 0.3rem;
    margin-right: 0.8rem;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
}
.lmg-aptitude-test-toast .lmg-aptitude-test-header-icon img{
    width: 100%;
    height: 100%;
}
.lmg-aptitude-test-toast .toast-body{
    padding: 1.2rem;
    font-size: var(--text-sm);
}
.lmg-exam-form-section .container{
    max-width: 103.1rem;
}
.lmg-exam-form-section .lmg-exam-form-logo{
    max-width: 20rem;
    height: auto;
    margin: 0 auto;
}
.lmg-exam-form-section .lmg-exam-form-logo img{
    width: 100%;
}
.lmg-exam-form-content{
    margin-top: 2rem;
}
.lmg-exam-form-content .lmg-exam-form-header{
    padding: 2rem 2rem 1rem;
    border-bottom: 0.1rem solid rgb(var(--theme-black),0.2);
}
.lmg-exam-form-content .lmg-exam-form-header h2{
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-black));
}
.lmg-exam-form-content .lmg-exam-form-header p{
    font-size: var(--text-sm);
    color: rgb(var(--theme-black));
    margin-bottom: 0;
}
.lmg-exam-form-body .lmg-exam-form-candidate-detail-box{
    background: rgb(var(--white));
    border-radius: 0.6rem;
    box-shadow: 0px 4px 4px 0px rgba(var(--theme-black), 0.25);
}
.lmg-exam-form-body .lmg-exam-form-candidate-detail {
    display: flex;
    align-items: center;
    padding: 2rem;
}
.lmg-exam-form-candidate-text {
    padding-right: 2rem;
    flex: 1;
}
.lmg-candidate-detail-row .lmg-exam-form-candidate-text {
    padding-right: 1.2rem;
    flex: auto;
}
.lmg-exam-form-candidate-text p{
    margin-bottom: 0.2rem;
    font-size: var(--text-sm);
    color: rgb(var(--theme-black));
}
.lmg-exam-form-candidate-text p:last-child{
    margin-bottom: 0;
}
.lmg-exam-form-body .lmg-exam-form-candidate-detail .lmg-fill-btn{
    padding: 1rem;
    max-width: 11.0rem;
    width: 100%;
    margin-left: auto;
}
.lmg-exam-form-body .lmg-exam-form-question-box{
    background: rgb(var(--white));
    border-radius: 0.6rem;
    box-shadow: 0px 4px 4px 0px rgba(var(--theme-black), 0.25);
    margin-top: 1.6rem;
}
.lmg-exam-form-question-box .lmg-exam-form-question-header{
    padding: 2rem 2rem 1rem;
    border-bottom: 0.1rem solid rgb(var(--theme-black),0.2);
    display: flex;
    align-items: center;
}
.lmg-exam-form-question-box .lmg-exam-form-question-header .lmg-exam-form-question-text{
    margin: 0;
    margin-right: 1rem;
    font-size: var(--text-lg);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-black));
}
.lmg-exam-form-question-box .lmg-exam-form-question-header .lmg-exam-form-question-time{
    margin-left: auto;
    font-size: var(--text-sm);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
}
.lmg-exam-form-question-box .lmg-exam-form-question-body{
    padding: 2rem;
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .lmg-exam-form-question-body-title{
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-black));
    margin-bottom: 1.2rem;
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .lmg-exam-form-answer-option{
    height: 100%;
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .lmg-exam-form-answer-option label{
    padding: 1rem 1.5rem;
    border: 0.1rem solid rgb(var(--theme-black),0.2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 100%;
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .lmg-exam-form-answer-option label span {
    font-size: var(--text-sm);
    font-weight: var(--font-normal);
    color: rgb(var(--theme-black));
    display: block;
    flex: 1;
    padding-right: 1rem;
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .lmg-exam-form-answer-option label:has(input:checked){
    border-color: rgb(var(--theme-color));
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .lmg-exam-form-answer-option label input{
    accent-color: rgb(var(--theme-color));
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .row .col-md-6{
    margin-top: 1.5rem;
}
.lmg-exam-form-question-box .lmg-exam-form-question-body .row .col-md-6:nth-child(1),
.lmg-exam-form-question-box .lmg-exam-form-question-body .row .col-md-6:nth-child(2){
    margin-top: 0;
}
.lmg-exam-form-body .lmg-exam-form-next-btn{
    padding: 1rem;
    max-width: 11rem;
    width: 100%;
    margin-left: auto;
    font-size: var(--text-sm);
    margin-top: 1.6rem;
}
.lmg-aptitude-test-modal #verification_errors .alert{
    display: block;
    width: fit-content;
    margin-bottom: 0;
    font-size: var(--text-base);
    padding: 1.6rem;
}
.lmg-select-answer-alert{
    font-size: var(--text-base);
    padding: 1.6rem;
}
.lmg-aptitude-test-modal .lmg-answer-field {
    border: 0.1rem solid rgb(var(--theme-black),0.2);
    padding: 1rem;
    border-radius: 0.6rem;
    margin-top: 1.2rem;
}
.lmg-aptitude-test-modal .lmg-answer-field .lmg-answer-field-heading {
    font-size: var(--text-sm);
    font-weight: var(--font-semibold);
    padding-bottom: 1rem;
    border-bottom: 0.1rem dashed rgb(var(--theme-black),0.2);
    margin: 0;
}
.lmg-answer-field-detail {
    margin-top: 1rem;
}
.lmg-answer-field-detail > * {
    margin-top: 0.5rem;
}
.lmg-answer-field-detail > *:nth-child(1),
.lmg-answer-field-detail > *:nth-child(2) {
    margin-top: 0;
}
.lmg-answer-field-detail .lmg-answer-field-detail-text{
    font-size: var(--text-xs);
}
.lmg-candidate-attempted-detail-box{
    background: rgb(var(--white));
    border-radius: 0.6rem;
    box-shadow: 0px 4px 4px 0px rgba(var(--theme-black), 0.25);
    margin-top: 1.6rem;
    padding: 2rem;
}
.lmg-candidate-attempted-detail-box .lmg-candidate-attempted-detail-title {
    font-size: var(--text-sm);
    color: rgb(var(--theme-black));
    margin-bottom: 0.2rem;
}
.lmg-candidate-attempted-detail-box .lmg-candidate-attempted-detail-msg {
    font-size: var(--text-xs);
    color: rgb(var(--theme-black));
    display: block;
    margin-top: 1rem;
    font-style: italic;
}
.lmg-candidate-attempted-detail-btn-row {
    display: flex;
    align-items: center;
    margin-top: 1.6rem;
}
.lmg-candidate-attempted-detail-btn-row .btn {
    padding: 1rem;
    width: fit-content;
    min-width: 11rem;
    margin-left: 1rem;
}
.lmg-candidate-attempted-detail-btn-row .btn:first-child {
    margin-left: 0;
}
/* aptitude test page css end */

/* department modal css start */
.lmg-department-img-modal .carousel .carousel-indicators{
    right: auto;
    margin: 0;
    left: 28.6rem;
    bottom: 1.5rem;
}
.lmg-department-img-modal .carousel .carousel-indicators button{
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 1rem;
    margin: 0 0.2rem;
    border: 0;
    background-color: rgb(var(--theme-color));
}
.lmg-department-img-modal .carousel .carousel-indicators button:first-child{
    margin-left: 0;
}
.lmg-department-img-modal .carousel .carousel-indicators button:last-child{
    margin-right: 0;
}
.lmg-department-img-modal .carousel .carousel-control-next,
.lmg-department-img-modal .carousel .carousel-control-prev{
    top: auto;
    right: 0;
    bottom: 0.6rem;
    left: auto;
    width: 2.6rem;
    height: 2.6rem;
    color: rgb(var(--theme-black));
    opacity: 1;
}
.lmg-department-img-modal .carousel .carousel-control-prev{
    right: 2.6rem;
}
.lmg-department-img-modal .modal-content{
    border-radius: 0.6rem;
}
.lmg-department-img-modal .modal-header{
    padding: 1.5rem 2rem;
}
.lmg-department-img-modal .modal-header .modal-title,
.lmg-department-video-modal .modal-header .modal-title{
    font-size: var(--text-xl);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
}
.lmg-department-img-modal .modal-body{
    padding: 2rem;
}
.lmg-department-img-modal .modal-body .lmg-department-img-modal-row{
    display: flex;
}
.lmg-department-img-modal .modal-body .lmg-department-modal-img-box{
    max-width: 26.6rem;
    width: 100%;
    border-radius: 0.6rem;
    overflow: hidden;
}
.lmg-department-img-modal .modal-body .lmg-department-modal-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lmg-department-img-modal .modal-body .lmg-department-modal-text-box{
    flex: 1;
    padding: 0 0 4rem 2rem;
}
.lmg-department-img-modal .lmg-department-modal-text-box .lmg-department-modal-text-paragraph{
    font-size: var(--text-base);
    font-weight: var(--font-normal);
    color: rgb(var(--color2));
    margin-bottom: 2.4rem;
}
.lmg-department-img-modal .lmg-department-modal-user-text h3{
    font-size: var(--text-base);
    font-weight: var(--font-medium);
    color: rgb(var(--theme-color));
    margin-bottom: 0.4rem;
}
.lmg-department-img-modal .lmg-department-modal-user-text p{
    font-size: var(--text-sm);
    font-weight: var(--font-normal);
    color: rgb(var(--color2));
    margin-bottom: 0;
}
.lmg-department-img-modal .lmg-department-img-close-btn,
.lmg-department-video-modal .lmg-department-video-close-btn{
    width: 3rem;
    height: 3rem;
    border-radius: 0.3rem;
    background: rgba(var(--theme-color));
    color: rgba(var(--white));
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}
.lmg-department-img-modal .lmg-department-img-close-btn svg,
.lmg-department-img-modal .lmg-department-video-close-btn svg{
    width: 1.8rem;
    height: 1.8rem;
}
.lmg-department-video-modal .modal-body iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
}
.lmg-department-video-modal .lmg-department-video-carousel-action{
    display: flex;
    align-items: center;
    padding: 1rem 0 0;
}
.lmg-department-video-modal .lmg-department-video-carousel-action .carousel-indicators{
    position: relative;
    margin: 0;
}
.lmg-department-video-modal .lmg-department-video-carousel-action .carousel-indicators button{
    border: 0;
    margin: 0 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 1rem;
    border: 0;
    background-color: rgb(var(--theme-color));
}
.lmg-department-video-modal .lmg-department-video-carousel-action .carousel-indicators button:first-child{
    margin-left: 0;
}
.lmg-department-video-modal .lmg-department-video-carousel-action .carousel-indicators button:last-child{
    margin-right: 0;
}
.lmg-department-video-modal .lmg-department-video-carousel-action .lmg-department-video-carousel-btn{
    display: flex;
    align-items: center;
    margin-left: auto;
}
.lmg-department-video-modal .lmg-department-video-carousel-action .lmg-department-video-carousel-btn .carousel-control-next,
.lmg-department-video-modal .lmg-department-video-carousel-action .lmg-department-video-carousel-btn .carousel-control-prev{
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
    color: rgb(var(--theme-black));
    opacity: 1;
}
/* department modal css end */


@media(max-width: 1300px){
    .lmg-hiring-steps .lmg-steps-line{
        width: 8.167vw;
    }
    .lmg-career-footer .lmg-footer-menu{
        padding-left: 3rem;
    }
}
@media(max-width: 1200px){
    .lmg-hiring-steps .lmg-steps-line{
        width: 7.091vw;
    }
    .lmg-career-footer .col-xl-3:not(:last-child) .lmg-footer-menu::after{
        display: none;
    }
    /* about page css start */
    .lmg-services-content .row > *:is(:nth-child(3)){
        margin-top: 2.4rem;
    }
    /* about page css end */
}
@media(max-width: 1100px){
    .lmg-hiring-steps .lmg-steps-line{
        width: 6.149vw;
    }
    .lmg-career-footer .lmg-footer-menu{
        padding-left: 1rem;
    }
}
@media (max-width: 991px) {
.lmg-our-culture-single .lmg-out-culture-img {
    
	aspect-ratio: 16/9;
   
	max-width: 100%
}


    .lmg-career-navbar .navbar-collapse{
        padding: 2rem 4rem;
        background-color: rgb(var(--gray-bg));
        margin: 0 -0.8rem;
        position: absolute;
        top: 100%;
        width: 100%;
    }
    .lmg-career-navbar .navbar-collapse li{
        padding: 0.4rem 0 !important;
    }
    .lmg-career-navbar .navbar-collapse ul{
        margin-bottom: 0.8rem;
    }
    .lmg-career-navbar .navbar-brand img{
        max-width: 12rem;
    }
    .lmg-career-navbar{
        padding: 1rem 0;
    }
    .lmg-track-application .lmg-track-app-content{
        background-color: rgb(var(--theme-light));
        padding: 2.4rem;
    }
    .lmg-looking-pepole .lmg-kind-pepole-img::before {
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #F5F5F5 0%, rgba(245, 245, 245, 0.78) 30.73%, rgba(217, 217, 217, 0.00) 100%);
        left: 0%;
        z-index: 1;
        top: 0%;
    }
    .lmg-looking-pepole .lmg-kind-pepole-img {
        text-align: center;
    }
    .lmg-career-footer .lmg-footer-menu h4{
        margin-top: 3rem;
    }
    /* job detail page css start */
    
    .lmg-job-details-page-title .lmg-job-hero-content h2 {
        font-size: var(--text-34);
    }

    .lmg-job-details-page-title .lmg-job-hero-content ul li a {
        font-size: var(--text-sm);
        padding-right: 1rem;
    }

    /* job detail page css end */

    /* all jobs page css start  */
    .lmg-hero-find-jobs{
        margin-bottom: 1.6rem;
    }
    /* all jobs page css end */
    /* about page css start   */
    .lmg-our-value-content .row > *:is(:nth-child(3)),
    .lmg-our-value-content .row > *{
        margin-top: 3rem;
    }
    .lmg-our-benefit-section .lmg-our-value-content .row > *:is(:nth-child(3), :nth-child(4)),
    .lmg-our-benefit-section .lmg-our-value-content .row > *{
        margin-top: 3rem;
    }
    .lmg-services-content .row > *:is(:nth-child(1), :nth-child(2), :nth-child(3)),
    .lmg-services-content .row > *{
        margin-top: 2rem;
    }
    .lmg-msg-ceo-content{
        flex-direction: column;
        align-items: start;
    }
    .lmg-msg-ceo-content .lmg-fill-btn{
        margin-left: 0;
    }
    /* about page css end  */

    /* department modal css start */
    .lmg-department-img-modal .modal-body .lmg-department-img-modal-row{
        display: block;
        padding: 0 0 4rem;
    }
    .lmg-department-img-modal .modal-body .lmg-department-modal-img-box{
        display: block;
        margin: 0 auto;
        max-width: 12rem;
        width: 12rem;
        height: 12rem;
        border-radius: 12rem;
        margin-bottom: 1.6rem;
    }
    .lmg-department-img-modal .modal-body .lmg-department-modal-text-box{
        padding: 0;
    }
    .lmg-department-img-modal .lmg-department-modal-text-box .lmg-department-modal-text-paragraph{
        text-align: center;
        font-size: var(--text-sm);
    }
    .lmg-department-img-modal .lmg-department-modal-user-text h3,
    .lmg-department-img-modal .lmg-department-modal-user-text p{
        text-align: center;
    }
    .lmg-department-img-modal .carousel .carousel-indicators,
    .lmg-department-video-modal .lmg-department-video-carousel-action .carousel-indicators{
        display: none;
    }
    .lmg-department-img-modal .carousel .carousel-control-prev{
        right: auto;
        left: calc(50% - 1.4rem);
        transform: translateX(-50%);
    }
    .lmg-department-img-modal .carousel .carousel-control-next{
        right: auto;
        left: calc(50% + 1.4rem);
        transform: translateX(-50%);
    }
    .lmg-department-video-modal .lmg-department-video-carousel-action .lmg-department-video-carousel-btn{
        margin: 0 auto;
    }
    /* department modal css end */
}
@media (max-width: 767px) {     
    .py-60, .pb-60{
        padding-bottom: 4rem;
    }  
    .py-60, .pt-60{
        padding-top: 4rem;
    }  
    .lmg-heading-content {
        margin-bottom: 3rem;
    }
    .lmg-heading-content h2{
        font-size: var(--text-xl);
        margin-bottom: 0.6rem;
    }
    .lmg-heading-content p{
        font-size: var(--text-xs);
        max-width: 100%;
    }
    .lmg-hero-section h2{
        font-size: 4rem;
        line-height: 5.3rem;
    }
    .lmg-hero-find-jobs .lmg-search::after{
        display: none;
    }
    .lmg-hero-find-jobs{
        flex-direction: column;
        min-width: 70%;
    }
    .lmg-hero-find-jobs .lmg-search {
        position: relative;
        border: 0.1rem solid rgb(var(--border-gray));
        width: 100%;
        padding: 1rem;
        border-radius: 0.5rem;
        height: 4.5rem;
        margin-right: 0px;
        margin-bottom: 1.5rem;
    }
    .lmg-hero-find-jobs .lmg-fill-btn {
        width: 100%;
    }
    .lmg-jobs-categories-section .lmg-job-categories-card{
        padding: 1.7rem;
    }
    .lmg-jobs-categories-section .lmg-job-categories-card h4{
        font-size: var(--text-base);
    }
    .lmg-dream-job-list .lmg-available-jobs .lmg-job-apply-btn{
        width: 100%;
    }
    .lmg-dream-job-list .lmg-available-jobs .lmg-job-apply-btn{
        padding: 0.7rem 1.6rem;
    }
    .lmg-dream-job-list .lmg-available-jobs .lmg-job-time h3{
        font-size: var(--text-lg);
    }
    .lmg-dream-job-list .lmg-available-jobs span {
        font-size: var(--text-sm);
        color: rgb(var(--gray-text));
        font-weight: var(--font-medium);
        padding-top:6px;
        display: block;
    }

    .lmg-looking-pepole .lmg-kind-pepole-text h2 {
        font-size: var(--text-xl);
        font-weight: var(--font-semibold);
        margin-bottom: 1.2rem;
        line-height: 1.3;
    }
    .lmg-looking-pepole .lmg-kind-pepole-text p {
        font-size: var(--text-sm);
        font-weight: var(--font-normal);
        margin-bottom: 28px;
        line-height: 1.5;
    }
    .lmg-looking-pepole .lmg-fill-btn {
        padding: 1.1rem 2.4rem;
        display: inline-block;
        font-size: var(--text-sm);
    }
    .lmg-heros-app-section .lmg-heros-app-text h2 {
        font-size: var(--text-xl);
        margin-bottom: 0.8rem;
        line-height: 1.3;
    }
    .lmg-heros-app-section .lmg-heros-app-text p {
        font-size: var(--text-sm);
    }
    .lmg-career-footer .lmg-footer-menu h4{
        font-size: var(--text-base);
    }
    .lmg-career-footer .lmg-footer-menu ul li a{
        font-size: var(--text-sm);
    }
    .lmg-career-footer .lmg-footer-bottom{
        font-size: var(--text-xs);
    }
    /* job detail page css start  */
    .lmg-desc-section .job-description-more-info{
        padding: 1.5rem;
    }
    .lmg-desc-section .job-description-more-info h3{
        margin-bottom: 0.5rem;
    }
    .lmg-desc-section .job-description-more-info .more-info-inner-div{
        padding-bottom: 2rem;
    }
    .lmg-desc-section .lmg-fill-btn {
        margin-top: 3rem;
        font-size: var(--text-sm);
    }
    .lmg-desc-section .lmg-job-overview .job-overview-detail .job-overview-info p,
    .lmg-desc-section .lmg-job-overview .job-overview-detail .job-overview-info span{
        font-size: var(--text-sm);
    }
    /* job detail page css end */
    .lmg-page-title-content .breadcrumb .breadcrumb-item{
        font-size: var(--text-sm);
    }
    .lmg-page-title-content h2 {
        font-size: var(--text-22);
    }
    .lmg-page-title-section .lmg-page-title-content{
        padding: 5rem 0;
    }
    /* about page css start */
    .lmg-about-content .lmg-about-text h2{
        font-size: var(--text-22);
    }
    .lmg-about-content .lmg-about-text p{
        font-size: var(--text-sm);
    }
    .lmg-our-value-content .row > *:is(:nth-child(2), :nth-child(3)),
    .lmg-our-value-content .row > *{
        margin-top: 1rem;
    }
    .lmg-our-value-col .lmg-our-value-col-icon{
        margin: 0 auto 1rem;
    }
    .lmg-our-value-col p{
        font-size: var(--text-sm);
    }
    .lmg-msg-ceo-content .lmg-msg-ceo-text h2{
        font-size: var(--text-2xl);
    }
    .lmg-msg-ceo-content .lmg-fill-btn{
        font-size: var(--text-sm);
        padding: 1.2rem 3.3rem;
    }
    .lmg-msg-ceo-section{
        padding: 6rem 0;
    }
    .lmg-services-col .lmg-services-col-icon{
        width: 5rem;
        height: 5rem;
    }
    .lmg-services-col .lmg-services-col-text h3{
        font-size: var(--text-base);
    }
    .lmg-services-col .lmg-services-col-text p{
        font-size: var(--text-xs);
    }
    .lmg-services-col{
        padding: 1.6rem;
    }
    .lmg-services-col .lmg-services-col-text{
        padding-left: 1rem;
    }
    .lmg-services-col{
        align-items: start;
    }
    /* about page css end */
    /* life at lmg page css start */
    .lmg-our-benefit-section .lmg-our-value-content .row > *:is(:nth-child(4), :nth-child(2), :nth-child(3)),
    .lmg-our-benefit-section .lmg-our-value-content .row > *{
        margin-top: 1rem;
    }
    .lmg-our-culture h3{
        font-size: var(--text-22);
    }
    .lmg-our-culture p{
        font-size: var(--text-sm);
    }
    /* life at lmg page css end */

    /* aptitude test page css start */
    .lmg-exam-form-question-box .lmg-exam-form-question-body .row .col-md-6:nth-child(2){
        margin-top: 1.5rem;
    }
    /* aptitude test page css end */
}
@media (max-width: 575px) {
    .lmg-hero-section h2{
        font-size: 3rem;
        line-height: 4.6rem;
    }
    .lmg-hero-find-jobs{
        min-width: 100%;
        padding: 1.5rem;
    }
    .lmg-track-application .lmg-track-app-content .lmg-trackapp-input{
        width: 100%;
    }
    .lmg-hiring-procedure .lmg-hiring-steps{
        width: 12rem;
    }
    .lmg-hiring-procedure .lmg-hiring-steps .lmg-steps-img {
        width: 12rem;
        height: 12rem;
        line-height: 12rem;
        margin-bottom: 1.2rem;
    }
    .lmg-hiring-procedure .lmg-hiring-steps .lmg-hiring-text p{
        font-size: var(--text-sm);
    }
    /* job detail page css start */
    .lmg-page-title-section .lmg-page-title-content{
        padding: 3rem 0;
    }
    .lmg-job-details-page-title .lmg-job-hero-content ul li svg {
        width: 0.6rem;
    }
    .lmg-job-details-page-title .lmg-job-hero-content ul li a {
        font-size: var(--text-xs);
        padding-right: 1rem;
    }
    .lmg-job-details-page-title {
        background-color: rgb(var(--theme-color));
        padding: 7vw 0;
    }
    .lmg-desc-section .lmg-job-overview .job-overview-detail .job-overview-info:not(:last-child){
        padding-bottom: 1.2rem;
    }
    .job-overview-info {
        flex-direction: column;
    }
    .lmg-desc-section .lmg-fill-btn {
        width: 100%;
    }
    /* job detail page css end */
    /* contact page css start  */
    .lmg-contact-details-section .lmg-contact-details {
        padding: 2.4rem;
    }    
    .lmg-contact-details-section .lmg-contact-details > p {
        font-size: var(--text-sm);
    }
    .lmg-contact-details-section .lmg-contact-details h4{
        font-size: var(--text-base);
    }
    .lmg-contact-details-section .lmg-contact-text p{
        font-size: var(--text-sm);
    }
    .lmg-contact-details-section .lmg-contact-text span{
        font-size: var(--text-xs);
    }
    /* contact page css end */


    /* department modal css start */
    .lmg-department-img-modal .modal-body .lmg-department-modal-img-box{
        max-width: 9rem;
        width: 9rem;
        height: 9rem;
    }
    /* department modal css end */

    /* aptitude test page css start */
    .lmg-exam-form-body .lmg-exam-form-candidate-detail{
        display: block;
    }
    .lmg-exam-form-body .lmg-exam-form-candidate-detail .lmg-fill-btn{
        margin-left: 0;
        margin-top: 1rem;
    }
    /* aptitude test page css end */
}

@media(max-width: 420px){
    /* aptitude test page css start */
    .lmg-aptitude-test-toast{
        max-width: calc(100vw - 3rem);
    }
    .lmg-aptitude-test-toast .toast {
        width: 100%;
    }
    /* aptitude test page css end */
}
@media (min-width: 992px) {
    .col-lg-20{
        flex: 0 0 20%;
        width: 20%;
    }    
    .lmg-heros-app-section .lmg-heros-app-text {
        max-width: 60rem;
        width: 100%;
    }
    .lmg-contact-form {
        padding-right: 4.166vw;
    }
.lmg-our-culture .row:nth-child(odd) .lmg-out-culture-img{
	margin-left: auto;
}
.lmg-benefit-culture .lmg-out-culture-img{
    margin: 0 auto;
}
}
.lmg-hero-section .lmg-hero-find-jobs select {
    width: 28rem;
    padding-right: 2.2rem !important;
    background: none;
}
.lmg-hero-find-jobs {
    position: relative;
    z-index: 9;
}
.lmg-hero-section .lmg-emp-6{
	right: 15%;
}
@media (max-width: 1440px){
.lmg-hero-section .lmg-emp-6{
	right: 2%;
}
.lmg-hero-section .lmg-emp-9{
	right: 20%;
}
.lmg-hero-section .lmg-emp-8{
	bottom: 15%;
}
.lmg-hero-section .lmg-emp-5{
	bottom: 20%;
	left: 5%;
}
.lmg-hero-section .lmg-emp-7 {
	left: 23%;
}
}

.lmg-contact-form label {
    color: #dc3545;
}

.lmg-contact-form textarea:focus, .lmg-contact-form textarea:focus-visible {
    outline: none;
}

.JobsPage__alert {
    background-color: #FFFBD1;
    max-width: 780px;
    margin: 0 auto;
    padding: 30px;
    font-size: 14px;
}

.JobsPage__alert .CallOut__designation svg {
    height: 15px;
    width: 15px;
    margin-right: 5px;
}

.JobsPage__alert .CallOut__designation {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.JobsPage__alert ul {
    list-style-type: disc;
    list-style-position: inside;
}
@media (max-width: 575px) {
    .JobsPage__alert {
    padding: 15px;
}

}

.lmg-hiring-procedure .lmg-hiring-steps .lmg-hiring-text p b {
    font-weight: 500;
    font-size: 16px;
}

.lmg-hiring-procedure .lmg-hiring-steps .lmg-hiring-text + div p {
    font-size: 12px;
    text-align: center
}
.lmg-hiring-procedure .lmg-hiring-steps{
    width: 20rem;
}

.job-list-box.align-items-center.py-5.px-2.text-center{
    font-size: var(--text-sm);
}