


/* -=-------------------career gallery section------------------------ */
/* -=-------------------career section------------------------ */
/* CAREER SECTION BANNER START*/

.careerHeader {
    /* min-height: 400px; */
    width: 100%;
    background: linear-gradient(0deg, rgb(43, 68, 78, 0.9), rgb(43, 68, 78, 0.9));
    background-position: center;
    background-size: cover;
    position: relative;
}

.careerText-box {
    width: 90%;
    color: #fff;
    position: absolute;
    top: 25%;
    left: 10%;
}

.careerText-box h1 {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 10px 0 25px;
    font-family: 'Roboto', sans-serif;
}

.careerText-box p {
    margin: 10px 0 35px;
    font-size: 1rem;
    color: #fff;
    letter-spacing: .5px;
}

.careerBtn {
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    font-size: .9rem;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: 1s;
}

.careerBtn:hover {
    background: rgb(230, 46, 45);
    color: #fff !important;
}

@media (max-width: 700px) {
    .careerText-box h1 {
        font-size: 30px;
    }
}

.our-mission {
    width: 100%;
    margin: auto;
    text-align: start;
    padding-top: 50px;

}

.our-mission h1 {
    font-size: 25px;
    font-weight: 400;
    color: #131d24;
}

.our-mission p {
    color: #324b5e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    padding-block: 8px;
}

