.services-overlay {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.heading-background {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;

    height: 520px;
}

.app_testimonial_area {
    padding-top: 70px;
    padding-bottom: 50px;
}

.app_testimonial_area::after {
    content: "";
    opacity: 0.25;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background-position: center;
    background-size: cover;
}

.app_testimonial_area .owl-prev:hover, .app_testimonial_area .owl-next:hover {
        background: #003367;
}

.app_testimonial_area .owl-prev, .app_testimonial_area .owl-next {
        border:2px solid white;
        padding-top: 4px;
}

.app_testimonial_area .app_testimonial_slider .owl-dots .owl-dot.active span {
        background-color: #00aeee;
}

.app_testimonial_item .author_info p {
    font-size:16px;
}

.app_testimonial_item p {
    font-size: 18px;
}

.job_listing_area {
    padding: 60px 0;
}

.job_listing_area h3 {
    word-spacing: 2px;
    letter-spacing: 0.5px;
    margin-bottom: 28px;
    margin-top: 10px;
}

.job_listing_area .card {
    margin-bottom: 12px;
    border: none;
}

.job_listing_area .separator {
    margin: 0px 6px;
}

.job_listing_area .card .card-header {
    background: rgb(2,74,148);
    background: -moz-linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
    background: linear-gradient(90deg, rgba(2,74,148,1) 0%, rgba(0,99,157,1) 100%, rgba(0,155,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#024a94",endColorstr="#009bdc",GradientType=1);

    border: none;
    border-radius: 10px;
}

.job_listing_area .card .card-header .btn {
    display:relative;
    color: #f6f6f6;
    font-size: 22px;
    padding-top: 8px;
    margin-left: -8px;
    font-weight: 500;
    word-spacing: 4px;
    letter-spacing: 0.5px;
    white-space: initial;
}

.job_listing_area .card .job-info {
    color: #e9e9e9;
    font-size: 18px;
    padding-left: 6px;
    margin-top: 6px;
}

.job_listing_area .card .card-header .btn i {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

.job_listing_area .card .card-header .btn i + i {
  display: block;
}

.job_listing_area .card .card-header .btn.collapsed i {
  display: block;
}

.job_listing_area .card .card-header .btn.collapsed i + i {
  display: none;
}

.job-desc-heading {
    font-size:18px;
}

.job-desc-content {
    font-size: 16px;
    margin-bottom: 28px;
    margin-top: 12px;
}

.job_listing_area .card-body {
    border: 1px solid #8c8c8c;
    margin-top: 8px;
    border-radius: 8px;
    padding: 30px;
}

.job-head-btn {
    display:block;
    text-align: left;
}

.apply-btn-row {
    justify-content: flex-end;
}

.apply-btn-row .apply-btn {
    border: 1px solid #064789;
    padding: 12px 40px 8px 40px;
    font-size: 18px;
    border-radius: 6px;
    margin-right: 16px;
    cursor: pointer;
    background: #064789;
    color:white;
}

.apply-btn:hover {
    background: white;
    color: #064789;
}

.app_testimonial_item .testimonial-content {
    color: #242424;
    font-size: 22px;
    letter-spacing: 0.5px;
    word-spacing: 1px;
}

.app_testimonial_item .author-img img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    max-width: 100%;
}

.app_testimonial_item .author_info p {
    font-size: 17px;
    color: #646464;
}

.info-header {
    font-size:24px;
}

.info-content, .info-content p, .info-content li {
    font-size:18px;
}

.working-with-us {
    padding: 0 5%
}

.info-header-gap {
    margin-top: 30px;
}

.text_box input[type="tel"] {
    font: 400 15px/60px 'Manjari', sans-serif;
    color: #222d39;
    height: 60px;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 30px;

    -webkit-appearance: none;
    outline: none;
}


.apply-job {
    background-size: cover;
    background-position: center;
    position: relative;    

    padding: 70px 0;
    margin-top: 70px;
}

.apply-job-overlay {
    position: absolute;
    height:100%;
    width:100%;
    top:0;
    left: 0;
    background: rgba(0,0,0,0.5);
}

.careers-join-us {
    padding: 0 5%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
}

.careers-join-us h2 {
    color:white;
    margin-bottom: 30px;
}

.careers-join-us p {
    color: white;
    font-size: 22px;
    letter-spacing: 0.6px;
    line-height: 1.6em;
    word-spacing: 1.3px;
}

.owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form h2 {
    color: white;
    margin-bottom: 40px;
    margin-top: 30px;
}

.c-file-upload {
    color: white;
    font-size: 18px;
    margin: 15px 0 20px 0;
}

.c-select>select#position {
    padding-left: 25px;
    height: 55px;
}

.contact_form .form-group input[type="text"]::placeholder {
    color:grey;
}

.contact_form button[type="submit"] {
    font-size: 20px;
    background: #064789;
    color: #e4e4e4;
    padding: 18px 40px 15px 40px;
    border: 1.5px solid #e4e4e4;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 35px;
}

.c-file-upload label, .c-file-upload input {
    cursor: pointer;
}

.form-group textarea {
    line-height: 1.5em;
    padding: 15px;
}

.text_box {
    margin-bottom: 16px;
}

.keep-resume {
    background: #e4f8ff;
    border: 1px solid gray;
    padding: 20px;
    border-radius: 8px;
    font-size: 1.2em;
    margin-top:14px;
}

.keep-resume .apply-btn {
    margin-top: 1em;
    background: transparent;
    color: unset;
    border: 0;
    padding: 0;
    text-decoration: underline;
}

.no-open-positions {
    border: 1px solid gray;
    margin-bottom: 18px;
    padding: 16px 20px 12px 20px;
    border-radius: 8px;
    font-size: 1.3em;
    background: #faffe8;
    word-spacing: 1.2px;
    letter-spacing: 1px;
}