﻿

.careerbg {
    background: #eef4ff url(../img/careerheaderbg.png) no-repeat center center / 70%;
    background-image: -webkit-image-set(url(../img/careerheaderbg.png) 1x);
}

.cxosbtn {
    padding: .6rem 1rem;
    justify-content: space-between;
    line-height: 18px;
    font-size: 1rem;
    align-items: center;
    z-index: 10;
    background: #307fe2;
    color: #fff;
    border-radius: 75px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: flex;
}

.font-12 {
    font-size: 12px;
}

.orngbtn {
    cursor: pointer;
    border-radius: 25px;
    font-size: 13px;
    background: var(--btnbgh);
    color: var(--btnclrh);
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #fff;
}

    .orngbtn:hover {
        box-shadow: 2px 2px 2px #000;
        margin-top: 2px;
    }

#cxos .owl-dots, #EmployeeSpeak .owl-dots {
    text-align: center;
    padding: 1rem 1rem 2rem;
}

#cxos .owl-dot, #EmployeeSpeak .owl-dot {
    border: 1px solid var(--altclr);
    height: 10px;
    width: 10px;
    margin-inline-start: 8px;
    border-radius: 8px;
    display: inline-flex;
}

    #cxos .owl-dot.active, #EmployeeSpeak .owl-dot.active {
        background: var(--btnbgh);
    }

.altbg {
    background: var(--altclr);
}

.pointsmidbox {
    position: relative;
    background: #fff;
    margin: auto;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    box-shadow: rgba(50, 50, 50, .4) 20px 20px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .pointsmidbox:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        content: '';
        width: 430px;
        height: 430px;
        border-radius: 50%;
        border: 5px dotted #fff;
    }

    .pointsmidbox h3 {
        font-size: 3rem;
        color: var(--altclr);
        text-transform: uppercase;
        line-height: 50px
    }

.greybg {
    background: #f5f5f5;
}

.galbox {
    border-radius: 25px;
    border: 0;
    filter: drop-shadow(0 0 0 transparent);
    height: 204px;
}

.wtinyou {
    padding: 3rem 0;
    background: url("../img/bgimg.jpg") no-repeat center top / cover;
}

.iconbox {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--altclr);
    margin: 1rem auto;
}

.featuretxt {
    font-size: 16px; color: #808285;
}

/*caree pages css added by baliram*/
.transition {
    transition: all .5s ease-in 0s;
}

.careerNewbg {
    background: #eef4ff url(../img/careerheaderbg.png) no-repeat right center / 50%;
}

.spriteIcon {
    background: #fff url(../img/careerSprite.png) no-repeat;
}

.hicon, .airpicon, .caricon, .transfericon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: 2px solid var(--altclr);
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.hicon {
    background-position: 13px 13px;
}

.airpicon {
    background-position: 13px -70px;
}

.caricon {
    background-position: 13px -153px;
}

.transfericon {
    background-position: 13px -239px;
}

.curve1, .curve2, .curve3 {
    width: 100%;
    height: 300px;
    transition: all .5s ease-in 0s;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    line-height: normal;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    line-height: normal;
}

.curve1 {
    background: url(../img/curveImg01.png) no-repeat center center;
}

.curve2 {
    background: url(../img/curveImg02.png) no-repeat center center;
}

.curve3 {
    background: url(../img/curveImg03.png) no-repeat center center;
}

    .curve1:hover, .curve2:hover, .curve3:hover {
        opacity: .6;
    }

.classSection {
    background: var(--mainclr);
}

    .classSection h2 {
        color: #fff;
    }

.wboxshadow {
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0px 10px 90px 10px rgba(0, 0, 0, 0.1);
    min-height: 400px;
    position: relative;
    z-index: 9;
}

    .wboxshadow ul li::marker, .peopleVisionPanel ul li::marker {
        color: var(--altclr);
    }

    .wboxshadow h6 {
        min-height: 48px;
    }

.peopleVisionPanel {
    background: #000 url(../img/peopleVision_bg.jpg) no-repeat center center;
    color: #fff;
    position: relative;
    top: -90px;
    padding-top: 125px;
}

    .peopleVisionPanel h3 {
        color: #fff;
    }

    .peopleVisionPanel ul li {
        margin-bottom: 1rem;
    }

.howTboPanel {
    background: #fff;
}

.engageIcon1, .engageIcon2, .engageIcon3, .engageIcon4, .engageIcon5 {
    width: 65px;
    height: 65px;
    min-width: 65px;
    border: 1px solid var(--mainclr);
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
}

.engageIcon1 {
    background-position: -44px 12px;
}

.engageIcon2 {
    background-position: -44px -81px;
}

.engageIcon3 {
    background-position: -46px -172px;
}

.engageIcon4 {
    background-position: -44px -251px;
}

.engageIcon5 {
    background-position: -44px -328px;
}

.TboValuesPanel {
    background: var(--altclr);
    color: #fff;
}

    .TboValuesPanel h2, .tboValuebox h6 {
        color: #fff;
    }

.tboValuebox {
    border-radius: 20px;
    min-height: 170px;
    margin-top: 2rem;
    border: 1px solid #fff;
    position: relative;
}

    .tboValuebox:before {
        background: var(--altclr) url(../img/TboValuesIcons.png) no-repeat;
        content: "";
        width: 75px;
        height: 75px;
        position: absolute;
        top: -48px;
        left: 37px;
    }

    .tboValuebox h6 {
        text-transform: uppercase;
    }

    .tboValuebox p {
        margin-bottom: 5px;
    }

.tboValueIcon1:before {
    background-position: 0px 0px;
}

.tboValueIcon2:before {
    background-position: 0px -88px;
}

.tboValueIcon3:before {
    background-position: -5px -180px;
}

.tboValueIcon4:before {
    background-position: -3px -262px;
}

.tboValueIcon5:before {
    background-position: -3px -367px;
}

.tboValueIcon6:before {
    background-position: -3px -464px;
}

.tboValueIcon7:before {
    background-position: -3px -553px;
}

.tboValueIcon8:before {
    background-position: -3px -642px;
}

.beyondwBox {
    min-height: 175px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: inline-flex;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    border-radius: 50%;
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,.5) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav button.owl-next {
    margin-inline-start: auto;
}

    .owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
        font-size: 40px;
    }

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
        background: #f26b25 !important;
    }