.mission-row {
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

.mission-column {
    flex-basis: 31%;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    text-align: center;
    box-shadow: rgba(193, 204, 255, 0.25) 0px 30px 60px -12px inset, rgba(191, 206, 255, 0.3) 0px 18px 36px -18px inset;
}

.mission-column img {
    padding-bottom: 10px;
}

.mission-column>h3 {
    text-align: center;
    color: #21313d;
    font-weight: 400;
    font-size: 1.5rem;
}

.mission-column>p {
    text-align: center;
    padding-top: 0px;
}

@media (max-width: 700px) {

    .mission-row {
        flex-direction: column;
    }

    .footer-section-content {
        width: 92%;
        background: #fafafa;
        padding: 30px 50px;
        letter-spacing: .5px;
        text-align: center;
        display: flex;
        gap: 10px;
        flex-direction: column;
    }

}

.our-employee-reviews {
    width: 80%;
    margin: auto;
    /* padding-top: 50px; */
}

.our-employee-reviews>h2 {
    font-size: 1.7rem;
    text-align: center;
    color: #2c4253;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.employee-section-column {
    flex-basis: 32%;
    margin-bottom: 30px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    height: 60vh;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    transition: 0.4s;
}

.employee-section-column:hover {
    transform: translateY(-10px);
}

.careerSecLayer p {
    padding: 15px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 25px;
    color: #222222;
}

.employee-section-column .careerSecLayer {
    background: rgb(248, 250, 250);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.our-commitment {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    /* background: #fafafa; */
}

.our-commitment>h2 {
    font-size: 1.5rem;
    color: #2c4253;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-top: 30px;
}

.our-commitment>p {
    font-size: .9rem;
    color: #748491;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
    padding-top: 10px;
}

.our-commitment-row {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.our-commitment-column {
    flex-basis: 32%;
    margin-bottom: 30px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
    height: 45vh;
    border: .5px solid rgb(185, 210, 228);
    box-sizing: border-box;
}

.commitment-div-one {
    border-top: 1px solid #e46363;
    border-width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.commitment-div-two {
    border-top: 1px solid #3c5c75;
    border-width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.commitment-div-three {
    border-top: 1px solid #e46363;
    border-width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.commitment-div-four {
    border-top: 1px solid #3c5c75;
    border-width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-form {
    min-height: 300px;
    width: 100%;
    background: linear-gradient(0deg, rgba(4, 9, 30, 0.6), rgba(4, 9, 30, 0.6));
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.footer-section-content {
    width: 40%;
    background: #fafafa;
    padding: 30px 50px;
    letter-spacing: .5px;
    text-align: center;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.footer-section-content>h3 {
    font-size: 1.5rem;
    color: #21313d;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.footer-section-content>p {
    color: #3c5c75;
}

.footer-section-button {
    display: inline-block;
    text-decoration: none;
    border: 1px solid #3e5568;
    color: #21313d;
    padding: 12px 34px;
    font-size: 1.1rem;
    /* background: transparent; */
    position: relative;
    cursor: pointer;
    background: #fff;
}

.footer-section-button:hover {
    border: 1px solid #fff;
    background: #f44336;
    transition: 1s;
    color: #fff;
}

.ourCommitment-main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    /* min-height: 100vh; */
}

.commitmentContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.commitmentContainer .hexagon-h {
    position: relative;
    width: 350px;
    height: 300px;
    margin: 50px 20px 42px 47px;
}

.commitmentContainer .hexagon-h::before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 60px;
    background: radial-gradient(rgb(185, 190, 185), transparent, transparent);
    border-radius: 50%;
    transition: 0.5s;
}

.commitmentContainer .hexagon-h:hover::before {
    opacity: 0.8;
    transform: scale(0.8);
}

.commitmentContainer .hexagon-h .commitmentShape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid rgb(74, 150, 173);
    border-radius:10px;
/*    border-right: 2px solid rgb(74, 150, 173);*/
    height: 100%;
    background: #000;
   /* clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);*/
    transition: 0.5s;
}

.commitmentContainer .hexagon-h:hover .commitmentShape {
    transform: translateY(-30px);
}

.commitmentContainer .hexagon-h .commitmentShape .commitmentContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
     border-radius:10px;
    /* background: linear-gradient(45deg, #03a9f4, rgba(3, 169, 244, 0.5)); */
    color: #2c5d85;
}
.card-wrapper {
    min-height: 100%;
    padding-bottom: 50px;
    padding-top: 25px;
}

.commitmentContent img{
    border-radius:10px;
    padding:10px;
        width: 334px;
}
/* CAREER SECTION BANNER END*/


/* ----------------------slider--------------------------- */

.slide-container {
    max-width: 1262px;
    width: 100%;
    padding: 40px 0;
}

.slide-content {
    margin: 0px;
    overflow: hidden;
    border-radius: 25px;
}

.swiper-slide {
    width: 400px !important;
    height: 349px !important;
    position: relative;
    overflow: hidden;
}

.card {
    border-radius: 25px;
    background-color: #FFF;
}


.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}


.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4070F4;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: #4070F4;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.name-p {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    position: absolute;
    bottom: 20px;
}

.description {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover {
    background: #265DF2;
}

.swiper-navBtn {
    color: #6E93f7;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover {
    color: #4070F4;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-weight: 900;
    font-size: 18px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-weight: 900;
    font-size: 18px !important;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #6E93f7;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #4070F4;
}

@media screen and (max-width: 768px) {
    .slide-content {
        margin: 0 10px;
    }

    .swiper-navBtn {
        display: none;
    }
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    top: 200px;
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    top: 200px;
    left: auto;
}
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
/* ----------------------slider--------------------------- */
/* -=-------------------career section------------------------ */
/* -=-------------------career gallery section------------------------ */

/* -=-------------------job-category section------------------------ */
.top-banner {
    margin: 0;
    padding: 0;
}

.top-banner img {
    width: 100%;
    height: auto;
}

.job-box {
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom:20px;
}

.job-box li{
    list-style: none;
    padding:8px 6px;
    border-bottom: 1px solid #b1b1b1;
}
.job-box li:last-child{
    border-bottom:none;
}

/* ----------------------------------------- */
.js-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.js-form .form-group {
    margin-bottom: 0;
    margin-right: 15px;
    flex-grow: 1;
    position: relative;
    max-width: 340px;
}
.js-form .form-group .fa-angle-down {
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 14px;
    color: #999;
}
/* ----------------------------------------- */

.find-btn {
    border: 1px solid #681610;
    background-color: #681610;
    color: white;
    font: 15px;
    font-weight: 600;
    padding: 8px 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.rm-btn{
    background: none;
    border:none;
    color:#681610;
    font-size:14px;
    font-weight: 500;
    text-decoration: underline;
}
.bg-form{
    background-color: #f0f0f0;
    padding:20px;
    border-radius: 10px;
}

.show-category {
    display: flex;
    justify-content: space-between;
}

.show-category select {
    border: 1px solid grey;
    padding: 6px 8px;
    border-radius: 10px;
}

.inner-box-category {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(231, 231, 231);
    border-radius: 8px;
    padding: 20px;
}

.box-flex {
    display: flex;
    justify-content: space-between;
}

.box-flex2 {
    display: flex;
    justify-content: space-between;
    width: 70%;
}

.apply-btn {
    border: 1px solid #681610;
    background-color: #681610;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 13px;
    border-radius: 8px;
    margin-top: 0px;
}
.submit-btn {
    border: 1px solid #681610;
    background-color: #681610;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 18px;
    border-radius: 8px;
    margin-top: 13px;
    margin-bottom:20px;
}
.list-job{
    padding-left: 0px !important;
}
.list-job li{
    list-style: none;
    line-height: 1.6;
}
.arrow {
    font-size: 12px;
    font-weight: 900;
}

.box-flex li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

.box-flex2 li {
    list-style: none;
    padding: 0;
    color: rgb(65, 65, 65);
    font-size: 14px;
    font-weight: 600;
}

.apply-job label {
    font-size: 14px;
    font-weight: 500;
    font-family: system-ui;
    width: 100%;
}
.apply-job input{
    width:90%;
    border:1px solid #cfcfcf;
    border-radius: 6px;
    margin-bottom:10px;
    padding:6px 8px;
}
.apply-job select{
    width:90%;
    border:1px solid #cfcfcf;
    border-radius: 6px;
    margin-bottom:10px;
    padding:8px 8px;
}
.apply-job option{
    font-size: 14px;
}
/* -=-------------------job-category section------------------------ */


/* -=-------------------category account section------------------------ */
.top-banner-career {
    background: linear-gradient(311deg, rgb(153, 191, 248) 58%, rgba(250, 174, 176, 0.72) 75%);
}

.top-banner-career h2 {
    text-align: center;
    padding: 100px 0px;
}

.glob_lr {
    padding: 30px 50px;
}

.overview li {
    list-style: none;
    font-size: 14px;
    margin: 10px 0px;
}


.category-account ul {
    padding-left: 20px;
}

.hexag-div h6 {
    margin-bottom: 2px;
    text-align: center;
}

/* -=-------------------category account section------------------------ */

/* -=-------------------gallery------------------------ */
.gallery-box{
    padding:20px;
}
/* -=-------------------gallery------------------------ */

