.file-drop-area {
    position: relative;
    border: 1px dashed rgba(0, 0, 0, 0.4);
    background-color: #F9F9F9;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.file-drop-area:hover .choose-file-button {
    background: linear-gradient(238deg, rgba(34, 134, 228, 1) 0%, rgba(18, 199, 210, 1) 100%);
    border: 1px solid transparent;
    color: white;
}

.career-curve-header {
    background: #3a55dc !important;
}

.career-curve-section {
    background: linear-gradient(0deg, #13cad2, #3a55dc);
    position: relative;
    z-index: 200 !important;
}

.career-curve-img {
    width: 100%;
    position: absolute;
    bottom: -70px;
    z-index: -1;
}

.dark-blue-bg {
    background: #091636 !important;
}

.main-menu ul li a {
    color: #fff !important;
    font-weight: 500;
}

.careers-bg-img {
    background-image: url('assets/img/career-section-1.png');
    background-repeat: no-repeat;
    background-position: right;
}

.tab-content span {
    color: #f7f7f7;
}

.single-tab-content ul {
    list-style-type: none;
    display: inline;
}

.single-tab-content ul li {
    color: #f7f7f7;
}

@keyframes animateBar {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    border: none;
    background-color: #2188E3;
}

.single-tab-content a:hover {
    color: white;
}

.pg-tab-style {
    width: fit-content;
    border: 2px #d8d8d8 solid;
    border-radius: 50px;
}

.custom-number-icon {
    position: relative;
}

.career-custom-number-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: -35px;
    margin-left: -35px;
    margin-bottom: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-image: -webkit-linear-gradient(145deg, #ffc556, #ff8947);
    background-image: linear-gradient(145deg, #ffc556, #ff8947);
    box-shadow: 10px 10px 30px 0 #ff894752;
    -webkit-box-shadow: 10px 10px 30px 0 #ff894752;
}

.careers-card {
    border-radius: 10px;
}

.careers-card:hover {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 2px solid #fff0;
    box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 15%);
}

.careers-border {
    border: 2px dashed #e8e8e8;
}

.career-features-right div:nth-child(even) .card,
.career-features-left div:nth-child(odd) .card {
    right: -25px;
}

.career-features-right div:nth-child(odd) .card,
.career-features-left div:nth-child(even) .card {
    right: 25px;
}

.careers-card-2 {
    border-radius: 10px !important;
    transition: all 0.3s ease;
    border: 1px solid #13c9d2bb !important;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .125);
}

.careers-card-2:hover h5 {
    color: #fff !important;
}

.career-bg {
    background-image: url('../img/careerbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.careers-card-2 i {
    color: rgb(19, 216, 226);
}

.careers-card-2:hover i {
    color: #fff;
    display: inline-block;
}

.careers-card-2:hover p {
    color: #fff;
    display: inline-block;
    transition: all 0.1s ease;
}

.careers-card-2:hover {
    background-image: linear-gradient(45deg, rgb(25, 130, 228) 0%, rgb(19, 216, 226) 100%);
    color: #fff !important;
    border: 1px solid #13c9d2bb !important;
    box-shadow: 8px 8px 30px 0 rgb(25 130 228 / 40%) !important;
    -webkit-box-shadow: 8px 8px 30px 0 rgb(25 130 228 / 40%);
}

.career-top-header ul li a {
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 1px 2px;
}

.career-top-header ul li a:hover {
    color: #13cad2;
}

@media only screen and (max-width: 767px) {
    nav .pg-tab-style {
        border: 0 none;
        border-radius: 0;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 14px;
    }
    nav .pg-tab-style li.nav-item a {
        padding: .83333em 20px;
    }
    .section-title p br {
        display: none;
    }
    .career-features-right div:nth-child(even) .card,
    .career-features-left div:nth-child(odd) .card {
        right: 0px;
    }
    .career-features-right div:nth-child(odd) .card,
    .career-features-left div:nth-child(even) .card {
        right: 0px;
    }
    .career-curve-img {
        width: 100%;
        position: absolute;
        bottom: 0px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .career-curve-img img {
        width: 240% !important;
    }
    .career-curve-section {
        padding: 80px 0 300px;
        height: auto !important;
    }
    .fs-small {
        font-size: 12px !important;
    }
    .navbar-expand .navbar-collapse {
        display: none!important;
        position: absolute;
        top: 70px;
        background: #3a55dc;
        width: 100%;
        box-shadow: 0 5px 5px 0 rgb(202 202 202 / 40%);
    }
}

.career-carousel.main-div {
    position: relative;
}

.career-carousel.carousel-wrapper {
    position: relative;
}

.career-carousel .owl-nav {
    display: none !important;
}

.career-carousel .owl-dots {
    display: none !important;
}

.career-carousel .owl-stage-outer {
    padding: 0 !important;
}

.career-btn {
    position: absolute;
    bottom: 25%;
    right: auto;
    z-index: 1;
    left: auto;
}

@media only screen and (max-width: 768px) {
    .career-carousel.owl-carousel .owl-next {
        right: -9%;
    }
    .career-carousel.owl-carousel .owl-prev {
        left: -9%;
    }
}

@media only screen and (max-width: 576px) {
    .career-carousel.owl-carousel-video .nav-button {
        top: 90% !important;
    }
    .career-carousel.owl-carousel .owl-next {
        left: 15%;
    }
    .career-carousel.owl-carousel .owl-prev {
        left: 0%;
    }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #13cad2;
    background-color: #fff;
}

.tabhvr {
    display: inline-block;
    position: relative;
}

.tabhvr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: inline-block;
    bottom: 0;
    left: 0;
    background-color: #13cad2;
}

.display-7 {
    font-size: 20px;
}

.white-career-btn {
    padding: 14px 30px 14px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-family: 'Poppins';
    letter-spacing: 1px;
    color: #333 !important;
    background-color: #fff;
    border: 1px solid #fff;
}

.white-career-btn:hover {
    transition: all 0.3s ease;
    background: #091636 !important;
    border: 1px solid #13cad2;
    color: #fff !important;
    box-shadow: 2px 10px 25px rgb(30 30 31 / 23%);
}

body.modal-open {
    padding-right: 0 !important;
}

body {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

header {
    position: relative;
    z-index: 9999;
}