/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 Saurabh Sharma
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel2/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  background: #F5F5F5;
}
body h2 {
  font-size: 30px;
}
body #career_job_details_title_section .home-btn button:hover img {
  transform: translateX(59px) !important;
}
body #career_job_details_title_section .job-details {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
body #career_job_details_title_section .job-details .job-details-content {
  align-items: center;
  gap: 30px;
}
body #career_job_details_title_section .job-details .job-details-content .experience p {
  margin: 0;
}
body #career_job_details_title_section .job-details .job-details-content .experience p span {
  font-size: 36px;
  font-weight: bolder;
}
body #career_job_details_title_section .job-details .job-details-content .time {
  line-height: 38px;
}
body #career_job_details_title_section .job-details .job-details-content .time p {
  margin: 0;
  position: relative;
  top: 15px;
}
body #career_job_details_title_section .job-details .job-details-content .time h3 {
  font-size: 18px;
  margin: 0;
}
body #job_responsibilities_section .job-responsibilities-contents li:before {
  content: "";
  position: absolute;
  background-image: url(/images/C.svg?a42739770d26ec88fa51bb91875519aa);
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
body #job_responsibilities_section .job-responsibilities-contents ul {
  padding: 0;
  margin: 0;
}
body #job_responsibilities_section .job-responsibilities-contents ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
body #qualification_section li:before {
  content: "";
  position: absolute;
  background-image: url(/images/C.svg?a42739770d26ec88fa51bb91875519aa);
  width: 14px;
  height: 13px;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}
body #qualification_section ul {
  padding: 0;
  margin: 0;
}
body #qualification_section ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
body .modal-content {
  border-radius: 20px !important;
}
body .modal-body {
  padding-bottom: 0;
}
body .modal-body .form-control.form-control-solid {
  padding: 10px !important;
  font-size: 14px;
}
body .modal-footer {
  border: none;
}
body .modal-footer .btn.btn-primary {
  background-color: #07162D;
  padding: 7px 20px !important;
  color: #fff;
  transition: 0.2s;
}
body .modal-footer .btn.btn-primary:hover {
  background-color: #897ADA !important;
  padding: 7px 25px !important;
  color: #fff;
}
body #careerFormModal h2 {
  font-size: 24px;
}
body #careerFormModal label {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #career_job_details_title_section .job-details .job-details-content {
    margin-top: 15px;
  }
  #career_job_details_title_section .job-details .job-details-content .experience p span {
    font-size: 24px;
    margin-right: 5px;
  }
  #career_job_details_title_section .job-details .job-details-content .time {
    padding-top: 0;
  }
  #career_job_details_title_section .job-details .job-details-content .time h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 380px) {
  .job-details {
    display: initial !important;
  }
  .job-details .share-btn {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=careerDetails.css.map */
/*# sourceMappingURL=careerDetails.css.map*/