body, html {
  overscroll-behavior: none;
  min-height: 100vh;
}
.hero-slider {
    background-image: url(../assets/career/hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    padding: 100px 0;
}

.hero-slider2 {
    background-image: url(../assets/career/hero.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 100vh; */
    padding: 100px 0;
}

.heading {
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
    color: var(--blue);
    margin-bottom: 50px;
    text-align: left !important;
}

.heading span {
    font-size: 260px;
    font-weight: 400;
    line-height: .4;
    vertical-align: bottom;
    font-family: retro;
    color: var(--blue);
    -webkit-text-stroke: 1px #000 !important;
    paint-order: stroke fill !important;
}

.hero-content-box p {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #434343;
    text-align: left !important;
}

.hero-content-box a {
    margin-right: auto;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: unset !important;
}

.prev.slick-arrow i,
.next.slick-arrow i {
    border: 2px solid #434343;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: #434343;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* display: ; */
}

.prev.slick-arrow i:hover,
.next.slick-arrow i:hover {
    border: 2px solid var(--purple);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: var(--purple);
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* display: ; */
}

.btn-grp {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.p {
    font-size: 28px;
    line-height: 1.4;
    color: #434343;
}

.text-link {
    font-size: 28px;
    line-height: 1.4;
    color: #434343;
    font-weight: 700;
    text-decoration: none;
    margin-top: 10px;
}

@media (min-width:768px) {
    .w-85 {
        width: 85%;
    }
}

.amitquote-sec h3 {
    font-size: 60px;
    font-weight: 600;
    color: #0C0119;
    line-height: 1.2;
    margin-bottom: 30px;
}

.amitquote-sec p {
    font-size: 25px;
    font-weight: 500;
    color: #434343;
    font-style: italic;
    line-height: 1.3;
}

.img-abt {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 250px;
}

.steptaps button span {
    height: 45px;
    width: 45px;
    display: flex;
    justify-content:center;
    align-items:center;
    background: var(--green);
    border-radius: 100%;
}

.steptaps .nav-link:hover span,
.steptaps .nav-link.active span {
    background: var(--purple);

}
.tab-content {
    min-height: 350px;
}

/* oppurtunities-sec */
.oppurtunities-sec h3 {
    font-size: 80px;
    font-weight: 700;
    color: var(--blue);
    line-height: 1.2;
    margin-bottom: 50px;
}

.btn-flex {
    background-color: #E4E3E3;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

table {
    background-color: #E4E3E3;
    border-radius: 10px;
    padding: 8px;
    border: 0;
    border-collapse: separate;
    border: 0 !important;
}

.table tr,
.table td {
    border: 0 !important;
    background-color: #f8f8f8;
    border-radius: 10px;
    vertical-align: middle;
}

.table td {
    border-radius: 0 !important;
}

.table td:first-child {
    border-radius: 10px 0 0 10px !important;
}

.table td:last-child {
    border-radius: 0 10px 10px 0 !important;
}

.apply-btn {
    background-color: var(--green);
    font-weight: 700;
    color: #000;
    text-align: center;
    width: 100%;
    border-radius: 10px;
}

.apply-btn:hover {
    background-color: var(--purple);
    color: #f4f4f4;
}

.category-btn,
.resetfilter {
    background-color: #f8f8f8;
    color: #000;
    border-radius: 10px;
    width: 150px;
    text-align: center;
}

.steptaps li.nav-item {
    position: relative;
    width: 31%;
    margin: auto;
}

.steptaps li.nav-item:last-child {
    position: relative;
    width: auto;
    margin-left: auto;
}

.steptaps .lst:after {
    display: none !important;
}

.steptaps li.nav-item:after {
    content: "";
    position: absolute;
    width: calc(100% - 38px);
    height: 2px;
    background: var(--green);
    left: 60px;
    top: 45%;
    transform: translateY(-50%);
}
.steptaps .nav-link:hover span, .steptaps .nav-link.active span{
    z-index: 9999 !important;
    position: relative;
}

.text-container img {
    width: 50%;
    margin: auto;
    display: flex;
}

.text-container h4 {
    font-size: 38px;
    font-weight: 700;
    color: var(--purple);
    line-height: 1.2;
    margin-bottom: 10px;
}

.text-container p {
    font-size: 22px;
    font-weight: 400;
    color: #606171;
    line-height: 30px;
}



.arrow-slider {
    height: 590px;
    width: 100%;
    background-color: #f4f4f4;
    scroll-margin: 90px;
    overflow: visible;
    /*cursor: move;
    user-select: none;*/
    
}
.arrow-slider-container{
    position: relative;
    overflow: visible;
    background-color: #f4f4f4;
}
.arrow-slider-slides{
    position: relative;
    overflow: auto hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth
}
.arrow-slider-slide{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 75%;
    height: 100%;
    margin: auto;
    flex: 1 0 60%;
    /* background-color: #f4f4f4; */
}
.arrow-slider-slide .content{
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: auto;
}
.arrow-slider-slide.active .content{
    display: flex;
    margin-left: -25%;
}
.arrow-slider-slide h1{
    margin-bottom: 1.5rem;
    font-size: 5rem;
    font-weight: 600;
    line-height: 5.25rem;
    color: var(--blue);
    width: 55%;
    z-index: 9999;
}
.arrow-slider-slide p{
    font-size: 2rem;
    line-height: auto;
    color: #434343;
    width: 50%;
    z-index: 9999;
}
.arrow-slider .arrow{
    position: absolute;
    right: 125px;
    top: 50%;
    z-index: 10;
    height: 800px;
    width: 800px;
    border-width: 150px;
    border-style: solid;
    border-color: gray gray transparent transparent;
    transform: translate(0%, -50%) rotate(45deg);
}
.arrow-slider .arrow.purple{
    border-color: var(--purple) var(--purple) transparent transparent;
}
.arrow-slider .arrow.orange{
    border-color: var(--orange) var(--orange) transparent transparent;
}
.arrow-slider .arrow.green{
    border-color: var(--green) var(--green) transparent transparent;
}
.arrow-slider-nav{
    display: flex;
    gap: 15px;
    margin-top: 30px;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.arrow-slider-prev i,
.arrow-slider-next i {
    border: 2px solid #434343;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: #434343;
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* display: ; */
}

.arrow-slider-prev i:hover,
.arrow-slider-next i:hover {
    border: 2px solid var(--purple);
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: var(--purple);
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* display: ; */
}

.content{z-index: 999!important;}
@media (min-width:768px) and (max-width:1366px){
    .arrow-slider-slide h1{
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    color: var(--blue);
    width: 55%;
    z-index: 9999;
}
.arrow-slider-slide p{
    font-size: 1rem;
    line-height: auto;
    color: #434343;
    width: 50%;
    z-index: 9999;
}
.heading {
    font-size: 80px;
}
.heading span {
    font-size: 220px;
}
.amitquote-sec h3, .oppurtunities-sec h3{
    font-size: 44px;

}
}

/* mobile */
@media (max-width:767px) {
    .heading {
        font-size: 50px;
        margin-bottom: 40px;
    }
    #career-slider2{
        display:none !important;
    }

    .heading span {
        font-size: 120px;
    }
/*    .container.p-5 {*/
/*    padding: 0px 0 !important;*/
/*}*/

    .amitquote-sec h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .amitquote-sec p {
        font-size: 20px;
    }

    .oppurtunities-sec h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .text-container p {
        font-size: 18px;
        line-height: 26px;
    }

    .text-container h4 {
        font-size: 30px;
    }

    .p {
        font-size: 22px;
        line-height: 1.4;
    }
    .arrow-slider .arrow.green, .arrow-slider .arrow.purple, .arrow-slider .arrow.orange{
        display: none;
    }
    .arrow-slider-slide h1{
    margin-bottom: 1.5rem;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.1;
    color: var(--blue);
    width: 90%;
    z-index: 9999;
}
.arrow-slider-slide p{
    font-size: 1rem; 
    line-height: auto;
    color: #434343;
    width: 90%;
    z-index: 9999; 
}
.p-100 {
    padding: 50px 0;
}
body .arrow-slider-slide.h-100.active{
    transform: none !important;
position: unset;
}
body .arrow-slider-slide.active .content{
    margin: 0 !important; 
}
body .arrow-slider-slide{
    position: unset !important;
    transform: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
.mob-show{
    display: block !important;
}
}
.steptaps .nav-link:hover span, .steptaps .nav-link.active span {
    background: var(--purple);
}
.steptaps .nav-link span {
    font-weight: 600;
    color: #fff !important;
    margin-top: 5px;
}
.mob-show{
    display: none;
    padding:40px 0;
    background:#f4f4f4;
    text-align:center;
}
/*.mob-show .slick-arrow {*/
/*    background: #fff;*/
/*    padding: 12px;*/
/*    border-radius: 100%;*/
/*    border: 2px solid var(--purple);*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: var(--purple);*/
/*}*/
.mob-show .prev.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform:translatey(-50%);
    z-index: 99999999;
}
.mob-show .next.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform:translatey(-50%);
    z-index: 99999999;
}
.mob-show .content{
    padding:0 30px;
}
.mob-show .content h1{
    color:var(--blue);
}



/* @media (min-width:768px){ */
    .modal{
        height: 500px !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    }
/* } */
.close-modal{
 position: relative;}
 .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
 }