@media (max-width: 991px) {
    #apply-now.jobDesSec {
        padding-top: 85px !important;
        margin-top: -45px;
    }
}

@media (max-width: 575px) {
    .dateDiv .dateSpan,
    .dateSpan,
    .jbDis>h3,
    .jbDis>p>b,
    .jbDis>p,
    .jobPoint ul li,
    .jobPoint ul,
    .jobPoint h4 {
        transform: translate3d(0px, 0px, 0px) !important;
        opacity: 1 !important;
    }
    #careerForm .select-selected,
    #careerForm .form-control {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 14px !important;
    }
    #careerForm .file-select .file-select-button i {
        left: 2px;
    }
    #careerForm .form-group .error {
        font-size: 11px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}

.abtSection .abtimg img {
    width: 75%;
}

header nav.navbar .navbarLogo .headerLogo {
    width: 50px;
    height: 50px;
    margin-right: 5px;
    display: inline-block;
}

header nav.navbar .navbarLogo h3 {
    font-size: 20px !important;
    margin-top: 2px;
    color: #003a78;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 600;
}

.h2text {
    color: #003a78;
}

p,
li {
    font-size: calc((-.2 *(1em - 13px) - -2em - 13px));
    color: #003a78;
    text-align: justify !important;
}

h4,
h5,
h6 {
    text-align: justify !important;
}

.h2text,
h2 {
    font-size: calc((5 *(1em - 13px) - -2em - 3px));
    margin-bottom: 5px;
}

@media only screen and (max-width: 479px) {
    header.affix-top nav.navbar {
        padding: 5px 40px;
    }
}

.single-logo img {
    max-width: 200px;
    width: 100%;
    box-shadow: 0 2px 34px -27px rgb(0 58 120 / 64%);
}

.hands-background-image {
    /* The image used */
    background-image: url('../img/bg-hands.png');
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/bg-hands.png');
}

.bg-text {
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    border: 3px solid #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02);
}

#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190E7;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 50px;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 90px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #3190E7;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #3190E7;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


/* .team_img>img{
    height: 500px;
} */

.rise {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
}

.rise:hover {
    transform: translate3d(0px, -3px, 0px);
}

.pointer {
    cursor: pointer;
}